Lines Matching defs:obj
141 static inline spl_recursive_it_object *spl_recursive_it_from_obj(zend_object *obj) /* {{{ */ { in spl_recursive_it_from_obj()
148 static inline spl_dual_it_object *spl_dual_it_from_obj(zend_object *obj) /* {{{ */ { in spl_dual_it_from_obj()
290 zend_object *obj = Z_OBJ(object->iterators[object->level].zobject); in spl_recursive_it_move_forward_ex() local
354 zend_object *obj = Z_OBJ(object->iterators[object->level].zobject); in spl_recursive_it_move_forward_ex() local
509 …zend_result spl_get_iterator_from_aggregate(zval *retval, zend_class_entry *ce, zend_object *obj) { in spl_get_iterator_from_aggregate()
939 static HashTable *spl_RecursiveIteratorIterator_get_gc(zend_object *obj, zval **table, int *n) in spl_RecursiveIteratorIterator_get_gc()
2058 static HashTable *spl_dual_it_get_gc(zend_object *obj, zval **table, int *n) in spl_dual_it_get_gc()
2922 PHPAPI zend_result spl_iterator_apply(zval *obj, spl_iterator_apply_func_t apply_func, void *puser) in spl_iterator_apply()
3010 zval *obj; in PHP_FUNCTION() local
3044 zval *obj; in PHP_FUNCTION() local
3064 zval *obj; member