Skip to content

Commit 671987c

Browse files
committed
Merge branch 'PHP-7.0'
2 parents e64b845 + d4da32d commit 671987c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/interbase/ibase_blobs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ PHP_FUNCTION(ibase_blob_add)
296296

297297
RESET_ERRMSG;
298298

299-
if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "rr", &blob_arg, &string_arg)) {
299+
if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "rz", &blob_arg, &string_arg)) {
300300
return;
301301
}
302302

0 commit comments

Comments
 (0)