Lines Matching defs:object

184 static void spl_fixedarray_object_free_storage(zend_object *object) /* {{{ */  in spl_fixedarray_object_free_storage()
341 static zval *spl_fixedarray_object_read_dimension(zval *object, zval *offset, int type, zval *rv) /… in spl_fixedarray_object_read_dimension()
399 static void spl_fixedarray_object_write_dimension(zval *object, zval *offset, zval *value) /* {{{ */ in spl_fixedarray_object_write_dimension()
444 static void spl_fixedarray_object_unset_dimension(zval *object, zval *offset) /* {{{ */ in spl_fixedarray_object_unset_dimension()
493 static int spl_fixedarray_object_has_dimension(zval *object, zval *offset, int check_empty) /* {{{ … in spl_fixedarray_object_has_dimension()
515 static int spl_fixedarray_object_count_elements(zval *object, zend_long *count) /* {{{ */ in spl_fixedarray_object_count_elements()
540 zval *object = getThis(); in SPL_METHOD() local
598 zval *object = getThis(); in SPL_METHOD() local
709 zval *object = getThis(); in SPL_METHOD() local
725 zval *object = getThis(); in SPL_METHOD() local
825 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_rewind() local
837 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_valid() local
854 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_get_current_data() local
875 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_get_current_key() local
887 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_move_forward() local
988 zend_object_iterator *spl_fixedarray_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /… in spl_fixedarray_get_iterator()