Home
last modified time | relevance | path

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

/PHP-7.4/ext/json/
H A Djson_encoder.c72 static inline void php_json_pretty_print_char(smart_str *buf, int options, char c) /* {{{ */ in php_json_pretty_print_char() function
176 php_json_pretty_print_char(buf, options, '\n'); in php_json_encode_array()
191 php_json_pretty_print_char(buf, options, '\n'); in php_json_encode_array()
208 php_json_pretty_print_char(buf, options, '\n'); in php_json_encode_array()
217 php_json_pretty_print_char(buf, options, ' '); in php_json_encode_array()
242 php_json_pretty_print_char(buf, options, '\n'); in php_json_encode_array()

Completed in 5 milliseconds