diff options
Diffstat (limited to 'src/sp_execute.c')
| -rw-r--r-- | src/sp_execute.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/sp_execute.c b/src/sp_execute.c index e631f7b..fa8fa90 100644 --- a/src/sp_execute.c +++ b/src/sp_execute.c | |||
| @@ -223,8 +223,9 @@ static void sp_zend_execute_internal(INTERNAL_FUNCTION_PARAMETERS) { | |||
| 223 | is_in_eval_and_whitelisted(execute_data); | 223 | is_in_eval_and_whitelisted(execute_data); |
| 224 | 224 | ||
| 225 | if (UNEXPECTED(NULL != orig_zend_execute_internal)) { | 225 | if (UNEXPECTED(NULL != orig_zend_execute_internal)) { |
| 226 | orig_zend_execute_internal( | 226 | // LCOV_EXCL_START |
| 227 | INTERNAL_FUNCTION_PARAM_PASSTHRU); // LCOV_EXCL_LINE | 227 | orig_zend_execute_internal(INTERNAL_FUNCTION_PARAM_PASSTHRU); |
| 228 | // LCOV_EXCL_STOP | ||
| 228 | } else { | 229 | } else { |
| 229 | EX(func)->internal_function.handler(INTERNAL_FUNCTION_PARAM_PASSTHRU); | 230 | EX(func)->internal_function.handler(INTERNAL_FUNCTION_PARAM_PASSTHRU); |
| 230 | } | 231 | } |
