Lines Matching defs:object
275 static void spl_fixedarray_object_free_storage(zend_object *object) in spl_fixedarray_object_free_storage()
419 static zval *spl_fixedarray_object_read_dimension(zend_object *object, zval *offset, int type, zval… in spl_fixedarray_object_read_dimension()
478 static void spl_fixedarray_object_write_dimension(zend_object *object, zval *offset, zval *value) in spl_fixedarray_object_write_dimension()
517 static void spl_fixedarray_object_unset_dimension(zend_object *object, zval *offset) in spl_fixedarray_object_unset_dimension()
551 static int spl_fixedarray_object_has_dimension(zend_object *object, zval *offset, int check_empty) in spl_fixedarray_object_has_dimension()
570 static int spl_fixedarray_object_count_elements(zend_object *object, zend_long *count) in spl_fixedarray_object_count_elements()
592 zval *object = ZEND_THIS; in PHP_METHOD() local
644 zval *object = ZEND_THIS; in PHP_METHOD() local
740 zval *object = ZEND_THIS; in PHP_METHOD() local
753 zval *object = ZEND_THIS; in PHP_METHOD() local
872 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_valid() local
885 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_get_current_data() local
918 zend_object_iterator *spl_fixedarray_get_iterator(zend_class_entry *ce, zval *object, int by_ref) in spl_fixedarray_get_iterator()