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