Home
last modified time | relevance | path

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

/PHP-8.0/ext/oci8/tests/
H A Ddefine6.phpt37 $cursor1 = oci_new_cursor($c);
50 $cursor2 = oci_new_cursor($c);
64 $cursor3 = oci_new_cursor($c);
77 $cursor4 = oci_new_cursor($c);
90 $cursor5 = oci_new_cursor($c);
103 $cursor6 = oci_new_cursor($c);
H A Dbug42841.phpt2 Bug #42841 (REF CURSOR and oci_new_cursor PHP crash)
51 $cursor = oci_new_cursor($c);
69 $cursor = oci_new_cursor($c);
94 $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.phpt37 $cursor = oci_new_cursor($c);
H A Dcursor_bind_err.phpt30 $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.0/ext/oci8/
H A Doci8_arginfo.h605 ZEND_FUNCTION(oci_new_cursor);
720 ZEND_FE(oci_new_cursor, arginfo_oci_new_cursor)
721 ZEND_DEP_FALIAS(ocinewcursor, oci_new_cursor, arginfo_ocinewcursor)
H A Doci8.stub.php419 function oci_new_cursor($connection) {} function
H A Doci8_interface.c1936 PHP_FUNCTION(oci_new_cursor) in PHP_FUNCTION() argument

Completed in 26 milliseconds