-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
017: Run-time name conflict and functions (php name)
--FILE--
<?php
namespace test\ns1;

function strlen($x) {
	return __FUNCTION__;
}

$x = "strlen";
echo $x("Hello"),"\n";
--EXPECT--
5

Copyright © 2017 || Recoded By Mr.Bumblebee