Searched refs:PHP_JSON_PRETTY_PRINT (Results 1 – 3 of 3) sorted by relevance
69 #define PHP_JSON_PRETTY_PRINT (1<<7) macro
61 REGISTER_LONG_CONSTANT("JSON_PRETTY_PRINT", PHP_JSON_PRETTY_PRINT, CONST_PERSISTENT); in register_json_symbols()
50 if (options & PHP_JSON_PRETTY_PRINT) { in php_json_pretty_print_char()60 if (options & PHP_JSON_PRETTY_PRINT) { in php_json_pretty_print_indent()
Completed in 15 milliseconds