Test: /ext/oci8/tests/conn_attr_1.phpt - Version 5.3.12    

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 /home/packages/packages/php-5.3.12/ext/oci8/tests/connect.inc on line 14
001- **Test 1.1 - Default values for the attributes **************
002- Testing with oci_connect()
003- The value of MODULE is %s
004- The value of ACTION is
005- The value of CLIENT_INFO is
006- The value of CLIENT_IDENTIFIER is
007- **Test 1.2 - Set and get values for the attributes **************
008- Testing with oci_connect()
009- Value of MODULE has been set successfully
010- The value of MODULE is PHP TEST1
011- Value of ACTION has been set successfully
012- The value of ACTION is TASK1
013- Value of CLIENT_INFO has been set successfully
014- The value of CLIENT_INFO is INFO11
015- Value of CLIENT_IDENTIFIER has been set successfully
016- The value of CLIENT_IDENTIFIER is ID001
017- Testing with oci_pconnect()
018- Value of MODULE has been set successfully
019- The value of MODULE is PHP TEST2
020- Value of ACTION has been set successfully
021- The value of ACTION is TASK2
022- Value of CLIENT_INFO has been set successfully
023- The value of CLIENT_INFO is INFO12
024- Value of CLIENT_IDENTIFIER has been set successfully
025- The value of CLIENT_IDENTIFIER is ID002
026- Testing with oci_new_connect()
027- Value of MODULE has been set successfully
028- The value of MODULE is PHP TEST3
029- Value of ACTION has been set successfully
030- The value of ACTION is TASK3
031- Value of CLIENT_INFO has been set successfully
032- The value of CLIENT_INFO is INFO13
033- Value of CLIENT_IDENTIFIER has been set successfully
034- The value of CLIENT_IDENTIFIER is ID003
035- Done