Home
last modified time | relevance | path

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

/PHP-7.2/ext/json/
H A Dphp_json_encoder.h25 typedef struct _php_json_encoder php_json_encoder; typedef
33 static inline void php_json_encode_init(php_json_encoder *encoder) in php_json_encode_init()
35 memset(encoder, 0, sizeof(php_json_encoder)); in php_json_encode_init()
38 int php_json_encode_zval(smart_str *buf, zval *val, int options, php_json_encoder *encoder);
H A Djson_encoder.c37 int options, php_json_encoder *encoder);
80 static inline void php_json_pretty_print_indent(smart_str *buf, int options, php_json_encoder *enco… in php_json_pretty_print_indent()
130 static int php_json_encode_array(smart_str *buf, zval *val, int options, php_json_encoder *encoder)… in php_json_encode_array()
254 int options, php_json_encoder *encoder) /* {{{ */ in php_json_escape_string()
446 …_encode_serializable_object(smart_str *buf, zval *val, int options, php_json_encoder *encoder) /* … in php_json_encode_serializable_object()
508 int php_json_encode_zval(smart_str *buf, zval *val, int options, php_json_encoder *encoder) /* {{{ … in php_json_encode_zval()
H A Djson.c191 php_json_encoder encoder; in php_json_encode_ex()
231 php_json_encoder encoder; in PHP_FUNCTION()

Completed in 14 milliseconds