Home
last modified time | relevance | path

Searched refs:oci_new_cursor (Results 1 – 11 of 11) sorted by relevance

/PHP-8.1/ext/oci8/tests/
H A Ddefine6.phpt39 $cursor1 = oci_new_cursor($c);
52 $cursor2 = oci_new_cursor($c);
66 $cursor3 = oci_new_cursor($c);
79 $cursor4 = oci_new_cursor($c);
92 $cursor5 = oci_new_cursor($c);
105 $cursor6 = oci_new_cursor($c);
H A Dbug42841.phpt2 Bug #42841 (REF CURSOR and oci_new_cursor PHP crash)
53 $cursor = oci_new_cursor($c);
71 $cursor = oci_new_cursor($c);
96 $cur = oci_new_cursor($c);
H A Drefcur_prefetch_4.phpt69 $cur1 = oci_new_cursor($c);
91 $cur1 = oci_new_cursor($c);
113 $cur1 = oci_new_cursor($c);
H A Dcursor_bind.phpt39 $cursor = oci_new_cursor($c);
H A Dcursor_bind_err.phpt32 $cursor = oci_new_cursor($c);
H A Drefcur_prefetch_2.phpt67 $cur1 = oci_new_cursor($c);
111 $cur1 = oci_new_cursor($c);
H A Drefcur_prefetch_1.phpt69 $cur1 = oci_new_cursor($c);
81 $cur1 = oci_new_cursor($c);
H A Drefcur_prefetch_3.phpt53 $cur1 = oci_new_cursor($c);
/PHP-8.1/ext/oci8/
H A Doci8_arginfo.h607 ZEND_FUNCTION(oci_new_cursor);
722 ZEND_FE(oci_new_cursor, arginfo_oci_new_cursor)
723 ZEND_DEP_FALIAS(ocinewcursor, oci_new_cursor, arginfo_ocinewcursor)
H A Doci8.stub.php424 function oci_new_cursor($connection) {} function
H A Doci8_interface.c1936 PHP_FUNCTION(oci_new_cursor) in PHP_FUNCTION() argument

Completed in 19 milliseconds