Test: /ext/oci8/tests/conn_attr_3.phpt - Version 5.4.30    

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
001+ Fatal error: connect.inc: Failed to connect as 'system' to 'localhost/XE': ORA-12541: TNS:no listener in /usr/local/src/php-5.4.30/ext/oci8/tests/connect.inc on line 14
001- **Test Set and get values for the attributes with oci_close() ************
002- Testing with oci_connect()
003- resource(%d) of type (oci8 connection)
004- Value of ACTION has been set successfully
005- The value of ACTION is TASK1
006- Testing with oci_connect()
007- resource(%d) of type (oci8 connection)
008- The value of ACTION is
009- Testing with oci_pconnect()
010- resource(%d) of type (oci8 persistent connection)
011- Value of MODULE has been set successfully
012- The value of MODULE is PHP TEST2
013- Testing with oci_pconnect()
014- resource(%d) of type (oci8 persistent connection)
015- The value of MODULE is PHP TEST2
016- Testing with oci_new_connect()
017- resource(%d) of type (oci8 connection)
018- Value of CLIENT_INFO has been set successfully
019- Value of CLIENT_IDENTIFIER has been set successfully
020- The value of CLIENT_INFO is INFO13
021- The value of CLIENT_IDENTIFIER is ID003
022- Testing with oci_new_connect()
023- resource(%d) of type (oci8 connection)
024- The value of CLIENT_INFO is
025- The value of CLIENT_IDENTIFIER is
026- Done