Searched refs:ue (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | is_json.c | 131 if (uc == ue) in json_parse_string() 147 uc = ue; in json_parse_string() 183 if (uc == ue) in json_parse_array() 213 if (uc == ue) in json_parse_object() 229 if (uc == ue) in json_parse_object() 239 if (uc == ue) in json_parse_object() 268 if (uc == ue) in json_parse_number() 278 if (uc == ue) in json_parse_number() 287 if (uc == ue) in json_parse_number() 292 if (uc == ue) in json_parse_number() [all …]
|
H A D | is_csv.c | 67 eatquote(const unsigned char *uc, const unsigned char *ue) in eatquote() argument 71 while (uc < ue) { in eatquote() 88 return ue; in eatquote() 92 csv_parse(const unsigned char *uc, const unsigned char *ue) in csv_parse() argument 96 while (uc < ue) { in csv_parse() 101 uc = eatquote(uc, ue); in csv_parse() 137 const unsigned char *ue = uc + b->flen; in file_is_csv() local 146 if (!csv_parse(uc, ue)) in file_is_csv()
|
/PHP-8.0/ext/standard/ |
H A D | url.c | 108 char const *s, *e, *p, *pp, *ue; in php_url_parse_ex2() local 112 ue = s + length; in php_url_parse_ex2() 121 if (e + 1 < ue && e < binary_strcspn(s, ue, "?#")) { in php_url_parse_ex2() 149 while (p < ue && isdigit(*p)) { in php_url_parse_ex2() 166 if (e + 2 < ue && *(e + 2) == '/') { in php_url_parse_ex2() 169 if (e + 3 < ue && *(e + 3) == '/') { in php_url_parse_ex2() 209 } else if (p == pp && pp == ue) { in php_url_parse_ex2() 224 e = binary_strcspn(s, ue, "/?#"); in php_url_parse_ex2() 288 if (e == ue) { in php_url_parse_ex2() 296 e = ue; in php_url_parse_ex2() [all …]
|
/PHP-8.0/ext/ftp/tests/ |
H A D | ftp_mlsd.phpt | 93 string(6) "val=ue"
|
H A D | server.inc | 540 fputs($fs, "fact=val=ue;empty=; path;name\r\n");
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 2359 # filename or extended attribute printable strings in range space null til umlaut ue
|
H A D | magic | 2359 # filename or extended attribute printable strings in range space null til umlaut ue
|
Completed in 199 milliseconds