Home
last modified time | relevance | path

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

/PHP-8.2/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 zend_result 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.c109 php_json_encoder encoder; in php_json_encode_string()
123 php_json_encoder encoder; in php_json_encode_ex()
200 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()
113 static zend_result php_json_encode_array(smart_str *buf, zval *val, int options, php_json_encoder *… in php_json_encode_array()
320 int options, php_json_encoder *encoder) /* {{{ */ in php_json_escape_string()
531 …_encode_serializable_object(smart_str *buf, zval *val, int options, php_json_encoder *encoder) /* … in php_json_encode_serializable_object()
593 …hp_json_encode_serializable_enum(smart_str *buf, zval *val, int options, php_json_encoder *encoder) in php_json_encode_serializable_enum()
606 zend_result php_json_encode_zval(smart_str *buf, zval *val, int options, php_json_encoder *encoder)… in php_json_encode_zval()

Completed in 26 milliseconds