Searched refs:spl_recursive_it_from_obj (Results 1 – 1 of 1) sorted by relevance
129 static inline spl_recursive_it_object *spl_recursive_it_from_obj(zend_object *obj) /* {{{ */ { in spl_recursive_it_from_obj() function134 #define Z_SPLRECURSIVE_IT_P(zv) spl_recursive_it_from_obj(Z_OBJ_P((zv)))892 spl_recursive_it_object *object = spl_recursive_it_from_obj(*zobject); in spl_recursive_it_get_method()918 spl_recursive_it_object *object = spl_recursive_it_from_obj(_object); in spl_RecursiveIteratorIterator_dtor()939 spl_recursive_it_object *object = spl_recursive_it_from_obj(_object); in spl_RecursiveIteratorIterator_free_storage()
Completed in 14 milliseconds