Lines Matching defs:object
32 static zval *com_property_read(zval *object, zval *member, int type, void **cahce_slot, zval *rv) in com_property_read()
63 static void com_property_write(zval *object, zval *member, zval *value, void **cache_slot) in com_property_write()
83 static zval *com_read_dimension(zval *object, zval *offset, int type, zval *rv) in com_read_dimension()
119 static void com_write_dimension(zval *object, zval *offset, zval *value) in com_write_dimension()
191 static int com_property_exists(zval *object, zval *member, int check_empty, void **cache_slot) in com_property_exists()
211 static int com_dimension_exists(zval *object, zval *member, int check_empty) in com_dimension_exists()
217 static void com_property_delete(zval *object, zval *member, void **cache_slot) in com_property_delete()
222 static void com_dimension_delete(zval *object, zval *offset) in com_dimension_delete()
227 static HashTable *com_properties_get(zval *object) in com_properties_get()
250 zval *object = getThis(); in PHP_FUNCTION() local
359 static int com_call_method(zend_string *method, zend_object *object, INTERNAL_FUNCTION_PARAMETERS) in com_call_method()
393 static union _zend_function *com_constructor_get(zend_object *object) in com_constructor_get()
425 static zend_string* com_class_name_get(const zend_object *object) in com_class_name_get()
521 static int com_object_count(zval *object, zend_long *count) in com_object_count()
593 void php_com_object_free_storage(zend_object *object) in php_com_object_free_storage()
620 zend_object* php_com_object_clone(zval *object) in php_com_object_clone()