mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
fix tests that started to fail after the last change in ZE
(noticed by Nuno)
This commit is contained in:
parent
93962139fb
commit
bf9288d457
@ -74,7 +74,7 @@ bool(false)
|
||||
|
||||
Notice: Undefined offset: 5 in %sbug22367.php on line %d
|
||||
|
||||
Strict Standards: Only variable references should be returned by reference in %sbug22367.php on line %d
|
||||
Notice: Only variable references should be returned by reference in %sbug22367.php on line %d
|
||||
bool(false)
|
||||
array(5) {
|
||||
[0]=>
|
||||
|
@ -96,10 +96,10 @@ ok1
|
||||
bar::run1
|
||||
foo::method1
|
||||
|
||||
Strict Standards: Only variable references should be returned by reference in %s on line %d
|
||||
Notice: Only variable references should be returned by reference in %s on line %d
|
||||
foo::method1
|
||||
|
||||
Strict Standards: Only variable references should be returned by reference in %s on line %d
|
||||
Notice: Only variable references should be returned by reference in %s on line %d
|
||||
foo::finalize
|
||||
done!
|
||||
ok2
|
||||
@ -118,9 +118,9 @@ ouch
|
||||
bar::run1
|
||||
foo::method1
|
||||
|
||||
Strict Standards: Only variable references should be returned by reference in %s on line %d
|
||||
Notice: Only variable references should be returned by reference in %s on line %d
|
||||
foo::method1
|
||||
|
||||
Strict Standards: Only variable references should be returned by reference in %s on line %d
|
||||
Notice: Only variable references should be returned by reference in %s on line %d
|
||||
foo::finalize
|
||||
I'm alive!
|
||||
|
Loading…
Reference in New Issue
Block a user