-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/Zend/tests/
File Upload :
Current File : //usr/src/php/Zend/tests/ns_053.phpt

--TEST--
053: Run-time constant definition
--FILE--
<?php
namespace test\ns1;

define(__NAMESPACE__ . '\\NAME', basename(__FILE__));
echo NAME."\n";
echo \test\ns1\NAME."\n";
--EXPECT--
ns_053.php
ns_053.php


Copyright © 2017 || Recoded By Mr.Bumblebee