From 41f5fe02575611ac43848a3a95f337e57960d492 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 6 Oct 2018 23:15:50 +0200 Subject: Bump coverage again --- src/sp_execute.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/sp_execute.c') 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) { is_in_eval_and_whitelisted(execute_data); if (UNEXPECTED(NULL != orig_zend_execute_internal)) { - orig_zend_execute_internal( - INTERNAL_FUNCTION_PARAM_PASSTHRU); // LCOV_EXCL_LINE + // LCOV_EXCL_START + orig_zend_execute_internal(INTERNAL_FUNCTION_PARAM_PASSTHRU); + // LCOV_EXCL_STOP } else { EX(func)->internal_function.handler(INTERNAL_FUNCTION_PARAM_PASSTHRU); } -- cgit v1.3