mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Move json encoding stuff
This commit is contained in:
parent
f00b80a511
commit
e18dd67975
7 changed files with 579 additions and 590 deletions
|
@ -16,8 +16,8 @@
|
|||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
#ifndef PHP_JSOND_PARSER_H
|
||||
#define PHP_JSOND_PARSER_H
|
||||
#ifndef PHP_JSON_PARSER_H
|
||||
#define PHP_JSON_PARSER_H
|
||||
|
||||
#include "php.h"
|
||||
#include "php_json_scanner.h"
|
||||
|
@ -38,5 +38,5 @@ php_json_error_code php_json_parser_error_code(php_json_parser *parser);
|
|||
|
||||
int php_json_yyparse(php_json_parser *parser);
|
||||
|
||||
#endif /* PHP_JSOND_PARSER_H */
|
||||
#endif /* PHP_JSON_PARSER_H */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue