Test: /ext/oci8/tests/conn_attr_5.phpt - Version 7.3.2    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Fatal error: connect.inc: Failed to connect as 'system' to 'localhost/XE': ORA-12541: TNS:no listener in /root/anything/php-7.3.2/ext/oci8/tests/connect.inc on line 14
001- **Test - Set and get values for the attributes with scope end ************
002- Testing with oci_connect()
003- Value of CLIENT_INFO has been set successfully
004- Value of CLIENT_IDENTIFIER has been set successfully
005- Testing with oci_new_connect()
006- Value of ACTION has been set successfully
007- Testing with oci_pconnect()
008- Value of MODULE has been set successfully
009- Get the Values from a different scope
010- Testing with oci_connect()
011- The value of CLIENT_INFO is
012- The value of CLIENT_IDENTIFIER is
013- Testing with oci_new_connect()
014- The value of ACTION is
015- Testing with oci_pconnect()
016- The value of MODULE is PHP TEST50
017- Done