Lines Matching defs:object

193 static void spl_fixedarray_object_free_storage(zend_object *object) /* {{{ */  in spl_fixedarray_object_free_storage()
355 static zval *spl_fixedarray_object_read_dimension(zval *object, zval *offset, int type, zval *rv) /… in spl_fixedarray_object_read_dimension()
425 static void spl_fixedarray_object_write_dimension(zval *object, zval *offset, zval *value) /* {{{ */ in spl_fixedarray_object_write_dimension()
470 static void spl_fixedarray_object_unset_dimension(zval *object, zval *offset) /* {{{ */ in spl_fixedarray_object_unset_dimension()
519 static int spl_fixedarray_object_has_dimension(zval *object, zval *offset, int check_empty) /* {{{ … in spl_fixedarray_object_has_dimension()
542 static int spl_fixedarray_object_count_elements(zval *object, zend_long *count) /* {{{ */ in spl_fixedarray_object_count_elements()
569 zval *object = getThis(); in SPL_METHOD() local
632 zval *object = getThis(); in SPL_METHOD() local
750 zval *object = getThis(); in SPL_METHOD() local
769 zval *object = getThis(); in SPL_METHOD() local
873 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_rewind() local
885 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_valid() local
902 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_get_current_data() local
924 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_get_current_key() local
936 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_move_forward() local
1039 zend_object_iterator *spl_fixedarray_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /… in spl_fixedarray_get_iterator()