Searched refs:errs (Results 1 – 3 of 3) sorted by relevance
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 631 errs = MAX(errs, file_err); in file_apprentice() 1056 (*errs)++; in load_1() 1086 (*errs)++; in load_1() 1113 (*errs)++; in load_1() 1229 int errs = 0; in apprentice_load() local 1264 errs++; in apprentice_load() 1271 errs++; in apprentice_load() 1286 errs++; in apprentice_load() 1301 if (errs) in apprentice_load() 1326 errs++; in apprentice_load() [all …]
|
/PHP-7.2/ext/fileinfo/ |
H A D | libmagic.patch | 374 if (errs == -1) { 386 load_1(struct magic_set *ms, int action, const char *fn, int *errs, 451 int errs = 0; 489 errs++; 501 errs++; 522 errs++; 533 load_1(ms, action, filearr[i], &errs, mset); 540 load_1(ms, action, fn, &errs, mset); 541 if (errs)
|
/PHP-7.2/ |
H A D | NEWS | 226 . Fixed bug #72884 (SplObject isCloneable() returns true but errs on clone).
|
Completed in 22 milliseconds