Searched refs:php_json_pretty_print_char (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/json/ |
H A D | json_encoder.c | 75 static inline void php_json_pretty_print_char(smart_str *buf, int options, char c) /* {{{ */ in php_json_pretty_print_char() function 167 php_json_pretty_print_char(buf, options, '\n'); in php_json_encode_array() 186 php_json_pretty_print_char(buf, options, '\n'); in php_json_encode_array() 192 php_json_pretty_print_char(buf, options, ' '); in php_json_encode_array() 202 php_json_pretty_print_char(buf, options, '\n'); in php_json_encode_array() 210 php_json_pretty_print_char(buf, options, ' '); in php_json_encode_array() 229 php_json_pretty_print_char(buf, options, '\n'); in php_json_encode_array()
|
Completed in 11 milliseconds