derick Thu May 6 13:45:28 2004 EDT Modified files: /php-src/tests/lang bug22367.phpt Log: - Fixed test http://cvs.php.net/diff.php/php-src/tests/lang/bug22367.phpt?r1=1.9&r2=1.10&ty=u Index: php-src/tests/lang/bug22367.phpt diff -u php-src/tests/lang/bug22367.phpt:1.9 php-src/tests/lang/bug22367.phpt:1.10 --- php-src/tests/lang/bug22367.phpt:1.9 Mon Apr 5 01:24:15 2004 +++ php-src/tests/lang/bug22367.phpt Thu May 6 13:45:27 2004 @@ -65,7 +65,7 @@ ?> --EXPECTF-- -Strict Standards: Declaration of bar::a() must be compatible with that of foo::a() in %sbug22367.php on line %d +Strict Standards: Declaration of bar::a() should be compatible with that of foo::a() in %sbug22367.php on line %d Strict Standards: Implicit cloning object of class 'bar' because of 'zend.ze1_compatibility_mode' in %sbug22367.php on line %d int(5)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php