Home
last modified time | relevance | path

Searched refs:PHP_JSON_API (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/json/
H A Dphp_json.h32 #define PHP_JSON_API __declspec(dllexport) macro
34 #define PHP_JSON_API PHPAPI macro
41 extern PHP_JSON_API zend_class_entry *php_json_serializable_ce;
94 PHP_JSON_API ZEND_EXTERN_MODULE_GLOBALS(json)
101 PHP_JSON_API int php_json_encode_ex(smart_str *buf, zval *val, int options, zend_long depth);
102 PHP_JSON_API int php_json_encode(smart_str *buf, zval *val, int options);
103 PHP_JSON_API int php_json_decode_ex(zval *return_value, char *str, size_t str_len, zend_long option…
H A Dphp_json_parser.h63 PHP_JSON_API void php_json_parser_init_ex(
72 PHP_JSON_API void php_json_parser_init(
80 PHP_JSON_API php_json_error_code php_json_parser_error_code(const php_json_parser *parser);
82 PHP_JSON_API int php_json_parse(php_json_parser *parser);
H A Djson.c40 PHP_JSON_API zend_class_entry *php_json_serializable_ce;
41 PHP_JSON_API zend_class_entry *php_json_exception_ce;
43 PHP_JSON_API ZEND_DECLARE_MODULE_GLOBALS(json)
193 PHP_JSON_API int php_json_encode_ex(smart_str *buf, zval *val, int options, zend_long depth) /* {{{… in php_json_encode_ex()
208 PHP_JSON_API int php_json_encode(smart_str *buf, zval *val, int options) /* {{{ */ in php_json_encode()
245 PHP_JSON_API int php_json_decode_ex(zval *return_value, char *str, size_t str_len, zend_long option… in php_json_decode_ex()
H A Djson_parser.y289 PHP_JSON_API php_json_error_code php_json_parser_error_code(const php_json_parser *parser) in php_json_parser_error_code()
306 PHP_JSON_API void php_json_parser_init_ex(php_json_parser *parser, in php_json_parser_init_ex()
322 PHP_JSON_API void php_json_parser_init(php_json_parser *parser, in php_json_parser_init()
339 PHP_JSON_API int php_json_parse(php_json_parser *parser) in php_json_parse()

Completed in 9 milliseconds