nlopess         Fri Sep 14 15:04:19 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/standard/tests/general_functions       bug32647.phpt 
  Log:
  fix expected output
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/bug32647.phpt?r1=1.1.6.1&r2=1.1.6.1.2.1&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.1.6.1 
php-src/ext/standard/tests/general_functions/bug32647.phpt:1.1.6.1.2.1
--- php-src/ext/standard/tests/general_functions/bug32647.phpt:1.1.6.1  Fri Dec 
16 22:19:02 2005
+++ php-src/ext/standard/tests/general_functions/bug32647.phpt  Fri Sep 14 
15:04:19 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

Reply via email to