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