Home
last modified time | relevance | path

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

/PHP-8.4/ext/json/
H A Djson_encoder.c58 static inline void php_json_pretty_print_char(smart_str *buf, int options, char c) /* {{{ */ in php_json_pretty_print_char() function
185 php_json_pretty_print_char(buf, options, '\n'); in php_json_encode_array()
197 php_json_pretty_print_char(buf, options, ' '); in php_json_encode_array()
216 php_json_pretty_print_char(buf, options, '\n'); in php_json_encode_array()
271 php_json_pretty_print_char(buf, options, '\n'); in php_json_encode_array()
301 php_json_pretty_print_char(buf, options, '\n'); in php_json_encode_array()
318 php_json_pretty_print_char(buf, options, '\n'); in php_json_encode_array()
327 php_json_pretty_print_char(buf, options, ' '); in php_json_encode_array()
354 php_json_pretty_print_char(buf, options, '\n'); in php_json_encode_array()

Completed in 4 milliseconds