Fixed tests

This commit is contained in:
Dmitry Stogov 2007-11-19 08:19:31 +00:00
parent 991f1d8d7a
commit 969dda1b51
5 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,7 @@ new foo();
echo 'OK';
?>
--EXPECTF--
Notice: Undefined property: foo::$x in %sbug27468.php on line 4
Notice: Undefined property: foo::$x in %sbug27468.php on line 4
Warning: Invalid argument supplied for foreach() in %sbug27468.php on line 4
OK