Lines Matching defs:object
37 #define HAS_FIXEDARRAY_ARRAYACCESS_OVERRIDE(object, method) UNEXPECTED((object)->ce != spl_ce_SplFi… argument
267 static void spl_fixedarray_object_free_storage(zend_object *object) in spl_fixedarray_object_free_storage()
385 static zval *spl_fixedarray_object_read_dimension(zend_object *object, zval *offset, int type, zval… in spl_fixedarray_object_read_dimension()
436 static void spl_fixedarray_object_write_dimension(zend_object *object, zval *offset, zval *value) in spl_fixedarray_object_write_dimension()
473 static void spl_fixedarray_object_unset_dimension(zend_object *object, zval *offset) in spl_fixedarray_object_unset_dimension()
504 static int spl_fixedarray_object_has_dimension(zend_object *object, zval *offset, int check_empty) in spl_fixedarray_object_has_dimension()
520 static zend_result spl_fixedarray_object_count_elements(zend_object *object, zend_long *count) in spl_fixedarray_object_count_elements()
542 zval *object = ZEND_THIS; in PHP_METHOD() local
672 zval *object = ZEND_THIS; in PHP_METHOD() local
768 zval *object = ZEND_THIS; in PHP_METHOD() local
781 zval *object = ZEND_THIS; in PHP_METHOD() local
900 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_valid() local
913 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_get_current_data() local
946 static zend_object_iterator *spl_fixedarray_get_iterator(zend_class_entry *ce, zval *object, int by… in spl_fixedarray_get_iterator()