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

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