Home
last modified time | relevance | path

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

/PHP-8.0/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;
92 PHP_JSON_API ZEND_EXTERN_MODULE_GLOBALS(json)
99 PHP_JSON_API int php_json_encode_ex(smart_str *buf, zval *val, int options, zend_long depth);
100 PHP_JSON_API int php_json_encode(smart_str *buf, zval *val, int options);
101 PHP_JSON_API int php_json_decode_ex(zval *return_value, const char *str, size_t str_len, zend_long …
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()
148 PHP_JSON_API int php_json_encode_ex(smart_str *buf, zval *val, int options, zend_long depth) /* {{{… in php_json_encode_ex()
163 PHP_JSON_API int php_json_encode(smart_str *buf, zval *val, int options) /* {{{ */ in php_json_encode()
200 PHP_JSON_API int php_json_decode_ex(zval *return_value, const char *str, size_t str_len, zend_long … in php_json_decode_ex()
H A Djson_parser.y271 PHP_JSON_API php_json_error_code php_json_parser_error_code(const php_json_parser *parser) in php_json_parser_error_code()
288 PHP_JSON_API void php_json_parser_init_ex(php_json_parser *parser, in php_json_parser_init_ex()
304 PHP_JSON_API void php_json_parser_init(php_json_parser *parser, in php_json_parser_init()
321 PHP_JSON_API int php_json_parse(php_json_parser *parser) in php_json_parse()

Completed in 12 milliseconds