summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAnthony Ferrara <ircmaxell@gmail.com>2015-03-18 15:22:21 -0400
committerAnthony Ferrara <ircmaxell@gmail.com>2015-03-18 15:22:21 -0400
commit0529eeb4a6d9b826075d267d98c7bbee2ffd75ab (patch)
tree966948f9245e9f8ebe0da9a0154e5b4c15e87fcc /tests
parentdd9f4f95858a5720f914341f36b6e60cd0706797 (diff)
downloadphp-git-0529eeb4a6d9b826075d267d98c7bbee2ffd75ab.tar.gz
Fix executor issue with ignoring strict types, which cleans up a bunch of errors. Additionally fix the expected error of 2 unrelated tests that was caused by a change to the core error messages
Diffstat (limited to 'tests')
-rw-r--r--tests/lang/catchable_error_002.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/catchable_error_002.phpt b/tests/lang/catchable_error_002.phpt
index a80928523b..04e19897f4 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 18 and defined
+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
ALIVE!