summaryrefslogtreecommitdiff
path: root/tests/classes
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2005-08-05 09:35:09 +0000
committerDmitry Stogov <dmitry@php.net>2005-08-05 09:35:09 +0000
commit32d69c853a8a4710c623307e7bb2e3feb5a2f82e (patch)
treec48feb353ed4aa2a03e9199a45d863606790235f /tests/classes
parent3982f722c2041866d7180c313bf16b93a61179a5 (diff)
downloadphp-git-32d69c853a8a4710c623307e7bb2e3feb5a2f82e.tar.gz
Fixed bug #33996 (No information given for fatal error on passing invalid value to typed argument)
Diffstat (limited to 'tests/classes')
-rw-r--r--tests/classes/type_hinting_001.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/type_hinting_001.phpt b/tests/classes/type_hinting_001.phpt
index d4042a496d..c46e420ab6 100644
--- a/tests/classes/type_hinting_001.phpt
+++ b/tests/classes/type_hinting_001.phpt
@@ -35,4 +35,4 @@ $a->b($b);
?>
--EXPECTF--
-Fatal error: Argument 1 must implement interface Foo in %s on line %d
+Fatal error: Argument 1 must implement interface Foo, called in %s on line 27 and defined in %s on line 12