bug43344_6.phpt 277 B

123456789101112
  1. --TEST--
  2. Bug #43344.6 (Wrong error message for undefined namespace constant)
  3. --FILE--
  4. <?php
  5. namespace Foo;
  6. echo namespace\bar."\n";
  7. ?>
  8. --EXPECTF--
  9. Fatal error: Uncaught Error: Undefined constant "Foo\bar" in %s:%d
  10. Stack trace:
  11. #0 {main}
  12. thrown in %sbug43344_6.php on line %d