From 2d615f1fac1a78012c0cce2e4e9f87c8e6df05b6 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 6 Oct 2018 22:46:12 +0200 Subject: Bump coverage again --- src/sp_var_value.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp_var_value.c') diff --git a/src/sp_var_value.c b/src/sp_var_value.c index 268c3d1..7f08c46 100644 --- a/src/sp_var_value.c +++ b/src/sp_var_value.c @@ -59,7 +59,7 @@ static zval *get_constant(const char *value) { static zval *get_var_value(zend_execute_data *ed, const char *var_name, bool is_param) { if (!var_name) { - return NULL; + return NULL; // LCOV_EXCL_LINE } if (*var_name != VARIABLE_TOKEN) { -- cgit v1.3