Home
last modified time | relevance | path

Searched refs:oci_free_statement (Results 1 – 16 of 16) sorted by relevance

/PHP-5.5/ext/oci8/tests/
H A Dbug44206.phpt32 oci_free_statement($result['A']);
33 oci_free_statement($result['B']);
34 oci_free_statement($s);
H A Dbug42841.phpt61 oci_free_statement($stmt);
62 oci_free_statement($cursor);
79 oci_free_statement($stmt);
80 oci_free_statement($cursor);
106 oci_free_statement($cur);
107 oci_free_statement($stmt);
H A Dbug45458.phpt23 oci_free_statement($s);
35 oci_free_statement($s);
H A Dbug38173.phpt51 // dies on oci_free_statement on 2nd pass through loop
55 var_dump(oci_free_statement($row['CURSOR']));
H A Db47243_2.phpt19 oci_free_statement($s);
H A Db47243_3.phpt20 oci_free_statement($s);
H A Dbug42496_2.phpt39 oci_free_statement($s);
H A Dbug42496_1.phpt41 oci_free_statement($s);
H A Dbug37220.phpt34 oci_free_statement($stmt);
H A Ddefine4.phpt42 var_dump(oci_free_statement($stmt));
H A Dlob_041.phpt30 oci_free_statement($s);
H A Dbug43497.phpt41 oci_free_statement($stmt);
H A Dbug43497_92.phpt45 oci_free_statement($stmt);
H A Dreflection1.phpt29 reflection::export(new reflectionfunction('oci_free_statement'));
294 Function [ <internal%s> function oci_free_statement ] {
/PHP-5.5/ext/oci8/
H A Doci8.c776 PHP_FUNCTION(oci_free_statement);
861 PHP_FE(oci_free_statement, arginfo_oci_free_statement)
916 PHP_FALIAS(oci_free_cursor, oci_free_statement, arginfo_oci_free_statement)
917 PHP_FALIAS(ocifreecursor, oci_free_statement, arginfo_oci_free_statement)
931 PHP_FALIAS(ocifreestatement, oci_free_statement, arginfo_oci_free_statement)
H A Doci8_interface.c1546 PHP_FUNCTION(oci_free_statement) argument

Completed in 66 milliseconds