diff options
author | Nuno Lopes <nlopess@php.net> | 2007-09-14 15:04:46 +0000 |
---|---|---|
committer | Nuno Lopes <nlopess@php.net> | 2007-09-14 15:04:46 +0000 |
commit | 619ddc2679c73b1a6c7c030096102e8067ed482c (patch) | |
tree | 59642434f8f94a96c6594a6e3fea27441eaa4b7e | |
parent | c0a64e0cba04293452e919313974745f9dbc6e6c (diff) | |
download | php-git-619ddc2679c73b1a6c7c030096102e8067ed482c.tar.gz |
MFB: fix expected output
-rw-r--r-- | ext/standard/tests/general_functions/bug32647.phpt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/standard/tests/general_functions/bug32647.phpt b/ext/standard/tests/general_functions/bug32647.phpt index 2e82012077..677e6b26f7 100644 --- a/ext/standard/tests/general_functions/bug32647.phpt +++ b/ext/standard/tests/general_functions/bug32647.phpt @@ -43,8 +43,12 @@ Warning: register_shutdown_function(): Invalid shutdown callback 'Array' passed 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 |