summaryrefslogtreecommitdiff
path: root/tests/lang/bug23584.phpt
blob: 417cfb085651adea0139999b54c75d2643bdd49a (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;

?>
--EXPECTREGEX--
Notice: Undefined variable:.*foo in .* on line 6