Home
last modified time | relevance | path

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

/PHP-8.0/ext/json/
H A Dphp_json.h69 #define PHP_JSON_UNESCAPED_UNICODE (1<<8) macro
H A Djson_encoder.c323 if (options & PHP_JSON_UNESCAPED_UNICODE) { in php_json_escape_string()
340 } else if ((options & PHP_JSON_UNESCAPED_UNICODE) in php_json_escape_string()
H A Djson.c64 PHP_JSON_REGISTER_CONSTANT("JSON_UNESCAPED_UNICODE", PHP_JSON_UNESCAPED_UNICODE);

Completed in 19 milliseconds