1--TEST-- 2014: Name conflict and functions (php name) 3--FILE-- 4<?php 5namespace test\ns1; 6 7echo strlen("Hello"),"\n"; 8--EXPECT-- 95 10