Lines Matching refs:spl_array_from_obj

57 static inline spl_array_object *spl_array_from_obj(zend_object *obj) /* {{{ */ {  in spl_array_from_obj()  function
62 #define Z_SPLARRAY_P(zv) spl_array_from_obj(Z_OBJ_P((zv)))
126 spl_array_object *intern = spl_array_from_obj(object); in spl_array_object_free_storage()
155 spl_array_object *other = spl_array_from_obj(orig); in spl_array_object_new_ex()
402 spl_array_object *intern = spl_array_from_obj(object); in spl_array_read_dimension_ex()
467 spl_array_object *intern = spl_array_from_obj(object); in spl_array_write_dimension_ex()
529 spl_array_object *intern = spl_array_from_obj(object); in spl_array_unset_dimension_ex()
590 spl_array_object *intern = spl_array_from_obj(object); in spl_array_has_dimension_ex()
737 spl_array_object *intern = spl_array_from_obj(object); in spl_array_get_properties_for()
773 spl_array_object *intern = spl_array_from_obj(obj); in spl_array_get_debug_info()
799 spl_array_object *intern = spl_array_from_obj(obj); in spl_array_get_gc()
808 spl_array_object *intern = spl_array_from_obj(object); in spl_array_read_property()
821 spl_array_object *intern = spl_array_from_obj(object); in spl_array_write_property()
835 spl_array_object *intern = spl_array_from_obj(object); in spl_array_get_property_ptr_ptr()
853 spl_array_object *intern = spl_array_from_obj(object); in spl_array_has_property()
866 spl_array_object *intern = spl_array_from_obj(object); in spl_array_unset_property()
1146 spl_array_object *intern = spl_array_from_obj(object); in spl_array_object_count_elements()