Searched refs:PHP_JSON_UNESCAPED_UNICODE (Results 1 – 3 of 3) sorted by relevance
71 #define PHP_JSON_UNESCAPED_UNICODE (1<<8) macro
325 if (options & PHP_JSON_UNESCAPED_UNICODE) { in php_json_escape_string()342 } else if ((options & PHP_JSON_UNESCAPED_UNICODE) in php_json_escape_string()
111 PHP_JSON_REGISTER_CONSTANT("JSON_UNESCAPED_UNICODE", PHP_JSON_UNESCAPED_UNICODE); in PHP_MINIT_FUNCTION()
Completed in 12 milliseconds