From: Felipe Pena Date: Tue, 26 Feb 2008 13:16:55 +0000 (+0000) Subject: Fixed tests X-Git-Tag: RELEASE_2_0_0a1~314 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c557be114ffe253b8bc5d54554764d62cab5dfee;p=php Fixed tests --- diff --git a/ext/standard/tests/general_functions/parse_ini_basic.phpt b/ext/standard/tests/general_functions/parse_ini_basic.phpt index 1b35321d49..a6d5f23270 100644 --- a/ext/standard/tests/general_functions/parse_ini_basic.phpt +++ b/ext/standard/tests/general_functions/parse_ini_basic.phpt @@ -45,7 +45,7 @@ array(25) { ["dqstring"]=> string(51) "asdadfsdjkslkj ¡@£$$ { } !^~|¥¥{[()/)&/% ¤ # #" ["php_constant"]=> - string(4) "8191" + string(5) "16383" ["user_constant"]=> string(21) "this_is_test_constant" } @@ -76,7 +76,7 @@ array(25) { ["dqstring"]=> string(41) "asdadfsdjkslkj ¡@£$$€¥¥{[()/)&/%#¤" ["php_constant"]=> - string(4) "8191" + string(5) "16383" } ["comments"]=> array(1) { @@ -305,7 +305,7 @@ array(25) { [u"dqstring"]=> unicode(46) "asdadfsdjkslkj ¡@£$$ { } !^~|¥¥{[()/)&/% ¤ # #" [u"php_constant"]=> - unicode(4) "8191" + unicode(5) "16383" [u"user_constant"]=> unicode(21) "this_is_test_constant" } @@ -336,7 +336,7 @@ array(25) { [u"dqstring"]=> unicode(34) "asdadfsdjkslkj ¡@£$$€¥¥{[()/)&/%#¤" [u"php_constant"]=> - unicode(4) "8191" + unicode(5) "16383" } [u"comments"]=> array(1) { diff --git a/ext/standard/tests/general_functions/parse_ini_booleans.phpt b/ext/standard/tests/general_functions/parse_ini_booleans.phpt index 84fb8ca91d..257636743c 100644 --- a/ext/standard/tests/general_functions/parse_ini_booleans.phpt +++ b/ext/standard/tests/general_functions/parse_ini_booleans.phpt @@ -15,17 +15,17 @@ array(3) { ["error_reporting values"]=> array(6) { ["foo"]=> - string(6) "8191 8" + string(7) "16383 8" ["error_reporting"]=> - string(4) "8191" + string(5) "16383" ["error_reporting1"]=> string(4) "4177" ["error_reporting2"]=> - string(4) "8183" + string(5) "16375" ["error_reporting3"]=> - string(4) "8183" + string(5) "16375" ["error_reporting4"]=> - string(4) "8183" + string(5) "16375" } ["true or false"]=> array(8) { @@ -72,17 +72,17 @@ array(3) { [u"error_reporting values"]=> array(6) { [u"foo"]=> - unicode(6) "8191 8" + unicode(7) "16383 8" [u"error_reporting"]=> - unicode(4) "8191" + unicode(5) "16383" [u"error_reporting1"]=> unicode(4) "4177" [u"error_reporting2"]=> - unicode(4) "8183" + unicode(5) "16375" [u"error_reporting3"]=> - unicode(4) "8183" + unicode(5) "16375" [u"error_reporting4"]=> - unicode(4) "8183" + unicode(5) "16375" } [u"true or false"]=> array(8) {