summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_014.phpt
blob: 547bd998d480296c61b0a7291abe7c973dbabe68 (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
014: Name conflict and functions (php name)
--FILE--
<?php
namespace test\ns1;

echo strlen("Hello"),"\n";
?>
--EXPECT--
5