php-8.0.30-src/Zend/tests/ns_014.phpt

11 lines
132 B
PHP

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