Home
last modified time | relevance | path

Searched refs:OCI_B_CURSOR (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/oci8/tests/
H A Ddefine6.phpt40 oci_bind_by_name($s1, ":curs", $cursor1, -1, OCI_B_CURSOR);
53 oci_bind_by_name($s2, ":curs", $cursor2, -1, OCI_B_CURSOR);
67 oci_bind_by_name($s3, ":curs", $cursor3, -1, OCI_B_CURSOR);
80 oci_bind_by_name($s4, ":curs", $cursor4, -1, OCI_B_CURSOR);
94 oci_bind_by_name($s5, ":curs", $cursor5, -1, OCI_B_CURSOR);
107 oci_bind_by_name($s6, ":curs", $cursor6, -1, OCI_B_CURSOR);
H A Dbug42841.phpt54 oci_bind_by_name($stmt, ":cursor", $cursor, -1, OCI_B_CURSOR);
72 oci_bind_by_name($stmt, ":cursor", $cursor, -1, OCI_B_CURSOR);
98 oci_bind_by_name($stmt, ':cur', $cur, -1, OCI_B_CURSOR);
H A Dcursor_bind.phpt40 oci_bind_by_name($stmt, ":curs", $cursor, -1, OCI_B_CURSOR);
H A Dcursor_bind_err.phpt33 oci_bind_by_name($stmt, ":cursor", $cursor, -1, OCI_B_CURSOR);
/PHP-8.2/ext/oci8/
H A Doci8.stub.php235 const OCI_B_CURSOR = UNKNOWN; define

Completed in 10 milliseconds