Home
last modified time | relevance | path

Searched refs:OCI_RETURN_NULLS (Results 1 – 25 of 31) sorted by relevance

12

/PHP-8.2/ext/oci8/tests/
H A Dimp_res_get_4.phpt71 $row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS);
73 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS);
75 $row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS);
77 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS);
79 $row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS);
81 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS);
90 $row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS);
92 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS);
94 $row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS);
96 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS);
[all …]
H A Dbug71422.phpt20 while ($row = oci_fetch_array($stmt, OCI_ASSOC+OCI_RETURN_NULLS)) {
28 while ($row = oci_fetch_array($stmt, OCI_ASSOC+OCI_RETURN_NULLS)) {
36 while ($row = oci_fetch_array($stmt, OCI_ASSOC+OCI_RETURN_NULLS)) {
H A Dimp_res_get_2.phpt62 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS))) {
70 while (($row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS))) {
79 while (($row = oci_fetch_array($s3, OCI_ASSOC+OCI_RETURN_NULLS))) {
H A Dbind_rowid.phpt15 while ($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) {
36 $row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS);
H A Dselect_null.phpt14 var_dump(oci_fetch_array($stmt, OCI_RETURN_NULLS));
H A Dlob_043.phpt37 while (($row = oci_fetch_array($s, OCI_RETURN_NULLS+OCI_ASSOC+OCI_RETURN_LOBS)) !== false) {
49 while (($row = oci_fetch_array($s, OCI_RETURN_NULLS+OCI_ASSOC)) !== false) {
H A Dimp_res_1.phpt80 echo "\nTest 4 - oci_fetch_array(OCI_ASSOC+OCI_RETURN_NULLS)\n";
83 while (($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) != false)
104 echo "\nTest 8 - oci_fetch_array(OCI_BOTH+OCI_RETURN_NULLS)\n";
107 while (($row = oci_fetch_array($s, OCI_BOTH+OCI_RETURN_NULLS)) != false)
290 Test 4 - oci_fetch_array(OCI_ASSOC+OCI_RETURN_NULLS)
540 Test 8 - oci_fetch_array(OCI_BOTH+OCI_RETURN_NULLS)
H A Dimp_res_get_1.phpt60 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
73 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
H A Dimp_res_dbmsoutput.phpt78 while (($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
88 while (($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
H A Dbug44206.phpt28 $mode = OCI_ASSOC | OCI_RETURN_NULLS;
H A Dimp_res_get_none.phpt31 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
H A Dimp_res_get_dbmsoutput.phpt86 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
100 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
H A Dfetch_array.phpt88 while ($row = oci_fetch_array($s, OCI_RETURN_NULLS)) {
97 while ($row = oci_fetch_array($s, OCI_NUM+OCI_RETURN_NULLS)) {
H A Dimp_res_get_cancel.phpt40 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
H A Dimp_res_get_exec.phpt40 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
H A Dimp_res_cancel.phpt42 while (($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
H A Dimp_res_func_error.phpt43 while (($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
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 Dfield_funcs.phpt42 $row = oci_fetch_array($s, OCI_NUM + OCI_RETURN_NULLS + OCI_RETURN_LOBS);
H A Dfield_funcs3.phpt35 $row = oci_fetch_array($s, OCI_NUM + OCI_RETURN_NULLS + OCI_RETURN_LOBS);
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 Dimp_res_close.phpt47 while (($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
H A Dbind_char_2.phpt78 while ($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) {

Completed in 19 milliseconds

12