Lines Matching defs:object

34 static zval *com_property_read(zval *object, zval *member, int type, void **cahce_slot, zval *rv)  in com_property_read()
65 static void com_property_write(zval *object, zval *member, zval *value, void **cache_slot) in com_property_write()
85 static zval *com_read_dimension(zval *object, zval *offset, int type, zval *rv) in com_read_dimension()
121 static void com_write_dimension(zval *object, zval *offset, zval *value) in com_write_dimension()
198 static int com_property_exists(zval *object, zval *member, int check_empty, void **cache_slot) in com_property_exists()
218 static int com_dimension_exists(zval *object, zval *member, int check_empty) in com_dimension_exists()
224 static void com_property_delete(zval *object, zval *member, void **cache_slot) in com_property_delete()
229 static void com_dimension_delete(zval *object, zval *offset) in com_dimension_delete()
234 static HashTable *com_properties_get(zval *object) in com_properties_get()
257 zval *object = getThis(); in PHP_FUNCTION() local
366 static int com_call_method(zend_string *method, zend_object *object, INTERNAL_FUNCTION_PARAMETERS) in com_call_method()
400 static union _zend_function *com_constructor_get(zend_object *object) in com_constructor_get()
432 static zend_string* com_class_name_get(const zend_object *object) in com_class_name_get()
528 static int com_object_count(zval *object, zend_long *count) in com_object_count()
600 void php_com_object_free_storage(zend_object *object) in php_com_object_free_storage()
627 zend_object* php_com_object_clone(zval *object) in php_com_object_clone()