Home
last modified time | relevance | path

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

/PHP-8.1/ext/json/
H A Dphp_json.h70 #define PHP_JSON_UNESCAPED_UNICODE (1<<8) macro
H A Djson.c60 PHP_JSON_REGISTER_CONSTANT("JSON_UNESCAPED_UNICODE", PHP_JSON_UNESCAPED_UNICODE);
H A Djson_encoder.c379 if (options & PHP_JSON_UNESCAPED_UNICODE) { in php_json_escape_string()
396 } else if ((options & PHP_JSON_UNESCAPED_UNICODE) in php_json_escape_string()

Completed in 8 milliseconds