blob: e9180c95c5a6cf2d2576af02b61ebdfc5ea7473e (
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*, const char *, const char *, const char *);
#endif /* __SP_DISABLE_FUNCTIONS_H */
|