ns_044.phpt 129 B

12345678910
  1. --TEST--
  2. 044: Name conflict and constants (php name)
  3. --FILE--
  4. <?php
  5. namespace test\ns1;
  6. var_dump(INI_ALL);
  7. ?>
  8. --EXPECT--
  9. int(7)