Searched refs:flip (Results 1 – 6 of 6) sorted by relevance
/PHP-8.3/ext/standard/tests/array/ |
H A D | array_flip_variation4.phpt | 60 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d 62 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d 64 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d 66 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d 68 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d 70 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d 72 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d 74 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d 76 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d 78 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d [all …]
|
H A D | array_flip.phpt | 19 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d 21 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d 23 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
|
/PHP-8.3/ext/sodium/tests/ |
H A D | crypto_auth.phpt | 27 // Let's flip a bit pseudo-randomly
|
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 211 int flip, uint16_t *indir_count, uint16_t *name_count, in match() argument 262 mode, text, flip, indir_count, name_count, in match() 371 cont_level, mode, text, flip, indir_count, in match() 1005 cvt_flip(int type, int flip) in cvt_flip() argument 1007 if (flip == 0) in cvt_flip() 1156 mconvert(struct magic_set *ms, struct magic *m, int flip) in mconvert() argument 1160 switch (cvt_flip(m->type, flip)) { in mconvert() 1626 switch (op = cvt_flip(m->in_type, flip)) { in mget() 1692 switch (in_type = cvt_flip(m->in_type, flip)) { in mget() 1906 flip = !flip; in mget() [all …]
|
/PHP-8.3/docs/ |
H A D | mailinglist-rules.md | 35 that strives to be very open. The flip side is that the core developers
|
/PHP-8.3/ext/fileinfo/ |
H A D | libmagic.patch | 2903 int flip, uint16_t *indir_count, uint16_t *name_count, 3056 offset + o, mode, text, flip, indir_count, name_count,
|
Completed in 19 milliseconds