Searched refs:PHP_JSON_PRETTY_PRINT (Results 1 – 3 of 3) sorted by relevance
68 #define PHP_JSON_PRETTY_PRINT (1<<7) macro
74 if (options & PHP_JSON_PRETTY_PRINT) { in php_json_pretty_print_char()84 if (options & PHP_JSON_PRETTY_PRINT) { in php_json_pretty_print_indent()
106 PHP_JSON_REGISTER_CONSTANT("JSON_PRETTY_PRINT", PHP_JSON_PRETTY_PRINT); in PHP_MINIT_FUNCTION()
Completed in 12 milliseconds