--TEST-- DRCP: oci_new_connect() and oci_connect() with scope end when oci8.old_oci_close_semantics ON --SKIPIF-- --INI-- oci8.old_oci_close_semantics=1 --FILE-- --EXPECTF-- This is with a OCI_NEW_CONNECT resource(%d) of type (oci8 connection) Update done-- DEPT value has been set to NEWDEPT resource(%d) of type (oci8 connection) The value of DEPT for id 105 is HR This is with a OCI_CONNECT resource(%d) of type (oci8 connection) Update done-- DEPT value has been set to NEWDEPT resource(%d) of type (oci8 connection) The value of DEPT for id 105 is HR Done