Home
last modified time | relevance | path

Searched refs:get_type (Results 1 – 3 of 3) sorted by relevance

/PHP-7.3/ext/spl/
H A Dspl_observer.c1110 static void spl_multiple_iterator_get_all(spl_SplObjectStorage *intern, int get_type, zval *return_… in spl_multiple_iterator_get_all() argument
1136 if (SPL_MULTIPLE_ITERATOR_GET_ALL_CURRENT == get_type) { in spl_multiple_iterator_get_all()
1146 if (SPL_MULTIPLE_ITERATOR_GET_ALL_CURRENT == get_type) { in spl_multiple_iterator_get_all()
/PHP-7.3/ext/fileinfo/libmagic/
H A Dapprentice.c267 get_type(const struct type_tbl_s *tbl, const char *l, const char **t) in get_type() function
1974 m->type = get_type(type_tbl, l + 1, &l); in parse()
1992 m->type = get_type(type_tbl, l, &l); in parse()
2010 m->type = get_type(special_tbl, l, &l); in parse()
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch667 m->type = get_type(type_tbl, l + 1, &l);
671 m->type = get_type(special_tbl, l, &l);

Completed in 25 milliseconds