From 619ddc2679c73b1a6c7c030096102e8067ed482c Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Fri, 14 Sep 2007 15:04:46 +0000 Subject: [PATCH] MFB: fix expected output --- ext/standard/tests/general_functions/bug32647.phpt | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.40.0