|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
| struct | _php_json_scanner |
Typedefs | |
| typedef unsigned char | php_json_ctype |
| typedef struct _php_json_scanner | php_json_scanner |
Functions | |
| void | php_json_scanner_init (php_json_scanner *scanner, const char *str, size_t str_len, int options) |
| int | php_json_scan (php_json_scanner *s) |
| typedef unsigned char php_json_ctype |
Definition at line 23 of file php_json_scanner.h.
| typedef struct _php_json_scanner php_json_scanner |
| int php_json_scan | ( | php_json_scanner * | s | ) |
| void php_json_scanner_init | ( | php_json_scanner * | scanner, |
| const char * | str, | ||
| size_t | str_len, | ||
| int | options ) |