Annotation of embedaddon/php/Zend/tests/ns_014.phpt, revision 1.1.1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>