Searched refs:PHP_JSON_UNESCAPED_UNICODE (Results 1 – 3 of 3) sorted by relevance
70 #define PHP_JSON_UNESCAPED_UNICODE (1<<8) macro
62 REGISTER_LONG_CONSTANT("JSON_UNESCAPED_UNICODE", PHP_JSON_UNESCAPED_UNICODE, CONST_PERSISTENT); in register_json_symbols()
385 if (options & PHP_JSON_UNESCAPED_UNICODE) { in php_json_escape_string()402 } else if ((options & PHP_JSON_UNESCAPED_UNICODE) in php_json_escape_string()
Completed in 6 milliseconds