Home
last modified time | relevance | path

Searched refs:oci_fetch_row (Results 1 – 25 of 28) sorted by relevance

12

/PHP-7.4/ext/oci8/tests/
H A Dcursor_bind.phpt43 var_dump(oci_fetch_row($cursor));
44 var_dump(oci_fetch_row($cursor));
45 var_dump(oci_fetch_row($cursor));
46 var_dump(oci_fetch_row($cursor));
H A Dimp_res_get_5.phpt59 while (($row = oci_fetch_row($s1)) != false) {
62 while (($row = oci_fetch_row($s)) != false) {
71 while (($row = oci_fetch_row($s1)) != false) {
74 $row = oci_fetch_row($s);
77 while (($row = oci_fetch_row($s1)) != false) {
80 while (($row = oci_fetch_row($s)) != false) {
90 while (($row = oci_fetch_row($s)) != false) { // parent
H A Ddefine6.phpt42 while (oci_fetch_row($cursor1)) {
56 while (oci_fetch_row($cursor2)) {
69 while (oci_fetch_row($cursor3)) {
82 while (oci_fetch_row($cursor4)) {
95 while (oci_fetch_row($cursor5)) {
108 while (oci_fetch_row($s6)) {
137 Warning: oci_fetch_row(): ORA-24374: %s in %sdefine6.php on line %d
H A Dfetch_row.phpt2 oci_fetch_row()
31 while ($row = oci_fetch_row($s)) {
H A Dimp_res_2.phpt59 while (($row = oci_fetch_row($s)) != false)
65 while (($row = oci_fetch_row($s)) != false)
71 while (($row = oci_fetch_row($s)) != false)
H A Dimp_res_insert.phpt56 while (($row = oci_fetch_row($s)) !== false)
66 while (($row = oci_fetch_row($s)) !== false)
78 while (($row = oci_fetch_row($s)) !== false)
88 while (($row = oci_fetch_row($s)) !== false)
H A Dimp_res_prefetch.phpt56 while (($row = oci_fetch_row($s)) != false)
63 while (($row = oci_fetch_row($s)) != false)
70 while (($row = oci_fetch_row($s)) != false)
H A Dbind_long.phpt34 $row = oci_fetch_row($stmt);
52 $row = oci_fetch_row($stmt);
H A Dimp_res_5.phpt46 $r = oci_fetch_row($s);
50 $r = oci_fetch_row($s);
H A Dimp_res_4.phpt46 $r = oci_fetch_row($s);
50 $r = oci_fetch_row($s);
H A Dimp_res_lob.phpt51 while (($row = oci_fetch_row($s)) != false) {
65 $row = oci_fetch_row($s);
H A Dbind_long_raw.phpt28 $row = oci_fetch_row($stmt);
H A Dbind_raw.phpt29 $row = oci_fetch_row($stmt);
H A Dbind_raw_2.phpt29 $row = oci_fetch_row($stmt);
H A Dimp_res_field.phpt79 while (($r = oci_fetch_row($s))) {
98 while (($r = oci_fetch_row($s1)) !== false) {
109 while (($r = oci_fetch_row($s1)) !== false) {
H A Drefcur_prefetch_2.phpt94 var_dump(oci_fetch_row($cur1));
103 var_dump(oci_fetch_row($cur1));
119 var_dump(oci_fetch_row($cur1));
H A Dbind_query.phpt30 var_dump(oci_fetch_row($s));
H A Drefcur_prefetch_4.phpt109 var_dump(oci_fetch_row($cur1));
120 var_dump(oci_fetch_row($cur1));
H A Dimp_res_1.phpt73 echo "\nTest 3 - oci_fetch_row\n";
76 while (($row = oci_fetch_row($s)) != false)
235 Test 3 - oci_fetch_row
H A Dxmltype_01.phpt44 $row = oci_fetch_row($s);
H A Dimp_res_6.phpt52 $row = oci_fetch_row($s);
H A Drefcur_prefetch_3.phpt64 var_dump(oci_fetch_row($data['CURS1']));
H A Dedition_1.phpt44 while ($row = oci_fetch_row($s)) {
H A Drefcur_prefetch_1.phpt87 var_dump(oci_fetch_row($cur1));
H A Dreflection1.phpt24 reflection::export(new reflectionfunction('oci_fetch_row'));
253 Function [ <internal%s> function oci_fetch_row ] {

Completed in 97 milliseconds

12