Home
last modified time | relevance | path

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

12

/PHP-8.3/ext/oci8/tests/
H A Dimp_res_get_4.phpt72 $row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS);
74 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS);
76 $row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS);
78 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS);
80 $row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS);
82 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS);
91 $row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS);
93 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS);
95 $row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS);
97 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS);
[all …]
H A Dbug71422.phpt24 while ($row = oci_fetch_array($stmt, OCI_ASSOC+OCI_RETURN_NULLS)) {
32 while ($row = oci_fetch_array($stmt, OCI_ASSOC+OCI_RETURN_NULLS)) {
40 while ($row = oci_fetch_array($stmt, OCI_ASSOC+OCI_RETURN_NULLS)) {
H A Dimp_res_get_2.phpt63 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS))) {
71 while (($row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS))) {
80 while (($row = oci_fetch_array($s3, OCI_ASSOC+OCI_RETURN_NULLS))) {
H A Dbind_rowid.phpt19 while ($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) {
40 $row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS);
H A Dlob_043.phpt38 while (($row = oci_fetch_array($s, OCI_RETURN_NULLS+OCI_ASSOC+OCI_RETURN_LOBS)) !== false) {
50 while (($row = oci_fetch_array($s, OCI_RETURN_NULLS+OCI_ASSOC)) !== false) {
H A Dselect_null.phpt18 var_dump(oci_fetch_array($stmt, OCI_RETURN_NULLS));
H A Dimp_res_1.phpt81 echo "\nTest 4 - oci_fetch_array(OCI_ASSOC+OCI_RETURN_NULLS)\n";
84 while (($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) != false)
105 echo "\nTest 8 - oci_fetch_array(OCI_BOTH+OCI_RETURN_NULLS)\n";
108 while (($row = oci_fetch_array($s, OCI_BOTH+OCI_RETURN_NULLS)) != false)
291 Test 4 - oci_fetch_array(OCI_ASSOC+OCI_RETURN_NULLS)
541 Test 8 - oci_fetch_array(OCI_BOTH+OCI_RETURN_NULLS)
H A Dimp_res_get_1.phpt61 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
74 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
H A Dimp_res_dbmsoutput.phpt79 while (($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
89 while (($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
H A Dbug44206.phpt29 $mode = OCI_ASSOC | OCI_RETURN_NULLS;
H A Dimp_res_get_none.phpt32 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
H A Dimp_res_get_dbmsoutput.phpt87 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
101 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
H A Dimp_res_get_cancel.phpt41 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
H A Dimp_res_get_exec.phpt41 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
H A Dfetch_array.phpt89 while ($row = oci_fetch_array($s, OCI_RETURN_NULLS)) {
98 while ($row = oci_fetch_array($s, OCI_NUM+OCI_RETURN_NULLS)) {
H A Dbug37220.phpt47 while ($row = oci_fetch_array($stmt, OCI_ASSOC+OCI_RETURN_NULLS)) {
H A Dimp_res_cancel.phpt43 while (($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
H A Dimp_res_get_close_3.phpt46 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
H A Dimp_res_func_error.phpt44 while (($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
H A Dfield_funcs3.phpt39 $row = oci_fetch_array($s, OCI_NUM + OCI_RETURN_NULLS + OCI_RETURN_LOBS);
H A Dimp_res_get_close_1.phpt47 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
H A Dimp_res_get_close_2.phpt47 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
H A Dfield_funcs.phpt43 $row = oci_fetch_array($s, OCI_NUM + OCI_RETURN_NULLS + OCI_RETURN_LOBS);
H A Dimp_res_close.phpt48 while (($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
H A Dbind_char_2.phpt79 while ($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) {

Completed in 23 milliseconds

12