Home
last modified time | relevance | path

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

12

/PHP-8.2/ext/oci8/tests/
H A Dcursor_bind.phpt45 var_dump(oci_fetch_row($cursor));
46 var_dump(oci_fetch_row($cursor));
47 var_dump(oci_fetch_row($cursor));
48 var_dump(oci_fetch_row($cursor));
H A Ddefine6.phpt44 while (oci_fetch_row($cursor1)) {
58 while (oci_fetch_row($cursor2)) {
71 while (oci_fetch_row($cursor3)) {
84 while (oci_fetch_row($cursor4)) {
97 while (oci_fetch_row($cursor5)) {
110 while (oci_fetch_row($s6)) {
137 Warning: oci_fetch_row(): ORA-24374: %s in %sdefine6.php on line %d
H A Dimp_res_get_5.phpt60 while (($row = oci_fetch_row($s1)) != false) {
63 while (($row = oci_fetch_row($s)) != false) {
72 while (($row = oci_fetch_row($s1)) != false) {
75 $row = oci_fetch_row($s);
78 while (($row = oci_fetch_row($s1)) != false) {
81 while (($row = oci_fetch_row($s)) != false) {
91 while (($row = oci_fetch_row($s)) != false) { // parent
H A Dfetch_row.phpt2 oci_fetch_row()
31 while ($row = oci_fetch_row($s)) {
H A Dimp_res_2.phpt60 while (($row = oci_fetch_row($s)) != false)
66 while (($row = oci_fetch_row($s)) != false)
72 while (($row = oci_fetch_row($s)) != false)
H A Dimp_res_insert.phpt57 while (($row = oci_fetch_row($s)) !== false)
67 while (($row = oci_fetch_row($s)) !== false)
79 while (($row = oci_fetch_row($s)) !== false)
89 while (($row = oci_fetch_row($s)) !== false)
H A Dimp_res_prefetch.phpt57 while (($row = oci_fetch_row($s)) != false)
64 while (($row = oci_fetch_row($s)) != false)
71 while (($row = oci_fetch_row($s)) != false)
H A Dbind_long.phpt36 $row = oci_fetch_row($stmt);
54 $row = oci_fetch_row($stmt);
H A Dimp_res_5.phpt47 $r = oci_fetch_row($s);
51 $r = oci_fetch_row($s);
H A Dimp_res_4.phpt47 $r = oci_fetch_row($s);
51 $r = oci_fetch_row($s);
H A Dimp_res_lob.phpt52 while (($row = oci_fetch_row($s)) != false) {
66 $row = oci_fetch_row($s);
H A Dbind_long_raw.phpt30 $row = oci_fetch_row($stmt);
H A Dbind_raw.phpt31 $row = oci_fetch_row($stmt);
H A Dbind_raw_2.phpt31 $row = oci_fetch_row($stmt);
H A Dimp_res_field.phpt80 while (($r = oci_fetch_row($s))) {
99 while (($r = oci_fetch_row($s1)) !== false) {
110 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.phpt74 echo "\nTest 3 - oci_fetch_row\n";
77 while (($row = oci_fetch_row($s)) != false)
234 Test 3 - oci_fetch_row
H A Dimp_res_6.phpt53 $row = oci_fetch_row($s);
H A Dxmltype_01.phpt46 $row = oci_fetch_row($s);
H A Drefcur_prefetch_3.phpt64 var_dump(oci_fetch_row($data['CURS1']));
H A Dedition_1.phpt45 while ($row = oci_fetch_row($s)) {
H A Drefcur_prefetch_1.phpt102 var_dump(oci_fetch_row($cur1));
/PHP-8.2/ext/oci8/
H A Doci8_arginfo.h591 ZEND_FUNCTION(oci_fetch_row);
695 ZEND_FE(oci_fetch_row, arginfo_oci_fetch_row)

Completed in 33 milliseconds

12