Home
last modified time | relevance | path

Searched refs:PHP_JSON_ERROR_UTF8 (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/json/
H A Dphp_json.h48 PHP_JSON_ERROR_UTF8, enumerator
H A Djson_arginfo.h80 REGISTER_LONG_CONSTANT("JSON_ERROR_UTF8", PHP_JSON_ERROR_UTF8, CONST_PERSISTENT); in register_json_symbols()
H A Djson_scanner.re223 s->errcode = PHP_JSON_ERROR_UTF8;
285 s->errcode = PHP_JSON_ERROR_UTF8;
295 s->errcode = PHP_JSON_ERROR_UTF8;
H A Djson.c162 case PHP_JSON_ERROR_UTF8: in php_json_get_error_msg()
H A Djson_encoder.c392 encoder->error_code = PHP_JSON_ERROR_UTF8; in php_json_escape_string()

Completed in 10 milliseconds