summaryrefslogtreecommitdiff
path: root/src/sp_disabled_functions.h
blob: 260d430dac5707bbc60eb7c97f3b5df147faf43a (plain)
1
2
3
4
5
6
7
#ifndef __SP_DISABLE_FUNCTIONS_H
#define __SP_DISABLE_FUNCTIONS_H

int hook_disabled_functions();
bool should_disable(zend_execute_data* function_name);

#endif /* __SP_DISABLE_FUNCTIONS_H */