Lines Matching defs:object
37 #define HAS_FIXEDARRAY_ARRAYACCESS_OVERRIDE(object, method) UNEXPECTED((object)->ce != spl_ce_SplFi… argument
263 static void spl_fixedarray_object_free_storage(zend_object *object) in spl_fixedarray_object_free_storage()
381 static zval *spl_fixedarray_object_read_dimension(zend_object *object, zval *offset, int type, zval… in spl_fixedarray_object_read_dimension()
432 static void spl_fixedarray_object_write_dimension(zend_object *object, zval *offset, zval *value) in spl_fixedarray_object_write_dimension()
469 static void spl_fixedarray_object_unset_dimension(zend_object *object, zval *offset) in spl_fixedarray_object_unset_dimension()
500 static int spl_fixedarray_object_has_dimension(zend_object *object, zval *offset, int check_empty) in spl_fixedarray_object_has_dimension()
516 static zend_result spl_fixedarray_object_count_elements(zend_object *object, zend_long *count) in spl_fixedarray_object_count_elements()
538 zval *object = ZEND_THIS; in PHP_METHOD() local
668 zval *object = ZEND_THIS; in PHP_METHOD() local
764 zval *object = ZEND_THIS; in PHP_METHOD() local
777 zval *object = ZEND_THIS; in PHP_METHOD() local
896 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_valid() local
909 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_get_current_data() local
942 static zend_object_iterator *spl_fixedarray_get_iterator(zend_class_entry *ce, zval *object, int by… in spl_fixedarray_get_iterator()