diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/classes/bug27468.phpt | 2 | ||||
| -rwxr-xr-x | tests/lang/bug27439.phpt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/classes/bug27468.phpt b/tests/classes/bug27468.phpt index f7ec8b6882..58a7b6cb16 100644 --- a/tests/classes/bug27468.phpt +++ b/tests/classes/bug27468.phpt @@ -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 diff --git a/tests/lang/bug27439.phpt b/tests/lang/bug27439.phpt index 9404b6921c..4bcadb78fd 100755 --- a/tests/lang/bug27439.phpt +++ b/tests/lang/bug27439.phpt @@ -65,7 +65,7 @@ echo "===DONE==="; ?> --EXPECTF-- 123 -Notice: Undefined property: test::$foobar in %s on line %d +Notice: Undefined property: test::$foobar in %s on line %d Warning: Invalid argument supplied for foreach() in %s on line %d |
