Home
last modified time | relevance | path

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

/PHP-5.5/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.phpt62 $cur1 = oci_new_cursor($c);
84 $cur1 = oci_new_cursor($c);
106 $cur1 = oci_new_cursor($c);
H A Dcursor_bind_err.phpt30 $cursor = oci_new_cursor($c);
H A Dcursor_bind.phpt37 $cursor = oci_new_cursor($c);
H A Drefcur_prefetch_2.phpt60 $cur1 = oci_new_cursor($c);
104 $cur1 = oci_new_cursor($c);
H A Drefcur_prefetch_3.phpt45 $cur1 = oci_new_cursor($c);
H A Drefcur_prefetch_1.phpt62 $cur1 = oci_new_cursor($c);
H A Dreflection1.phpt33 reflection::export(new reflectionfunction('oci_new_cursor'));
323 Function [ <internal%s> function oci_new_cursor ] {
/PHP-5.5/ext/oci8/
H A Doci8.c789 PHP_FUNCTION(oci_new_cursor);
865 PHP_FE(oci_new_cursor, arginfo_oci_new_cursor)
935 PHP_FALIAS(ocinewcursor, oci_new_cursor, arginfo_oci_new_cursor)
H A Doci8_interface.c1968 PHP_FUNCTION(oci_new_cursor) argument
/PHP-5.5/
H A DNEWS7023 - Fixed bug #42841 (REF CURSOR and oci_new_cursor() crash PHP). (Chris)

Completed in 71 milliseconds