Searched refs:PHP_JSON_INVALID_UTF8_IGNORE (Results 1 – 5 of 5) sorted by relevance
76 #define PHP_JSON_INVALID_UTF8_IGNORE (1<<20) macro
68 REGISTER_LONG_CONSTANT("JSON_INVALID_UTF8_IGNORE", PHP_JSON_INVALID_UTF8_IGNORE, CONST_PERSISTENT); in register_json_symbols()
381 if (options & PHP_JSON_INVALID_UTF8_IGNORE) { in php_json_escape_string()
282 if (s->options & (PHP_JSON_INVALID_UTF8_IGNORE | PHP_JSON_INVALID_UTF8_SUBSTITUTE)) {
567 strlen(proc->query_string), PHP_JSON_INVALID_UTF8_IGNORE); in fpm_status_handle_request()
Completed in 16 milliseconds