Directory : /home/proudlyafrican/www/vendor/phpunit/php-code-coverage/tests/_files/ |
Current File : /home/proudlyafrican/www/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}"; }