/
home
/
sjslayjy
/
public_html
/
devlok
/
vendor
/
phpunit
/
php-code-coverage
/
tests
/
_files
/
Upload File
HOME
<?php /** * Represents foo. */ class Foo { } /** * @param mixed $bar */ function &foo($bar) { $baz = function () {}; $a = true ? true : false; $b = "{$a}"; $c = "${b}"; }