Searched refs:get_type (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/spl/ |
H A D | spl_observer.c | 1239 static void spl_multiple_iterator_get_all(spl_SplObjectStorage *intern, int get_type, zval *return_… in spl_multiple_iterator_get_all() argument 1248 get_type == SPL_MULTIPLE_ITERATOR_GET_ALL_CURRENT ? "current" : "key"); in spl_multiple_iterator_get_all() 1267 if (SPL_MULTIPLE_ITERATOR_GET_ALL_CURRENT == get_type) { in spl_multiple_iterator_get_all() 1277 if (SPL_MULTIPLE_ITERATOR_GET_ALL_CURRENT == get_type) { in spl_multiple_iterator_get_all()
|
/PHP-8.2/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 274 get_type(const struct type_tbl_s *tbl, const char *l, const char **t) in get_type() function 2046 m->type = get_type(type_tbl, l + 1, &l); in parse() 2064 m->type = get_type(type_tbl, l, &l); in parse() 2083 m->type = get_type(special_tbl, l, &l); in parse()
|
Completed in 20 milliseconds