nlopess Fri Sep 14 15:04:46 2007 UTC Modified files: /php-src/ext/standard/tests/general_functions bug32647.phpt Log: MFB: fix expected output http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/bug32647.phpt?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/standard/tests/general_functions/bug32647.phpt diff -u php-src/ext/standard/tests/general_functions/bug32647.phpt:1.2 php-src/ext/standard/tests/general_functions/bug32647.phpt:1.3 --- php-src/ext/standard/tests/general_functions/bug32647.phpt:1.2 Fri Dec 16 23:21:38 2005 +++ php-src/ext/standard/tests/general_functions/bug32647.phpt Fri Sep 14 15:04:46 2007 @@ -43,8 +43,12 @@ Warning: register_shutdown_function(): Invalid shutdown callback 'Array' passed in %s on line %d +Warning: register_shutdown_function(): Invalid shutdown callback 'bar::foo' passed in %s on line %d + Warning: register_shutdown_function(): Invalid shutdown callback 'Array' passed in %s on line %d +Warning: register_shutdown_function(): Invalid shutdown callback 'bar' passed in %s on line %d + Strict Standards: Non-static method bar::barfoo() cannot be called statically in %sbug32647.php on line %d Warning: register_shutdown_function(): Invalid shutdown callback 'bar::foobar' passed in %sbug32647.php on line %d
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php