diff options
author | Dmitry Stogov <dmitry@zend.com> | 2015-03-20 17:26:12 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2015-03-20 17:26:12 +0300 |
commit | 7cf05ce8dadd84db9f39d68ae97dbed5ca769fbb (patch) | |
tree | 909f32b19c9034725fe95bce5be76f07e86c1b23 /tests/lang | |
parent | 59356126664584e0a67128acad161f8bd86381fa (diff) | |
download | php-git-7cf05ce8dadd84db9f39d68ae97dbed5ca769fbb.tar.gz |
Fixed error messages
Diffstat (limited to 'tests/lang')
-rw-r--r-- | tests/lang/catchable_error_002.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/catchable_error_002.phpt b/tests/lang/catchable_error_002.phpt index 04e19897f4..bc585f7b10 100644 --- a/tests/lang/catchable_error_002.phpt +++ b/tests/lang/catchable_error_002.phpt @@ -25,5 +25,5 @@ Catchable fatal error [2] echo "ALIVE!\n"; ?> --EXPECTF-- -Argument 1 passed to blah() must be an instance of Foo, instance of stdClass given, called in %scatchable_error_002.php on line %d and defined in %scatchable_error_002.php on line %d +Argument 1 passed to blah() must be an instance of Foo, instance of stdClass given, called in %scatchable_error_002.php on line %d ALIVE! |