xref: /php-src/Zend/tests/ns_044.phpt (revision 7aacc705)
1--TEST--
2044: Name conflict and constants (php name)
3--FILE--
4<?php
5namespace test\ns1;
6
7var_dump(INI_ALL);
8?>
9--EXPECT--
10int(7)
11