diff options
| author | xXx-caillou-xXx | 2018-08-30 14:43:58 +0200 |
|---|---|---|
| committer | jvoisin | 2018-08-30 12:43:58 +0000 |
| commit | f61a4772bfc33e08e7b06250e2f0f640bcae875f (patch) | |
| tree | 2c26573cdd6ffa9eed1a46291660d82611154eb0 /src/sp_utils.h | |
| parent | dcc64e0f1530fbe5d528873977199ceeb715305d (diff) | |
Match on ret improvements
This commit does two things:
- Implement matching on calltraces for ret
- Implement matching on ret of user functions if the return value is not used.
Diffstat (limited to '')
| -rw-r--r-- | src/sp_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_utils.h b/src/sp_utils.h index 97c97fd..c094fac 100644 --- a/src/sp_utils.h +++ b/src/sp_utils.h | |||
| @@ -46,7 +46,7 @@ | |||
| 46 | 46 | ||
| 47 | void sp_log_msg(char const *feature, int type, const char *fmt, ...); | 47 | void sp_log_msg(char const *feature, int type, const char *fmt, ...); |
| 48 | int compute_hash(const char *const filename, char *file_hash); | 48 | int compute_hash(const char *const filename, char *file_hash); |
| 49 | const zend_string *sp_zval_to_zend_string(zval *); | 49 | const zend_string *sp_zval_to_zend_string(const zval *); |
| 50 | bool sp_match_value(const zend_string *, const zend_string *, const sp_pcre *); | 50 | bool sp_match_value(const zend_string *, const zend_string *, const sp_pcre *); |
| 51 | bool sp_match_array_key(const zval *, const zend_string *, const sp_pcre *); | 51 | bool sp_match_array_key(const zval *, const zend_string *, const sp_pcre *); |
| 52 | bool sp_match_array_value(const zval *, const zend_string *, const sp_pcre *); | 52 | bool sp_match_array_value(const zval *, const zend_string *, const sp_pcre *); |
