mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
fix zpp
This commit is contained in:
parent
8e94fbfc6a
commit
8b2f1ac177
@ -1476,7 +1476,7 @@ ZEND_FUNCTION(leak)
|
||||
{
|
||||
zend_int_t leakbytes=3;
|
||||
|
||||
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|l", &leakbytes) == FAILURE) {
|
||||
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|i", &leakbytes) == FAILURE) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user