summaryrefslogtreecommitdiff
path: root/ext/json/JSON_parser.h
blob: 4790f728e33df54af1cbe7ef1a92dcbbdf949953 (plain)
1
2
3
4
5
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);