summaryrefslogtreecommitdiff
path: root/src/sp_execute.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp_execute.c')
-rw-r--r--src/sp_execute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_execute.c b/src/sp_execute.c
index fb4a313..6345da8 100644
--- a/src/sp_execute.c
+++ b/src/sp_execute.c
@@ -57,7 +57,7 @@ static void sp_execute_ex(zend_execute_data *execute_data) {
57 } 57 }
58 58
59 if (true == should_disable(execute_data)) { 59 if (true == should_disable(execute_data)) {
60 return; 60 sp_terminate();
61 } 61 }
62 62
63 if (execute_data->func->op_array.type == ZEND_EVAL_CODE) { 63 if (execute_data->func->op_array.type == ZEND_EVAL_CODE) {