Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
formatting
/
namespaces1.php
blob: 101631f3e5015036f00713edaf00432971817053 [
file
]
<?
php
namespace
D\C
;
class
CL
{
public
function
__construct
()
{
echo
'test'
;
}
}
?>