Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/phpunit/php-code-coverage/tests/_files/source_without_namespace.php
<?php
/**
 * Represents foo.
 */
class Foo
{
}

/**
 * @param mixed $bar
 */
function &foo($bar)
{
   
$baz = function () {};
   
$a   = true ? true : false;
   
$b   = "{$a}";
   
$c   = "${b}";
}