Searched refs:PHP_JSON_UNESCAPED_SLASHES (Results 1 – 3 of 3) sorted by relevance
67 #define PHP_JSON_UNESCAPED_SLASHES (1<<6) macro
62 PHP_JSON_REGISTER_CONSTANT("JSON_UNESCAPED_SLASHES", PHP_JSON_UNESCAPED_SLASHES);
388 if (options & PHP_JSON_UNESCAPED_SLASHES) { in php_json_escape_string()
Completed in 12 milliseconds