Skip to content

Commit e0d8523

Browse files
committed
Update stubs
1 parent 3882ffe commit e0d8523

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stubs/ext/oci8/oci_fetch_all.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
* @param resource $statement
55
* @param array $output
66
*/
7-
function oci_fetch_all($statement, &$output, int $offset = 0, int $limit = -1, int $flags = 0) : int
7+
function oci_fetch_all($statement, &$output, int $offset = 0, int $limit = -1, int $flags = OCI_FETCHSTATEMENT_BY_COLUMN | OCI_ASSOC) : int
88
{
99
}

stubs/ext/oci8/ocifetchstatement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
* @alias oci_fetch_all
77
* @deprecated
88
*/
9-
function ocifetchstatement($statement, &$output, int $offset = 0, int $limit = -1, int $flags = 0) : int
9+
function ocifetchstatement($statement, &$output, int $offset = 0, int $limit = -1, int $flags = OCI_FETCHSTATEMENT_BY_COLUMN | OCI_ASSOC) : int
1010
{
1111
}

0 commit comments

Comments
 (0)