Test: /ext/oci8/tests/error_parse.phpt - Version 5.5.4    

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

Count Diff
2 (67%)
1 (33%)
001+
001- Normal connection: Parse error
002- array(4) {
003- ["code"]=>
004- int(1756)
005- ["message"]=>
006- string(48) "ORA-01756: %s"
007- ["offset"]=>
008- int(0)
009- ["sqltext"]=>
010- string(0) ""
011- }
012- New connection: Parse error
013- array(4) {
014- ["code"]=>
015- int(1756)
016- ["message"]=>
017- string(48) "ORA-01756: %s"
018- ["offset"]=>
019- int(0)
020- ["sqltext"]=>
021- string(0) ""
022- }
023- Persistent connection: Parse error
024- array(4) {
025- ["code"]=>
026- int(1756)
027- ["message"]=>
028- string(48) "ORA-01756: %s"
029- ["offset"]=>
030- int(0)
031- ["sqltext"]=>
032- string(0) ""
033- }
034- No connection: error: bool(false)
035- Normal connection (take #2): Parse error: ORA-01756: %s
036- New connection (take #2): Parse error: ORA-01756: %s
037- Persistent connection (take #2): Parse error: ORA-01756: %s
038- Normal connection: New Collection error: OCI-22303: type ""."ABC" not found
039- New connection (take #3): Parse error: ORA-01756: %s
040- Persistent connection (take #3): Parse error: ORA-01756: %s
041- Done