Home
last modified time | relevance | path

Searched refs:php_json_encoder (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/ext/json/
H A Dphp_json_encoder.h23 typedef struct _php_json_encoder php_json_encoder; typedef
31 static inline void php_json_encode_init(php_json_encoder *encoder) in php_json_encode_init()
33 memset(encoder, 0, sizeof(php_json_encoder)); in php_json_encode_init()
36 int php_json_encode_zval(smart_str *buf, zval *val, int options, php_json_encoder *encoder);
38 int php_json_escape_string(smart_str *buf, const char *s, size_t len, int options, php_json_encoder
H A Djson.c148 php_json_encoder encoder; in php_json_encode_string()
162 php_json_encoder encoder; in php_json_encode_ex()
239 php_json_encoder encoder; in PHP_FUNCTION()
H A Djson_encoder.c56 static inline void php_json_pretty_print_indent(smart_str *buf, int options, php_json_encoder *enco… in php_json_pretty_print_indent()
106 static int php_json_encode_array(smart_str *buf, zval *val, int options, php_json_encoder *encoder)… in php_json_encode_array()
313 int options, php_json_encoder *encoder) /* {{{ */ in php_json_escape_string()
525 …_encode_serializable_object(smart_str *buf, zval *val, int options, php_json_encoder *encoder) /* … in php_json_encode_serializable_object()
587 …hp_json_encode_serializable_enum(smart_str *buf, zval *val, int options, php_json_encoder *encoder) in php_json_encode_serializable_enum()
600 int php_json_encode_zval(smart_str *buf, zval *val, int options, php_json_encoder *encoder) /* {{{ … in php_json_encode_zval()

Completed in 12 milliseconds