Home
last modified time | relevance | path

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

/php-src/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;
95 PHP_JSON_API ZEND_EXTERN_MODULE_GLOBALS(json)
102 PHP_JSON_API zend_string *php_json_encode_string(const char *s, size_t len, int options);
104 PHP_JSON_API zend_result php_json_encode_ex(smart_str *buf, zval *val, int options, zend_long depth…
105 PHP_JSON_API zend_result php_json_encode(smart_str *buf, zval *val, int options);
106 PHP_JSON_API zend_result php_json_decode_ex(zval *return_value, const char *str, size_t str_len, ze…
107 PHP_JSON_API bool php_json_validate_ex(const char *str, size_t str_len, zend_long options, zend_lon…
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()
113 PHP_JSON_API zend_string *php_json_encode_string(const char *s, size_t len, int options) in php_json_encode_string()
128 PHP_JSON_API zend_result php_json_encode_ex(smart_str *buf, zval *val, int options, zend_long depth… in php_json_encode_ex()
143 PHP_JSON_API zend_result php_json_encode(smart_str *buf, zval *val, int options) /* {{{ */ in php_json_encode()
182 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()
204 PHP_JSON_API bool php_json_validate_ex(const char *str, size_t str_len, zend_long options, zend_lon… in php_json_validate_ex()
H A Djson_parser.y306 PHP_JSON_API php_json_error_code php_json_parser_error_code(const php_json_parser *parser) in php_json_parser_error_code()
335 PHP_JSON_API void php_json_parser_init_ex(php_json_parser *parser, in php_json_parser_init_ex()
351 PHP_JSON_API void php_json_parser_init(php_json_parser *parser, in php_json_parser_init()
368 PHP_JSON_API int php_json_parse(php_json_parser *parser) in php_json_parse()

Completed in 13 milliseconds