summaryrefslogtreecommitdiff
path: root/Zend/tests/bug64966.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug64966.phpt')
-rw-r--r--Zend/tests/bug64966.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug64966.phpt b/Zend/tests/bug64966.phpt
index 0a4e1c77ca..329503e5af 100644
--- a/Zend/tests/bug64966.phpt
+++ b/Zend/tests/bug64966.phpt
@@ -5,7 +5,7 @@ Bug #64966 (segfault in zend_do_fcall_common_helper_SPEC)
function test($func) {
try {
$a = $func("");
- } catch (EngineException $e) {
+ } catch (Error $e) {
throw new Exception();
}
return true;