Home
last modified time | relevance | path

Searched refs:OCI_ASSOC (Results 26 – 39 of 39) sorted by relevance

12

/PHP-8.2/ext/oci8/tests/
H A Dimp_res_get_close_3.phpt45 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
H A Dbug37220.phpt46 while ($row = oci_fetch_array($stmt, OCI_ASSOC+OCI_RETURN_NULLS)) {
H A Dimp_res_get_close_1.phpt46 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
H A Dimp_res_get_close_2.phpt46 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
H A Dbug41069.phpt65 oci_fetch_all($stid, $results, 0, -1, OCI_ASSOC+OCI_FETCHSTATEMENT_BY_ROW);
71 oci_fetch_all($stid, $results, 0, -1, OCI_ASSOC+OCI_FETCHSTATEMENT_BY_ROW);
H A Dimp_res_close.phpt47 while (($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
H A Dimp_res_6.phpt61 $row = oci_fetch_array($s, OCI_ASSOC);
H A Dbind_char_2.phpt78 while ($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) {
H A Dimp_res_get_5.phpt50 …while (($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) != false) { // use parent $s inst…
H A Dbug42173.phpt49 $row = oci_fetch_array($s, OCI_ASSOC);
H A Dfetch_array.phpt61 while ($row = oci_fetch_array($s, OCI_ASSOC)) {
H A Dimp_res_get_3.phpt65 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
H A Dbind_char_1.phpt189 while ($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) {
/PHP-8.2/ext/oci8/
H A Doci8.stub.php278 const OCI_ASSOC = UNKNOWN; define
639 …t, int $offset = 0, int $limit = -1, int $flags = OCI_FETCHSTATEMENT_BY_COLUMN | OCI_ASSOC): int {}
647 …t, int $offset = 0, int $limit = -1, int $flags = OCI_FETCHSTATEMENT_BY_COLUMN | OCI_ASSOC): int {}
650 function oci_fetch_object($statement, int $mode = OCI_ASSOC | OCI_RETURN_NULLS): stdClass|false {}

Completed in 23 milliseconds

12