Test: /ext/oci8/tests/bug51253.phpt - Version 5.3.18        

Bug #51253 oci_bind_array_by_name changes parameters that is not passed to
Submitted: 2010-03-10 07:06:56 Modified: 2015-09-11 09:48:36
From: tak Assigned: sixd
Status: Closed Package: OCI8 related
PHP Version: 5.2.13 OS: OSX, CentOS

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

Count Diff
1 (33%)
001+ Fatal error: connect.inc: Failed to connect as 'system' to 'localhost/XE': ORA-12541: TNS:no listener in /usr/local/src/php-5.3.18/ext/oci8/tests/connect.inc on line 14
001- Test 1
002- array(5) {
003- [0]=>
004- string(4) "five"
005- [1]=>
006- string(4) "four"
007- [2]=>
008- string(5) "three"
009- [3]=>
010- string(3) "two"
011- [4]=>
012- string(3) "one"
013- }
014- array(5) {
015- [0]=>
016- string(4) "five"
017- [1]=>
018- string(4) "four"
019- [2]=>
020- string(5) "three"
021- [3]=>
022- string(3) "two"
023- [4]=>
024- string(3) "one"
025- }
026- Test 2
027- array(5) {
028- [0]=>
029- string(3) "one"
030- [1]=>
031- string(3) "two"
032- [2]=>
033- string(5) "three"
034- [3]=>
035- string(4) "four"
036- [4]=>
037- string(4) "five"
038- }
039- array(5) {
040- [0]=>
041- string(3) "one"
042- [1]=>
043- string(3) "two"
044- [2]=>
045- string(5) "three"
046- [3]=>
047- string(4) "four"
048- [4]=>
049- string(4) "five"
050- }
051- Test 3
052- array(5) {
053- [0]=>
054- string(4) "five"
055- [1]=>
056- string(4) "four"
057- [2]=>
058- string(5) "three"
059- [3]=>
060- string(3) "two"
061- [4]=>
062- string(3) "one"
063- }
064- array(5) {
065- [0]=>
066- string(4) "five"
067- [1]=>
068- string(4) "four"
069- [2]=>
070- string(5) "three"
071- [3]=>
072- string(3) "two"
073- [4]=>
074- string(3) "one"
075- }
076- Done
1 (33%)
001+ Fatal error: connect.inc: Failed to connect as 'system' to 'localhost/XE': ORA-12541: TNS: Kein Listener in /home/jwe/itenos/php-5.3.18/ext/oci8/tests/connect.inc on line 14
001- Test 1
002- array(5) {
003- [0]=>
004- string(4) "five"
005- [1]=>
006- string(4) "four"
007- [2]=>
008- string(5) "three"
009- [3]=>
010- string(3) "two"
011- [4]=>
012- string(3) "one"
013- }
014- array(5) {
015- [0]=>
016- string(4) "five"
017- [1]=>
018- string(4) "four"
019- [2]=>
020- string(5) "three"
021- [3]=>
022- string(3) "two"
023- [4]=>
024- string(3) "one"
025- }
026- Test 2
027- array(5) {
028- [0]=>
029- string(3) "one"
030- [1]=>
031- string(3) "two"
032- [2]=>
033- string(5) "three"
034- [3]=>
035- string(4) "four"
036- [4]=>
037- string(4) "five"
038- }
039- array(5) {
040- [0]=>
041- string(3) "one"
042- [1]=>
043- string(3) "two"
044- [2]=>
045- string(5) "three"
046- [3]=>
047- string(4) "four"
048- [4]=>
049- string(4) "five"
050- }
051- Test 3
052- array(5) {
053- [0]=>
054- string(4) "five"
055- [1]=>
056- string(4) "four"
057- [2]=>
058- string(5) "three"
059- [3]=>
060- string(3) "two"
061- [4]=>
062- string(3) "one"
063- }
064- array(5) {
065- [0]=>
066- string(4) "five"
067- [1]=>
068- string(4) "four"
069- [2]=>
070- string(5) "three"
071- [3]=>
072- string(3) "two"
073- [4]=>
074- string(3) "one"
075- }
076- Done
1 (33%)