Searched refs:php_json_encoder (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/json/ |
H A D | php_json_encoder.h | 23 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 …n_escape_string(smart_str *buf, const char *s, size_t len, int options, php_json_encoder *encoder);
|
H A D | json.c | 114 php_json_encoder encoder; in php_json_encode_string() 128 php_json_encoder encoder; in php_json_encode_ex() 223 php_json_encoder encoder; in PHP_FUNCTION()
|
H A D | json_encoder.c | 66 static inline void php_json_pretty_print_indent(smart_str *buf, int options, php_json_encoder *enco… in php_json_pretty_print_indent() 123 static zend_result php_json_encode_array(smart_str *buf, zval *val, int options, php_json_encoder *… in php_json_encode_array() 371 int options, php_json_encoder *encoder) /* {{{ */ in php_json_escape_string() 582 …_encode_serializable_object(smart_str *buf, zval *val, int options, php_json_encoder *encoder) /* … in php_json_encode_serializable_object() 647 …hp_json_encode_serializable_enum(smart_str *buf, zval *val, int options, php_json_encoder *encoder) in php_json_encode_serializable_enum() 660 zend_result php_json_encode_zval(smart_str *buf, zval *val, int options, php_json_encoder *encoder)… in php_json_encode_zval()
|
Completed in 9 milliseconds