1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 16:52:18 +01:00
Files
archived-php-src/ext/json/JSON_parser.h
2006-07-19 16:17:56 +00:00

7 lines
166 B
C

/* 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);