Test: /ext/oci8/tests/conn_attr_2.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- **Set values using pconnect-1**
002- resource(%d) of type (oci8 persistent connection)
003- Value of MODULE has been set successfully
004- Value of ACTION has been set successfully
005- Value of CLIENT_INFO has been set successfully
006- Value of CLIENT_IDENTIFIER has been set successfully
007-
008- **Get values using pconnect-2**
009- resource(%d) of type (oci8 persistent connection)
010- The value of MODULE is PHP TEST100
011- The value of ACTION is TASK100
012- The value of CLIENT_INFO is INFO1100
013- The value of CLIENT_IDENTIFIER is ID00100
014-
015- **Get values using pconnect-3**
016- resource(%d) of type (oci8 persistent connection)
017- The value of MODULE is %s
018- The value of ACTION is
019- The value of CLIENT_INFO is
020- The value of CLIENT_IDENTIFIER is
021-
022- **Re-open a pconnect()**
023- resource(%d) of type (oci8 persistent connection)
024- The value of MODULE is PHP TEST100
025- The value of ACTION is TASK100
026- The value of CLIENT_INFO is INFO1100
027- The value of CLIENT_IDENTIFIER is ID00100
028-
029- **Test with SYSDBA connection**
030- bool(false)
031- Done