]> granicus.if.org Git - php/commitdiff
Add php_json_yyparse for direct use in json ext
authorJakub Zelenka <bukka@php.net>
Wed, 11 May 2016 20:11:47 +0000 (21:11 +0100)
committerJakub Zelenka <bukka@php.net>
Wed, 11 May 2016 20:11:47 +0000 (21:11 +0100)
ext/json/php_json_parser.h

index 0eb9da3073588bb80332c1b4800b3db70950d5b8..f817a2da70c4ac2ac6b66602456969c66aab8c0b 100644 (file)
@@ -81,5 +81,7 @@ PHP_JSON_API php_json_error_code php_json_parser_error_code(const php_json_parse
 
 PHP_JSON_API int php_json_parse(php_json_parser *parser);
 
+int php_json_yyparse(php_json_parser *parser);
+
 #endif /* PHP_JSON_PARSER_H */