1 #ifndef SP_SLOPPY_H
2 #define SP_SLOPPY_H
3 #include "php_snuffleupagus.h"
4 #include "zend_vm.h"
5 
6 void hook_sloppy(void);
7 
8 #endif
9