Searched refs:PHP_JSON_PRETTY_PRINT (Results 1 – 3 of 3) sorted by relevance
68 #define PHP_JSON_PRETTY_PRINT (1<<7) macro
72 if (options & PHP_JSON_PRETTY_PRINT) { in php_json_pretty_print_char()82 if (options & PHP_JSON_PRETTY_PRINT) { in php_json_pretty_print_indent()
63 PHP_JSON_REGISTER_CONSTANT("JSON_PRETTY_PRINT", PHP_JSON_PRETTY_PRINT);
Completed in 14 milliseconds