diff options
Diffstat (limited to 'Zend/tests/call_with_refs.phpt')
-rw-r--r-- | Zend/tests/call_with_refs.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/call_with_refs.phpt b/Zend/tests/call_with_refs.phpt index 84c4edfc20..f7b18365b4 100644 --- a/Zend/tests/call_with_refs.phpt +++ b/Zend/tests/call_with_refs.phpt @@ -12,6 +12,6 @@ $oldhandler = set_error_handler("my_errorhandler"); $my_var = str_repeat("A",64); $data = call_user_func_array("substr_replace",array(&$my_var, new StdClass(),1)); echo "OK!"; ---EXPECT-- +--EXPECT-- Object of class stdClass could not be converted to string OK! |