| Current Path : /hdd/hdd21/main/php/php-7.3.1/Zend/tests/ |
| Current File : //hdd/hdd21/main/php/php-7.3.1/Zend/tests/ns_014.phpt |
--TEST--
014: Name conflict and functions (php name)
--FILE--
<?php
namespace test\ns1;
echo strlen("Hello"),"\n";
--EXPECT--
5