summaryrefslogtreecommitdiff
path: root/src/sp_sloppy.h
blob: cd9f304491d3bb4ac44b8463846759979136a5a0 (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(void);

#endif