tony2001 Tue Jul 12 07:20:06 2005 EDT Modified files: /php-src/tests/lang bug22367.phpt bug22510.phpt Log: fix tests that started to fail after the last change in ZE (noticed by Nuno) http://cvs.php.net/diff.php/php-src/tests/lang/bug22367.phpt?r1=1.11&r2=1.12&ty=u Index: php-src/tests/lang/bug22367.phpt diff -u php-src/tests/lang/bug22367.phpt:1.11 php-src/tests/lang/bug22367.phpt:1.12 --- php-src/tests/lang/bug22367.phpt:1.11 Thu Apr 28 21:18:41 2005 +++ php-src/tests/lang/bug22367.phpt Tue Jul 12 07:20:05 2005 @@ -74,7 +74,7 @@ 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]=> http://cvs.php.net/diff.php/php-src/tests/lang/bug22510.phpt?r1=1.7&r2=1.8&ty=u Index: php-src/tests/lang/bug22510.phpt diff -u php-src/tests/lang/bug22510.phpt:1.7 php-src/tests/lang/bug22510.phpt:1.8 --- php-src/tests/lang/bug22510.phpt:1.7 Thu Apr 28 21:18:41 2005 +++ php-src/tests/lang/bug22510.phpt Tue Jul 12 07:20:05 2005 @@ -96,10 +96,10 @@ 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 @@ 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!
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php