Searched refs:oci_close (Results 1 – 25 of 40) sorted by relevance
12
2 Set and get of connection attributes with oci_close().27 echo"**Test Set and get values for the attributes with oci_close() ************\n";33 oci_close($conn1);38 oci_close($conn1);43 oci_close($pconn1);48 oci_close($pconn1);55 oci_close($nconn1);61 oci_close($nconn1);68 **Test Set and get values for the attributes with oci_close() ************
2 DRCP: oci_connect() with oci_close() and oci8.old_oci_close_semantics ON16 // With oci_close() being a no-op, the same connection will be returned22 oci_close($conn1);28 oci_close($conn2);
2 DRCP: oci_pconnect() with oci_close() and oci8.old_oci_close_semantics ON16 // With oci_close() being a no-op, the same connection will be returned21 oci_close($conn1);27 oci_close($conn2);
2 DRCP: oci_connect() with oci_close() and oci8.old_oci_close_semantics OFF16 // With oci_close() the connection is released to the pool and hence the24 oci_close($conn1);29 oci_close($conn2);
2 DRCP: oci_pconnect() with oci_close() and oci8.old_oci_close_semantics OFF16 // With oci_close() the connection is released to the pool and hence the23 oci_close($conn1);29 oci_close($conn2);
34 oci_close($conn1);45 // Third connection. There is no oci_close() for conn2 hence this should52 oci_close($conn2);53 oci_close($conn3);60 oci_close($pconn1);70 oci_close($pconn2);
47 oci_close($c1);48 oci_close($c2);49 oci_close($p1);50 oci_close($p2);
62 oci_close($conn1);67 oci_close($pc1);74 oci_close($conn2);75 oci_close($conn3);87 oci_close($c3);88 oci_close($c4);89 oci_close($c5);111 oci_close($c1);142 oci_close($c1);143 oci_close($c2);[all …]
24 var_dump(oci_close($c1));25 var_dump(oci_close($c2));
52 oci_close($pc1);53 oci_close($pc2);54 oci_close($pc3);62 oci_close($pc4);77 oci_close($sys_c1);
32 oci_close($c1);33 oci_close($c2);
26 oci_close($c);33 oci_close($pc1);38 oci_close($nc1);
29 oci_close($c);36 oci_close($pc1);41 oci_close($nc1);
10 oci_close($c);
13 var_dump(oci_close($c));
23 oci_close($c);
59 oci_close($conn1);60 oci_close($conn2);61 oci_close($conn3);
28 oci_close($c);
41 oci_close($c);
37 oci_close($c);
56 oci_close($c);
35 oci_close($c);
93 oci_close($conn);94 oci_close($conn2);
80 oci_close($c);
Completed in 25 milliseconds