summaryrefslogtreecommitdiff
path: root/src/sp_sloppy.h
blob: c01b77cdcb1c92891da09c533afa39d61ba331b8 (plain)
1
2
3
4
5
6
7
8
#ifndef SP_SLOPPY_H
#define SP_SLOPPY_H
#include "php_snuffleupagus.h"
#include "zend_vm.h"

void hook_sloppy();

#endif