Lines Matching defs:object

30 static zval *com_property_read(zval *object, zval *member, int type, void **cahce_slot, zval *rv)  in com_property_read()
63 static zval *com_property_write(zval *object, zval *member, zval *value, void **cache_slot) in com_property_write()
87 static zval *com_read_dimension(zval *object, zval *offset, int type, zval *rv) in com_read_dimension()
123 static void com_write_dimension(zval *object, zval *offset, zval *value) in com_write_dimension()
187 static zval *com_get_property_ptr_ptr(zval *object, zval *member, int type, void **cache_slot) in com_get_property_ptr_ptr()
205 static int com_property_exists(zval *object, zval *member, int check_empty, void **cache_slot) in com_property_exists()
227 static int com_dimension_exists(zval *object, zval *member, int check_empty) in com_dimension_exists()
233 static void com_property_delete(zval *object, zval *member, void **cache_slot) in com_property_delete()
238 static void com_dimension_delete(zval *object, zval *offset) in com_dimension_delete()
243 static HashTable *com_properties_get(zval *object) in com_properties_get()
253 static HashTable *com_get_gc(zval *object, zval **table, int *n) in com_get_gc()
273 zval *object = getThis(); in PHP_FUNCTION() local
382 static int com_call_method(zend_string *method, zend_object *object, INTERNAL_FUNCTION_PARAMETERS) in com_call_method()
416 static zend_function *com_constructor_get(zend_object *object) in com_constructor_get()
448 static zend_string* com_class_name_get(const zend_object *object) in com_class_name_get()
545 static int com_object_count(zval *object, zend_long *count) in com_object_count()
617 void php_com_object_free_storage(zend_object *object) in php_com_object_free_storage()
646 zend_object* php_com_object_clone(zval *object) in php_com_object_clone()