--TEST-- Set and get of connection attributes with oci_close(). --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(dirname(__FILE__).'/skipif.inc'); if (strcasecmp($user, "system") && strcasecmp($user, "sys")) die("skip needs to be run as a DBA user"); if ($test_drcp) die("skip output might vary with DRCP"); if (preg_match('/Release 1[01]\./', oci_server_version($c), $matches) !== 1) { die("skip expected output only valid when using Oracle 10g or greater database server"); } else if (preg_match('/^1[01]\./', oci_client_version()) != 1) { die("skip test expected to work only with Oracle 10g or greater version of client"); } ?> --FILE-- --EXPECTF-- **Test Set and get values for the attributes with oci_close() ************ Testing with oci_connect() resource(%d) of type (oci8 connection) Value of ACTION has been set successfully The value of ACTION is TASK1 Testing with oci_connect() resource(%d) of type (oci8 connection) The value of ACTION is Testing with oci_pconnect() resource(%d) of type (oci8 persistent connection) Value of MODULE has been set successfully The value of MODULE is PHP TEST2 Testing with oci_pconnect() resource(%d) of type (oci8 persistent connection) The value of MODULE is PHP TEST2 Testing with oci_new_connect() resource(%d) of type (oci8 connection) Value of CLIENT_INFO has been set successfully Value of CLIENT_IDENTIFIER has been set successfully The value of CLIENT_INFO is INFO13 The value of CLIENT_IDENTIFIER is ID003 Testing with oci_new_connect() resource(%d) of type (oci8 connection) The value of CLIENT_INFO is The value of CLIENT_IDENTIFIER is Done