Searched refs:PHP_JSON_UNESCAPED_UNICODE (Results 1 – 3 of 3) sorted by relevance
67 #define PHP_JSON_UNESCAPED_UNICODE (1<<8) macro
306 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()
117 PHP_JSON_REGISTER_CONSTANT("JSON_UNESCAPED_UNICODE", PHP_JSON_UNESCAPED_UNICODE); in PHP_MINIT_FUNCTION()
Completed in 6 milliseconds