summaryrefslogtreecommitdiff
path: root/tests/classes/tostring_004.phpt
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2015-06-22 16:24:11 +0200
committerNikita Popov <nikic@php.net>2015-06-22 16:25:32 +0200
commit8a83aed45847edf7e6ed59a996bc991dec3ef96b (patch)
treef050073af694f90b7997f33fa8ee9394b3870080 /tests/classes/tostring_004.phpt
parentd4cd659b5ab6032a7a3c7bbbd19d021f7ca47b0d (diff)
downloadphp-git-8a83aed45847edf7e6ed59a996bc991dec3ef96b.tar.gz
Drop duplicate object-to-type notices
We already generate a recoverable fatal for these earlier, no need to throw an additional notice.
Diffstat (limited to 'tests/classes/tostring_004.phpt')
-rw-r--r--tests/classes/tostring_004.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/classes/tostring_004.phpt b/tests/classes/tostring_004.phpt
index de0283e8e6..48e8668235 100644
--- a/tests/classes/tostring_004.phpt
+++ b/tests/classes/tostring_004.phpt
@@ -38,7 +38,6 @@ printf($obj . "\n");
Object with no __toString():
Try 1:
Error: 4096 - Object of class stdClass could not be converted to string
-Error: 8 - Object of class stdClass to string conversion
Object
Try 2: