/dports/lang/php73/php-7.3.33/ext/json/ |
H A D | php_json.h | 68 #define PHP_JSON_PRETTY_PRINT (1<<7) macro
|
H A D | json_encoder.c | 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()
|
/dports/www/mod_php81/php-8.1.1/ext/json/ |
H A D | php_json.h | 69 #define PHP_JSON_PRETTY_PRINT (1<<7) macro
|
H A D | json_encoder.c | 54 if (options & PHP_JSON_PRETTY_PRINT) { in php_json_pretty_print_char() 64 if (options & PHP_JSON_PRETTY_PRINT) { in php_json_pretty_print_indent()
|
H A D | json.c | 59 PHP_JSON_REGISTER_CONSTANT("JSON_PRETTY_PRINT", PHP_JSON_PRETTY_PRINT);
|
/dports/lang/php81/php-8.1.1/ext/json/ |
H A D | php_json.h | 69 #define PHP_JSON_PRETTY_PRINT (1<<7) macro
|
H A D | json_encoder.c | 54 if (options & PHP_JSON_PRETTY_PRINT) { in php_json_pretty_print_char() 64 if (options & PHP_JSON_PRETTY_PRINT) { in php_json_pretty_print_indent()
|
H A D | json.c | 59 PHP_JSON_REGISTER_CONSTANT("JSON_PRETTY_PRINT", PHP_JSON_PRETTY_PRINT);
|
/dports/lang/php74/php-7.4.27/ext/json/ |
H A D | php_json.h | 70 #define PHP_JSON_PRETTY_PRINT (1<<7) macro
|
H A D | json_encoder.c | 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()
|
/dports/lang/php80/php-8.0.15/ext/json/ |
H A D | php_json.h | 68 #define PHP_JSON_PRETTY_PRINT (1<<7) macro
|
H A D | json_encoder.c | 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()
|
H A D | json.c | 63 PHP_JSON_REGISTER_CONSTANT("JSON_PRETTY_PRINT", PHP_JSON_PRETTY_PRINT);
|
/dports/devel/php74-json/php-7.4.27/ext/json/ |
H A D | php_json.h | 70 #define PHP_JSON_PRETTY_PRINT (1<<7) macro
|
H A D | json_encoder.c | 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()
|
/dports/devel/php73-json/php-7.3.33/ext/json/ |
H A D | php_json.h | 68 #define PHP_JSON_PRETTY_PRINT (1<<7) macro
|
H A D | json_encoder.c | 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()
|
/dports/www/mod_php73/php-7.3.33/ext/json/ |
H A D | php_json.h | 68 #define PHP_JSON_PRETTY_PRINT (1<<7) macro
|
H A D | json_encoder.c | 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()
|
/dports/www/mod_php80/php-8.0.15/ext/json/ |
H A D | php_json.h | 68 #define PHP_JSON_PRETTY_PRINT (1<<7) macro
|
H A D | json_encoder.c | 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()
|
/dports/www/mod_php74/php-7.4.27/ext/json/ |
H A D | php_json.h | 70 #define PHP_JSON_PRETTY_PRINT (1<<7) macro
|
H A D | json_encoder.c | 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()
|
/dports/devel/pecl-jsond/jsond-1.4.0/ |
H A D | php_jsond.h | 127 #define PHP_JSON_PRETTY_PRINT (1<<7) macro
|
H A D | jsond_encoder.c | 73 if (options & PHP_JSON_PRETTY_PRINT) { in php_json_buffer_finish() 83 if (options & PHP_JSON_PRETTY_PRINT) { in php_json_buffer_reset()
|