diff options
| author | jvoisin | 2018-10-06 22:46:12 +0200 |
|---|---|---|
| committer | jvoisin | 2018-10-06 22:46:12 +0200 |
| commit | 2d615f1fac1a78012c0cce2e4e9f87c8e6df05b6 (patch) | |
| tree | 5a2f1c95d33aa1d22942f7e25250fd23be3e01e3 /src/sp_var_value.c | |
| parent | b348899e1ee33a639ccf06e08e6abca4332776da (diff) | |
Bump coverage again
Diffstat (limited to '')
| -rw-r--r-- | src/sp_var_value.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { | |||
| 59 | static zval *get_var_value(zend_execute_data *ed, const char *var_name, | 59 | static zval *get_var_value(zend_execute_data *ed, const char *var_name, |
| 60 | bool is_param) { | 60 | bool is_param) { |
| 61 | if (!var_name) { | 61 | if (!var_name) { |
| 62 | return NULL; | 62 | return NULL; // LCOV_EXCL_LINE |
| 63 | } | 63 | } |
| 64 | 64 | ||
| 65 | if (*var_name != VARIABLE_TOKEN) { | 65 | if (*var_name != VARIABLE_TOKEN) { |
