Home
last modified time | relevance | path

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

/PHP-8.1/ext/json/
H A Dphp_json.h69 #define PHP_JSON_PRETTY_PRINT (1<<7) macro
H A Djson.c59 PHP_JSON_REGISTER_CONSTANT("JSON_PRETTY_PRINT", PHP_JSON_PRETTY_PRINT);
H A Djson_encoder.c50 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 8 milliseconds