You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
196 B

--TEST--
Bug #23584 (error line numbers off by one when using #!php)
--FILE--
#!php
<?php
error_reporting(E_ALL);
echo $foo;
?>
--EXPECTREGEX--
Notice: Undefined variable:.*foo in .* on line 6