Home
last modified time | relevance | path

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

/PHP-7.0/ext/json/
H A Dphp_json.h67 #define PHP_JSON_UNESCAPED_UNICODE (1<<8) macro
H A Djson_encoder.c306 if (options & PHP_JSON_UNESCAPED_UNICODE) { in php_json_escape_string()
324 if (us >= 0x80 && !(options & PHP_JSON_UNESCAPED_UNICODE)) { in php_json_escape_string()
H A Djson.c117 PHP_JSON_REGISTER_CONSTANT("JSON_UNESCAPED_UNICODE", PHP_JSON_UNESCAPED_UNICODE); in PHP_MINIT_FUNCTION()

Completed in 11 milliseconds