--TEST-- Verify that the Driver Name attribute is set --SKIPIF-- --FILE-- --EXPECT-- **Test 1.1 - Default values for the attribute ************** The value of DRIVER_NAME is PHP OCI8 ***Test 1.2 - Get the values from different connections ************** Testing with oci_pconnect() The value of DRIVER_NAME is PHP OCI8 Testing with oci_new_connect() The value of DRIVER_NAME is PHP OCI8 Done