Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
painelmaisamor.meumercado.app
/
vendor
/
phpunit
/
php-code-coverage
/
tests
/
_files
/
Editing: 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}"; }
Save
Cancel