mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
Add new prototype
This commit is contained in:
parent
63c964c40f
commit
7fa5cdcb72
@ -29,6 +29,7 @@ ZEND_API void zend_objects_destroy_object(zend_object *object, zend_object_handl
|
||||
ZEND_API zend_object *zend_objects_get_address(zval *object TSRMLS_DC);
|
||||
ZEND_API void zend_objects_clone_members(zend_object *new_object, zend_object_value new_obj_val, zend_object *old_object, zend_object_handle handle TSRMLS_DC);
|
||||
ZEND_API zend_object_value zend_objects_clone_obj(zval *object TSRMLS_DC);
|
||||
ZEND_API void zend_objects_free_object_storage(zend_object *object TSRMLS_DC);
|
||||
|
||||
#endif /* ZEND_OBJECTS_H */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user