diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/classes/tostring.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/tostring.phpt b/tests/classes/tostring.phpt index e62399bde7..971e707aa4 100644 --- a/tests/classes/tostring.phpt +++ b/tests/classes/tostring.phpt @@ -89,7 +89,7 @@ test2::__toString() Warning: Illegal offset type in %stostring.php on line %d ====test8==== -Notice: Object of class test2 could not be converted to string in %stostring.php on line %d +Notice: Object of class test2 to string conversion in %stostring.php on line %d string(6) "Object" test2::__toString() string(9) "Converted" |