summaryrefslogtreecommitdiff
path: root/ext/json/JSON_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/json/JSON_parser.h')
-rw-r--r--ext/json/JSON_parser.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/json/JSON_parser.h b/ext/json/JSON_parser.h
new file mode 100644
index 000000000..4790f728e
--- /dev/null
+++ b/ext/json/JSON_parser.h
@@ -0,0 +1,6 @@
+/* JSON_checker.h */
+
+#include "php.h"
+#include "ext/standard/php_smart_str.h"
+
+extern int JSON_parser(zval *z, unsigned short p[], int length, int assoc TSRMLS_DC);