fix tests that started to fail after the last change in ZE

(noticed by Nuno)
This commit is contained in:
Antony Dovgal 2005-07-12 11:20:05 +00:00
parent 93962139fb
commit bf9288d457
2 changed files with 5 additions and 5 deletions

View File

@ -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]=>

View File

@ -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!