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