Home
last modified time | relevance | path

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

12

/PHP-8.3/ext/oci8/tests/
H A Dcursor_bind.phpt46 var_dump(oci_fetch_row($cursor));
47 var_dump(oci_fetch_row($cursor));
48 var_dump(oci_fetch_row($cursor));
49 var_dump(oci_fetch_row($cursor));
H A Ddefine6.phpt45 while (oci_fetch_row($cursor1)) {
59 while (oci_fetch_row($cursor2)) {
72 while (oci_fetch_row($cursor3)) {
85 while (oci_fetch_row($cursor4)) {
98 while (oci_fetch_row($cursor5)) {
111 while (oci_fetch_row($s6)) {
138 Warning: oci_fetch_row(): ORA-24374: %s in %sdefine6.php on line %d
H A Dimp_res_get_5.phpt61 while (($row = oci_fetch_row($s1)) != false) {
64 while (($row = oci_fetch_row($s)) != false) {
73 while (($row = oci_fetch_row($s1)) != false) {
76 $row = oci_fetch_row($s);
79 while (($row = oci_fetch_row($s1)) != false) {
82 while (($row = oci_fetch_row($s)) != false) {
92 while (($row = oci_fetch_row($s)) != false) { // parent
H A Dfetch_row.phpt2 oci_fetch_row()
35 while ($row = oci_fetch_row($s)) {
H A Dimp_res_2.phpt61 while (($row = oci_fetch_row($s)) != false)
67 while (($row = oci_fetch_row($s)) != false)
73 while (($row = oci_fetch_row($s)) != false)
H A Dimp_res_insert.phpt58 while (($row = oci_fetch_row($s)) !== false)
68 while (($row = oci_fetch_row($s)) !== false)
80 while (($row = oci_fetch_row($s)) !== false)
90 while (($row = oci_fetch_row($s)) !== false)
H A Dimp_res_prefetch.phpt58 while (($row = oci_fetch_row($s)) != false)
65 while (($row = oci_fetch_row($s)) != false)
72 while (($row = oci_fetch_row($s)) != false)
H A Dbind_long.phpt37 $row = oci_fetch_row($stmt);
55 $row = oci_fetch_row($stmt);
H A Dimp_res_4.phpt48 $r = oci_fetch_row($s);
52 $r = oci_fetch_row($s);
H A Dimp_res_5.phpt48 $r = oci_fetch_row($s);
52 $r = oci_fetch_row($s);
H A Dimp_res_lob.phpt53 while (($row = oci_fetch_row($s)) != false) {
67 $row = oci_fetch_row($s);
H A Dbind_long_raw.phpt31 $row = oci_fetch_row($stmt);
H A Dbind_raw.phpt32 $row = oci_fetch_row($stmt);
H A Dbind_raw_2.phpt32 $row = oci_fetch_row($stmt);
H A Dimp_res_field.phpt81 while (($r = oci_fetch_row($s))) {
100 while (($r = oci_fetch_row($s1)) !== false) {
111 while (($r = oci_fetch_row($s1)) !== false) {
H A Drefcur_prefetch_2.phpt96 var_dump(oci_fetch_row($cur1));
105 var_dump(oci_fetch_row($cur1));
121 var_dump(oci_fetch_row($cur1));
H A Dbind_query.phpt34 var_dump(oci_fetch_row($s));
H A Drefcur_prefetch_4.phpt111 var_dump(oci_fetch_row($cur1));
122 var_dump(oci_fetch_row($cur1));
H A Dimp_res_1.phpt75 echo "\nTest 3 - oci_fetch_row\n";
78 while (($row = oci_fetch_row($s)) != false)
235 Test 3 - oci_fetch_row
H A Dimp_res_6.phpt54 $row = oci_fetch_row($s);
H A Dxmltype_01.phpt47 $row = oci_fetch_row($s);
H A Drefcur_prefetch_3.phpt66 var_dump(oci_fetch_row($data['CURS1']));
H A Dedition_1.phpt46 while ($row = oci_fetch_row($s)) {
H A Drefcur_prefetch_1.phpt104 var_dump(oci_fetch_row($cur1));
/PHP-8.3/ext/oci8/
H A Doci8_arginfo.h591 ZEND_FUNCTION(oci_fetch_row);
695 ZEND_FE(oci_fetch_row, arginfo_oci_fetch_row)

Completed in 27 milliseconds

12