Lines Matching defs:object
68 spl_fixedarray_object *object; member
372 static zval *spl_fixedarray_object_read_dimension(zval *object, zval *offset, int type TSRMLS_DC) /… in spl_fixedarray_object_read_dimension()
434 static void spl_fixedarray_object_write_dimension(zval *object, zval *offset, zval *value TSRMLS_DC… in spl_fixedarray_object_write_dimension()
479 static void spl_fixedarray_object_unset_dimension(zval *object, zval *offset TSRMLS_DC) /* {{{ */ in spl_fixedarray_object_unset_dimension()
528 static int spl_fixedarray_object_has_dimension(zval *object, zval *offset, int check_empty TSRMLS_D… in spl_fixedarray_object_has_dimension()
552 static int spl_fixedarray_object_count_elements(zval *object, long *count TSRMLS_DC) /* {{{ */ in spl_fixedarray_object_count_elements()
582 zval *object = getThis(); in SPL_METHOD() local
643 zval *object = getThis(); in SPL_METHOD() local
777 zval *object = getThis(); in SPL_METHOD() local
796 zval *object = getThis(); in SPL_METHOD() local
1069 zend_object_iterator *spl_fixedarray_get_iterator(zend_class_entry *ce, zval *object, int by_ref TS… in spl_fixedarray_get_iterator()