-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
049: __NAMESPACE__ constant and runtime names (php name)
--FILE--
<?php
const FOO = 0;

var_dump(constant(__NAMESPACE__ . "\\FOO"));
--EXPECT--
int(0)

Copyright © 2017 || Recoded By Mr.Bumblebee