mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
fixed splfixedarray
This commit is contained in:
parent
e49e163a9e
commit
a5ffd245bd
1 changed files with 1 additions and 1 deletions
|
@ -761,7 +761,7 @@ SPL_METHOD(SplFixedArray, setSize)
|
|||
spl_fixedarray_object *intern;
|
||||
php_int_t size;
|
||||
|
||||
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &size) == FAILURE) {
|
||||
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "i", &size) == FAILURE) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue