mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix warning.
This commit is contained in:
parent
9cf0c30968
commit
646292e08b
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ ZEND_API zend_object_value zend_objects_new(zend_object **object, zend_class_ent
|
|||
return retval;
|
||||
}
|
||||
|
||||
ZEND_API ZEND_API zend_object *zend_objects_get_address(zval *zobject)
|
||||
ZEND_API zend_object *zend_objects_get_address(zval *zobject)
|
||||
{
|
||||
TSRMLS_FETCH();
|
||||
return (zend_object *)zend_object_store_get_object(zobject TSRMLS_CC);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue