Test: /ext/oci8/tests/pecl_bug16842.phpt - Version 5.3.22        

Bug #16842 header() function doesn`t work
Submitted: 2002-04-26 01:16:11 Modified: 2002-07-03 10:27:02
From: sanya Assigned:
Status: Closed Package: HTTP related
PHP Version: 4.2.0 OS: Windows XP

There is 1 diff reported by users for this test.

Count Diff
3 (100%)
001- Test 1
002- Raises NO_DATA_FOUND
004- Warning: oci_execute(): ORA-01403: %s
005- ORA-06512: at line %d in %specl_bug16842.php on line %d
006- bool(false)
007- array(4) {
008- ["code"]=>
009- int(1403)
010- ["message"]=>
011- string(%d) "ORA-01403: %s
012- ORA-06512: at line 1"
013- ["offset"]=>
014- int(0)
015- ["sqltext"]=>
016- string(31) "begin raise NO_DATA_FOUND; end;"
017- }
018- Test 2
019- Raises ZERO_DIVIDE
020-
021- Warning: oci_execute(): ORA-01476: %s
022- ORA-06512: at line 1 in %s on line 19
023- bool(false)
024- array(4) {
025- ["code"]=>
026- int(1476)
027- ["message"]=>
028- string(%d) "ORA-01476: %s
029- ORA-06512: at line 1"
030- ["offset"]=>
031- int(0)
032- ["sqltext"]=>
033- string(29) "begin raise ZERO_DIVIDE; end;"
034- }
035- ===DONE===