From: Christopher Jones Date: Thu, 28 Aug 2008 06:15:56 +0000 (+0000) Subject: Fix expected output for PHP 6 X-Git-Tag: BEFORE_HEAD_NS_CHANGE~551 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b40269c23d884f07da7d7ada98980893c0d9b428;p=php Fix expected output for PHP 6 --- diff --git a/ext/oci8/tests/lob_029.phpt b/ext/oci8/tests/lob_029.phpt index 6826f36cda..15ae8df8ac 100644 --- a/ext/oci8/tests/lob_029.phpt +++ b/ext/oci8/tests/lob_029.phpt @@ -84,33 +84,33 @@ echo "Done\n"; --EXPECTF-- Test 1. Check how many rows in the table array(1) { - ["NUMROWS"]=> + [u"NUMROWS"]=> array(1) { [0]=> - string(1) "3" + unicode(1) "3" } } Test 2 array(3) { - ["FILENUM"]=> + [u"FILENUM"]=> array(3) { [0]=> - string(1) "1" + unicode(1) "1" [1]=> - string(1) "2" + unicode(1) "2" [2]=> - string(1) "3" + unicode(1) "3" } - ["FILEDESC"]=> + [u"FILEDESC"]=> array(3) { [0]=> - string(13) "Description 1" + unicode(13) "Description 1" [1]=> - string(13) "Description 2" + unicode(13) "Description 2" [2]=> - string(13) "Description 3" + unicode(13) "Description 3" } - ["IMAGE"]=> + [u"IMAGE"]=> array(3) { [0]=> string(24) "Some text in the bfile 1"