mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix prototype/warning
This commit is contained in:
parent
c46ccc01fd
commit
f041e73a67
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ static void saproxy_property_write(zval *object, zval *member, zval *value TSRML
|
|||
php_com_throw_exception(E_INVALIDARG, "safearray has no properties" TSRMLS_CC);
|
||||
}
|
||||
|
||||
static zval *saproxy_read_dimension(zval *object, zval *offset TSRMLS_DC)
|
||||
static zval *saproxy_read_dimension(zval *object, zval *offset, int type TSRMLS_DC)
|
||||
{
|
||||
php_com_saproxy *proxy = SA_FETCH(object);
|
||||
zval *return_value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue