Searched refs:get_type (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_5/ext/spl/ |
| H A D | spl_observer.c | 1171 static void spl_multiple_iterator_get_all(spl_SplObjectStorage *intern, int get_type, zval *return_value TSRMLS_DC) /* {{{ */ argument 1197 if (SPL_MULTIPLE_ITERATOR_GET_ALL_CURRENT == get_type) { 1207 if (SPL_MULTIPLE_ITERATOR_GET_ALL_CURRENT == get_type) {
|
| /PHP_5_5/ext/fileinfo/libmagic/ |
| H A D | apprentice.c | 246 get_type(const struct type_tbl_s *tbl, const char *l, const char **t) function 1696 m->type = get_type(type_tbl, l + 1, &l); 1714 m->type = get_type(type_tbl, l, &l); 1732 m->type = get_type(special_tbl, l, &l);
|
Completed in 7 milliseconds