Test: /ext/oci8/tests/password.phpt - Version 5.5.6    

There are 2 different diffs reported by users for this test.

Count Diff
2 (67%)
001+ create user testuser identified by testuserpwd
002+ ORA-28003: password verification for the specified password failed
003+ ORA-20003: Password should contain at least one digit, one character and one punctuation
004+ grant connect, create session to testuser
005+ ORA-01917: user or role 'TESTUSER' does not exist
006+
001- resource(%d) of type (oci8 connection)
002- resource(%d) of type (oci8 connection)
003- resource(%d) of type (oci8 connection)
004- First and second connections are different: OK
005- First and third connections share a resource: OK
006- Done
007+ Warning: oci_connect(): ORA-01017: invalid username/password; logon denied in %s/password.php on line 15
008+ bool(false)
009+
010+ Warning: oci_password_change(): ORA-12162: TNS:net service name is incorrectly specified in %s/password.php on line 19
011+
012+ Warning: oci_connect(): ORA-01017: invalid username/password; logon denied in %s/password.php on line 22
013+ bool(false)
014+
015+ Warning: oci_connect(): ORA-01017: invalid username/password; logon denied in %s/password.php on line 27
016+ bool(false)
017+ First and second connections share a resource: Not OK
018+ bool(false)
019+ First and third connections share a resource: OK
020+ Done
1 (33%)