mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
MFH: Fixed compiler warnings
This commit is contained in:
parent
bffb8c406c
commit
226c56fe76
10 changed files with 13 additions and 13 deletions
|
@ -353,7 +353,7 @@ ZEND_API zval* zend_object_proxy_get(zval *property TSRMLS_DC)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
ZEND_API zend_object_handlers *zend_get_std_object_handlers()
|
||||
ZEND_API zend_object_handlers *zend_get_std_object_handlers(void)
|
||||
{
|
||||
return &std_object_handlers;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue