diff options
author | Aaron Piotrowski <aaron@trowski.com> | 2015-05-17 16:15:35 -0500 |
---|---|---|
committer | Aaron Piotrowski <aaron@trowski.com> | 2015-05-17 16:15:35 -0500 |
commit | fb7206e452008f72f8bf185ca658a9c306de23b6 (patch) | |
tree | b454c6bb6439dbb605b15c11825df2e47966b5ef /tests/lang/041.phpt | |
parent | 0eba6f597aecf5febcdf8468fb80550d05643b4b (diff) | |
parent | 440481fb3e15d78d0d92432c3adba9067989f43a (diff) | |
download | php-git-fb7206e452008f72f8bf185ca658a9c306de23b6.tar.gz |
Merge branch 'master' into throwable-interface
Diffstat (limited to 'tests/lang/041.phpt')
-rw-r--r-- | tests/lang/041.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/041.phpt b/tests/lang/041.phpt index eef75bdb3f..5e88569a32 100644 --- a/tests/lang/041.phpt +++ b/tests/lang/041.phpt @@ -17,7 +17,7 @@ echo $wrongClassname::$b."\n"; --EXPECTF-- foo -Fatal error: Uncaught exception 'Error' with message 'Class 'B' not found' in %s041.php:%d +Fatal error: Uncaught EngineException: Class 'B' not found in %s041.php:%d Stack trace: #0 {main} thrown in %s041.php on line %d |