Test: /ext/oci8/tests/bug51291_2.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 - Execute - after successful 2nd query with same statement
002- bool(false)
003- bool(false)
004- array(4) {
005- ["code"]=>
006- int(6510)
007- ["message"]=>
008- string(72) "ORA-06510: PL/SQL: %s
009- ORA-06512: %s"
010- ["offset"]=>
011- int(0)
012- ["sqltext"]=>
013- string(64) "declare e exception; begin if :bv = 1 then raise e; end if; end;"
014- }
015- Execute status is true
016- 2nd call after successful execute
017- bool(false)
018- bool(false)
019- bool(false)
020- ===DONE===