-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
048: __NAMESPACE__ constant and runtime names (ns name)
--FILE--
<?php
namespace test\ns1;

const FOO = 0;

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

Copyright © 2017 || Recoded By Mr.Bumblebee