Searched refs:PHP_JSON_ERROR_CTRL_CHAR (Results 1 – 4 of 4) sorted by relevance
48 PHP_JSON_ERROR_CTRL_CHAR, enumerator
129 PHP_JSON_REGISTER_CONSTANT("JSON_ERROR_CTRL_CHAR", PHP_JSON_ERROR_CTRL_CHAR); in PHP_MINIT_FUNCTION()311 case PHP_JSON_ERROR_CTRL_CHAR: in PHP_FUNCTION()
193 s->errcode = PHP_JSON_ERROR_CTRL_CHAR;204 s->errcode = PHP_JSON_ERROR_CTRL_CHAR;217 s->errcode = PHP_JSON_ERROR_CTRL_CHAR;
241 s->errcode = PHP_JSON_ERROR_CTRL_CHAR; in php_json_scan()248 s->errcode = PHP_JSON_ERROR_CTRL_CHAR; in php_json_scan()560 s->errcode = PHP_JSON_ERROR_CTRL_CHAR; in php_json_scan()
Completed in 16 milliseconds