bug43344_10.phpt 260 B

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