D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
html
/
chatweb02
/
vendor
/
phpunit
/
php-code-coverage
/
tests
/
_files
/
Filename :
source_with_namespace.php
back
Copy
<?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}"; }