Searched refs:OCI_B_CURSOR (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/ext/oci8/tests/ |
H A D | define6.phpt | 40 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 D | bug42841.phpt | 54 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 D | cursor_bind.phpt | 40 oci_bind_by_name($stmt, ":curs", $cursor, -1, OCI_B_CURSOR);
|
H A D | cursor_bind_err.phpt | 33 oci_bind_by_name($stmt, ":cursor", $cursor, -1, OCI_B_CURSOR);
|
/PHP-8.2/ext/oci8/ |
H A D | oci8.stub.php | 235 const OCI_B_CURSOR = UNKNOWN; define
|
Completed in 9 milliseconds