php-src/Zend/tests/ns_014.phpt
2020-08-09 22:03:36 +02:00

11 lines
132 B
PHP

--TEST--
014: Name conflict and functions (php name)
--FILE--
<?php
namespace test\ns1;
echo strlen("Hello"),"\n";
?>
--EXPECT--
5