Skip to content

Commit 311fa34

Browse files
committed
Fix 3b0fecd and resulting test fail lob_012.phpt
1 parent 73c7fa2 commit 311fa34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/oci8/oci8_interface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ PHP_FUNCTION(oci_lob_export)
831831
php_stream *stream;
832832
ub4 lob_length;
833833

834-
if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os|l!l!", &z_descriptor, oci_lob_class_entry_ptr, &filename, &filename_len, &start, &length) == FAILURE) {
834+
if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os|l!l!", &z_descriptor, oci_lob_class_entry_ptr, &filename, &filename_len, &start, &start_is_null, &length, &length_is_null) == FAILURE) {
835835
RETURN_THROWS();
836836
}
837837

0 commit comments

Comments
 (0)