mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
6 lines
166 B
C
6 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);
|