mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +08:00
Fixed bug #71280 (ibase_blob_add() expects parameter 2 to be resorce)
This commit is contained in:
parent
736b91c650
commit
d4da32d312
@ -296,7 +296,7 @@ PHP_FUNCTION(ibase_blob_add)
|
||||
|
||||
RESET_ERRMSG;
|
||||
|
||||
if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "rr", &blob_arg, &string_arg)) {
|
||||
if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "rz", &blob_arg, &string_arg)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user