diff options
| author | jvoisin | 2018-10-09 16:30:19 +0200 |
|---|---|---|
| committer | jvoisin | 2018-10-09 16:30:19 +0200 |
| commit | 9752edeef24f8a81e5f5037ec94c93670d39e7ec (patch) | |
| tree | e5c6e25c76f5c92064a45025ed50e58b1e3139e5 /src/sp_disabled_functions.c | |
| parent | 00daa2e8630f6b057c466ea5462364a0a522ca8f (diff) | |
Bump again
Diffstat (limited to 'src/sp_disabled_functions.c')
| -rw-r--r-- | src/sp_disabled_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_disabled_functions.c b/src/sp_disabled_functions.c index c483612..217c6f0 100644 --- a/src/sp_disabled_functions.c +++ b/src/sp_disabled_functions.c | |||
| @@ -413,7 +413,7 @@ void should_drop_on_ret_ht(const zval* return_value, const char* function_name, | |||
| 413 | const sp_list_node* ht_entry = NULL; | 413 | const sp_list_node* ht_entry = NULL; |
| 414 | 414 | ||
| 415 | if (!function_name) { | 415 | if (!function_name) { |
| 416 | return; | 416 | return; // LCOV_EXCL_LINE |
| 417 | } | 417 | } |
| 418 | 418 | ||
| 419 | ht_entry = zend_hash_str_find_ptr(ht, function_name, strlen(function_name)); | 419 | ht_entry = zend_hash_str_find_ptr(ht, function_name, strlen(function_name)); |
