Home
last modified time | relevance | path

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

/PHP-8.2/ext/json/
H A Dphp_json.h30 #define PHP_JSON_API __declspec(dllexport) macro
32 #define PHP_JSON_API PHPAPI macro
39 extern PHP_JSON_API zend_class_entry *php_json_serializable_ce;
93 PHP_JSON_API ZEND_EXTERN_MODULE_GLOBALS(json)
100 PHP_JSON_API zend_string *php_json_encode_string(const char *s, size_t len, int options);
102 PHP_JSON_API zend_result php_json_encode_ex(smart_str *buf, zval *val, int options, zend_long depth…
103 PHP_JSON_API zend_result php_json_encode(smart_str *buf, zval *val, int options);
104 PHP_JSON_API zend_result php_json_decode_ex(zval *return_value, const char *str, size_t str_len, ze…
H A Dphp_json_parser.h61 PHP_JSON_API void php_json_parser_init_ex(
70 PHP_JSON_API void php_json_parser_init(
78 PHP_JSON_API php_json_error_code php_json_parser_error_code(const php_json_parser *parser);
80 PHP_JSON_API int php_json_parse(php_json_parser *parser);
H A Djson.c35 PHP_JSON_API zend_class_entry *php_json_serializable_ce;
36 PHP_JSON_API zend_class_entry *php_json_exception_ce;
38 PHP_JSON_API ZEND_DECLARE_MODULE_GLOBALS(json) in ZEND_DECLARE_MODULE_GLOBALS()
106 PHP_JSON_API zend_string *php_json_encode_string(const char *s, size_t len, int options) in php_json_encode_string()
121 PHP_JSON_API zend_result php_json_encode_ex(smart_str *buf, zval *val, int options, zend_long depth… in php_json_encode_ex()
136 PHP_JSON_API zend_result php_json_encode(smart_str *buf, zval *val, int options) /* {{{ */ in php_json_encode()
175 PHP_JSON_API zend_result php_json_decode_ex(zval *return_value, const char *str, size_t str_len, ze… in php_json_decode_ex()
H A Djson_parser.y272 PHP_JSON_API php_json_error_code php_json_parser_error_code(const php_json_parser *parser) in php_json_parser_error_code()
289 PHP_JSON_API void php_json_parser_init_ex(php_json_parser *parser, in php_json_parser_init_ex()
305 PHP_JSON_API void php_json_parser_init(php_json_parser *parser, in php_json_parser_init()
322 PHP_JSON_API int php_json_parse(php_json_parser *parser) in php_json_parse()

Completed in 8 milliseconds