--TEST-- Set and get of connection attributes with all types of connections. --SKIPIF-- 1[012]\./', $phpinfo); if ($iv != 1) { die ("skip test expected to work only with Oracle 10g or greater client "); } } else { die ("skip test expected to work only with Oracle 10g or greater server"); } ?> --FILE-- --EXPECTF-- **Test 1.1 - Default values for the attributes ************** Testing with oci_connect() The value of MODULE is %s The value of ACTION is The value of CLIENT_INFO is The value of CLIENT_IDENTIFIER is **Test 1.2 - Set and get values for the attributes ************** Testing with oci_connect() Value of MODULE has been set successfully The value of MODULE is PHP TEST1 Value of ACTION has been set successfully The value of ACTION is TASK1 Value of CLIENT_INFO has been set successfully The value of CLIENT_INFO is INFO11 Value of CLIENT_IDENTIFIER has been set successfully The value of CLIENT_IDENTIFIER is ID001 Testing with oci_pconnect() Value of MODULE has been set successfully The value of MODULE is PHP TEST2 Value of ACTION has been set successfully The value of ACTION is TASK2 Value of CLIENT_INFO has been set successfully The value of CLIENT_INFO is INFO12 Value of CLIENT_IDENTIFIER has been set successfully The value of CLIENT_IDENTIFIER is ID002 Testing with oci_new_connect() Value of MODULE has been set successfully The value of MODULE is PHP TEST3 Value of ACTION has been set successfully The value of ACTION is TASK3 Value of CLIENT_INFO has been set successfully The value of CLIENT_INFO is INFO13 Value of CLIENT_IDENTIFIER has been set successfully The value of CLIENT_IDENTIFIER is ID003 Done