diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2008-02-02 00:29:17 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2008-02-02 00:29:17 +0000 |
commit | b9954bef45d19f1f448f65179b5548630635cc41 (patch) | |
tree | efcc5d01f844552cbd3de6a37244d6c0e6319b6f /ext/standard/tests/general_functions/bug32647.phpt | |
parent | 7cced8f520c5d6792b455ab8ee14c1c23c452e47 (diff) | |
download | php-git-b9954bef45d19f1f448f65179b5548630635cc41.tar.gz |
Fix some tests
Diffstat (limited to 'ext/standard/tests/general_functions/bug32647.phpt')
-rw-r--r-- | ext/standard/tests/general_functions/bug32647.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/tests/general_functions/bug32647.phpt b/ext/standard/tests/general_functions/bug32647.phpt index 677e6b26f7..8508597130 100644 --- a/ext/standard/tests/general_functions/bug32647.phpt +++ b/ext/standard/tests/general_functions/bug32647.phpt @@ -49,13 +49,13 @@ Warning: register_shutdown_function(): Invalid shutdown callback 'Array' passed 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 +Strict Standards: Non-static method bar::barfoo() should not 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 foo! -Strict Standards: Non-static method bar::barfoo() cannot be called statically in Unknown on line 0 +Strict Standards: Non-static method bar::barfoo() should not be called statically in Unknown on line 0 -Strict Standards: Non-static method bar::barfoo() cannot be called statically in Unknown on line 0 +Strict Standards: Non-static method bar::barfoo() should not be called statically in Unknown on line 0 bar! bar! |