Searched refs:oci_close (Results 1 – 25 of 41) sorted by relevance
12
2 Set and get of connection attributes with oci_close().28 echo"**Test Set and get values for the attributes with oci_close() ************\n";34 oci_close($conn1);39 oci_close($conn1);44 oci_close($pconn1);49 oci_close($pconn1);56 oci_close($nconn1);62 oci_close($nconn1);69 **Test Set and get values for the attributes with oci_close() ************
2 DRCP: oci_connect() with oci_close() and oci8.old_oci_close_semantics ON20 // With oci_close() being a no-op, the same connection will be returned26 oci_close($conn1);32 oci_close($conn2);
2 DRCP: oci_connect() with oci_close() and oci8.old_oci_close_semantics OFF20 // With oci_close() the connection is released to the pool and hence the28 oci_close($conn1);33 oci_close($conn2);
2 DRCP: oci_pconnect() with oci_close() and oci8.old_oci_close_semantics ON20 // With oci_close() being a no-op, the same connection will be returned25 oci_close($conn1);31 oci_close($conn2);
2 DRCP: oci_pconnect() with oci_close() and oci8.old_oci_close_semantics OFF20 // With oci_close() the connection is released to the pool and hence the27 oci_close($conn1);33 oci_close($conn2);
51 oci_close($c1);52 oci_close($c2);53 oci_close($p1);54 oci_close($p2);
63 oci_close($conn1);68 oci_close($pc1);75 oci_close($conn2);76 oci_close($conn3);88 oci_close($c3);89 oci_close($c4);90 oci_close($c5);112 oci_close($c1);143 oci_close($c1);144 oci_close($c2);[all …]
35 oci_close($conn1);46 // Third connection. There is no oci_close() for conn2 hence this should53 oci_close($conn2);54 oci_close($conn3);61 oci_close($pconn1);71 oci_close($pconn2);
28 var_dump(oci_close($c1));29 var_dump(oci_close($c2));
53 oci_close($pc1);54 oci_close($pc2);55 oci_close($pc3);63 oci_close($pc4);78 oci_close($sys_c1);
36 oci_close($c1);37 oci_close($c2);
31 oci_close($c);38 oci_close($pc1);43 oci_close($nc1);
28 oci_close($c);35 oci_close($pc1);40 oci_close($nc1);
14 oci_close($c);
17 var_dump(oci_close($c));
13 oci_close($c);
60 oci_close($conn1);61 oci_close($conn2);62 oci_close($conn3);
24 oci_close($c);
32 oci_close($c);
42 oci_close($c);
41 oci_close($c);
60 oci_close($c);
36 oci_close($c);
94 oci_close($conn);95 oci_close($conn2);
Completed in 23 milliseconds