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()
61 static void com_property_write(zval *object, zval *member, zval *value, void **cache_slot) in com_property_write()
81 static zval *com_read_dimension(zval *object, zval *offset, int type, zval *rv) in com_read_dimension()
117 static void com_write_dimension(zval *object, zval *offset, zval *value) in com_write_dimension()
194 static int com_property_exists(zval *object, zval *member, int check_empty, void **cache_slot) in com_property_exists()
214 static int com_dimension_exists(zval *object, zval *member, int check_empty) in com_dimension_exists()
220 static void com_property_delete(zval *object, zval *member, void **cache_slot) in com_property_delete()
225 static void com_dimension_delete(zval *object, zval *offset) in com_dimension_delete()
230 static HashTable *com_properties_get(zval *object) in com_properties_get()
253 zval *object = getThis(); in PHP_FUNCTION() local
362 static int com_call_method(zend_string *method, zend_object *object, INTERNAL_FUNCTION_PARAMETERS) in com_call_method()
396 static union _zend_function *com_constructor_get(zend_object *object) in com_constructor_get()
428 static zend_string* com_class_name_get(const zend_object *object) in com_class_name_get()
525 static int com_object_count(zval *object, zend_long *count) in com_object_count()
597 void php_com_object_free_storage(zend_object *object) in php_com_object_free_storage()
624 zend_object* php_com_object_clone(zval *object) in php_com_object_clone()