Home
last modified time | relevance | path

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

/PHP-8.0/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);
H A Djson_encoder.c35 int options, php_json_encoder *encoder);
78 static inline void php_json_pretty_print_indent(smart_str *buf, int options, php_json_encoder *enco… in php_json_pretty_print_indent()
128 static int php_json_encode_array(smart_str *buf, zval *val, int options, php_json_encoder *encoder)… in php_json_encode_array()
257 int options, php_json_encoder *encoder) /* {{{ */ in php_json_escape_string()
469 …_encode_serializable_object(smart_str *buf, zval *val, int options, php_json_encoder *encoder) /* … in php_json_encode_serializable_object()
531 int php_json_encode_zval(smart_str *buf, zval *val, int options, php_json_encoder *encoder) /* {{{ … in php_json_encode_zval()
H A Djson.c150 php_json_encoder encoder; in php_json_encode_ex()
225 php_json_encoder encoder; in PHP_FUNCTION()

Completed in 10 milliseconds