Home
last modified time | relevance | path

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

/PHP-8.0/ext/json/
H A Dphp_json.h68 #define PHP_JSON_PRETTY_PRINT (1<<7) macro
H A Djson_encoder.c72 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()
H A Djson.c63 PHP_JSON_REGISTER_CONSTANT("JSON_PRETTY_PRINT", PHP_JSON_PRETTY_PRINT);

Completed in 7 milliseconds