Lines Matching refs:spl_fixed_array_from_obj
64 static spl_fixedarray_object *spl_fixed_array_from_obj(zend_object *obj) in spl_fixed_array_from_obj() function
69 #define Z_SPLFIXEDARRAY_P(zv) spl_fixed_array_from_obj(Z_OBJ_P((zv)))
197 spl_fixedarray_object *intern = spl_fixed_array_from_obj(obj); in spl_fixedarray_object_get_gc()
208 spl_fixedarray_object *intern = spl_fixed_array_from_obj(obj); in spl_fixedarray_object_get_properties()
252 spl_fixedarray_object *intern = spl_fixed_array_from_obj(object); in spl_fixedarray_object_free_storage()
269 spl_fixedarray_object *other = spl_fixed_array_from_obj(orig); in spl_fixedarray_object_new_ex()
356 intern = spl_fixed_array_from_obj(object); in spl_fixedarray_object_read_dimension()
419 intern = spl_fixed_array_from_obj(object); in spl_fixedarray_object_write_dimension()
462 intern = spl_fixed_array_from_obj(object); in spl_fixedarray_object_unset_dimension()
502 intern = spl_fixed_array_from_obj(object); in spl_fixedarray_object_has_dimension()
523 intern = spl_fixed_array_from_obj(object); in spl_fixedarray_object_count_elements()