diff options
| author | xXx-caillou-xXx | 2018-07-13 15:59:19 +0200 |
|---|---|---|
| committer | jvoisin | 2018-07-13 13:59:19 +0000 |
| commit | 050eefd845ed9a588a8c92ed10827b0669883145 (patch) | |
| tree | 2dc5f970442ec8813af8f53e9d4f717da67da1b3 /src/sp_disabled_functions.h | |
| parent | 7bd365ebc471409f85e6561f7da4f93d7017bfa4 (diff) | |
Reduce call to get_complete_function_path
Diffstat (limited to 'src/sp_disabled_functions.h')
| -rw-r--r-- | src/sp_disabled_functions.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/sp_disabled_functions.h b/src/sp_disabled_functions.h index 83b1551..4e9f7ad 100644 --- a/src/sp_disabled_functions.h +++ b/src/sp_disabled_functions.h | |||
| @@ -8,8 +8,10 @@ int hook_echo(const char*, size_t); | |||
| 8 | bool should_disable(zend_execute_data *, const char *, const zend_string *, | 8 | bool should_disable(zend_execute_data *, const char *, const zend_string *, |
| 9 | const char *, const sp_list_node *, const zend_string *); | 9 | const char *, const sp_list_node *, const zend_string *); |
| 10 | bool should_disable_ht(zend_execute_data *, const char *, const zend_string *, | 10 | bool should_disable_ht(zend_execute_data *, const char *, const zend_string *, |
| 11 | const char *, const sp_list_node *, const HashTable *); | 11 | const char *, const sp_list_node *, const HashTable *); |
| 12 | bool should_drop_on_ret_ht(zval *, const zend_execute_data *const, const sp_list_node* config, const HashTable *); | 12 | bool should_drop_on_ret_ht(zval *, const char *, const sp_list_node* config, |
| 13 | const HashTable *); | ||
| 13 | bool should_drop_on_ret(zval *, const sp_list_node* config, const char *); | 14 | bool should_drop_on_ret(zval *, const sp_list_node* config, const char *); |
| 15 | char* get_complete_function_path(zend_execute_data const* const); | ||
| 14 | 16 | ||
| 15 | #endif /* __SP_DISABLE_FUNCTIONS_H */ | 17 | #endif /* __SP_DISABLE_FUNCTIONS_H */ |
