bug23584.phpt 192 B

12345678910111213
  1. --TEST--
  2. Bug #23584 (error line numbers off by one when using #!php)
  3. --FILE--
  4. #!php
  5. <?php
  6. error_reporting(E_ALL);
  7. echo $foo;
  8. ?>
  9. --EXPECTF--
  10. Warning: Undefined variable $foo in %s on line 6