Searched refs:php_json_pretty_print_char (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/json/ |
H A D | json_encoder.c | 48 static inline void php_json_pretty_print_char(smart_str *buf, int options, char c) /* {{{ */ in php_json_pretty_print_char() function 164 php_json_pretty_print_char(buf, options, '\n'); in php_json_encode_array() 176 php_json_pretty_print_char(buf, options, ' '); in php_json_encode_array() 195 php_json_pretty_print_char(buf, options, '\n'); in php_json_encode_array() 237 php_json_pretty_print_char(buf, options, '\n'); in php_json_encode_array() 252 php_json_pretty_print_char(buf, options, '\n'); in php_json_encode_array() 269 php_json_pretty_print_char(buf, options, '\n'); in php_json_encode_array() 278 php_json_pretty_print_char(buf, options, ' '); in php_json_encode_array() 303 php_json_pretty_print_char(buf, options, '\n'); in php_json_encode_array()
|
Completed in 4 milliseconds