Lines Matching defs:object
68 spl_fixedarray_object *object; member
355 static zval *spl_fixedarray_object_read_dimension(zval *object, zval *offset, int type TSRMLS_DC) /… in spl_fixedarray_object_read_dimension()
417 static void spl_fixedarray_object_write_dimension(zval *object, zval *offset, zval *value TSRMLS_DC… in spl_fixedarray_object_write_dimension()
462 static void spl_fixedarray_object_unset_dimension(zval *object, zval *offset TSRMLS_DC) /* {{{ */ in spl_fixedarray_object_unset_dimension()
511 static int spl_fixedarray_object_has_dimension(zval *object, zval *offset, int check_empty TSRMLS_D… in spl_fixedarray_object_has_dimension()
535 static int spl_fixedarray_object_count_elements(zval *object, long *count TSRMLS_DC) /* {{{ */ in spl_fixedarray_object_count_elements()
565 zval *object = getThis(); in SPL_METHOD() local
594 zval *object = getThis(); in SPL_METHOD() local
728 zval *object = getThis(); in SPL_METHOD() local
747 zval *object = getThis(); in SPL_METHOD() local
1022 zend_object_iterator *spl_fixedarray_get_iterator(zend_class_entry *ce, zval *object, int by_ref TS… in spl_fixedarray_get_iterator()