From: Felipe Pena Date: Tue, 26 Feb 2008 13:38:43 +0000 (+0000) Subject: Fixed tests X-Git-Tag: BEFORE_NEW_PARAMETER_PARSE~733 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f40f96c50dac28b350d69aedc6883d90c922c06;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 a519973e21..c9a6ed4ec6 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) "6143" + string(5) "14335" ["user_constant"]=> string(21) "this_is_test_constant" } @@ -76,7 +76,7 @@ array(25) { ["dqstring"]=> string(41) "asdadfsdjkslkj ¡@£$$€¥¥{[()/)&/%#¤" ["php_constant"]=> - string(4) "6143" + string(5) "14335" } ["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 191c9f91f3..5916b803b0 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) "6143 8" + string(7) "14335 8" ["error_reporting"]=> - string(4) "6143" + string(5) "14335" ["error_reporting1"]=> string(4) "4177" ["error_reporting2"]=> - string(4) "6135" + string(5) "14327" ["error_reporting3"]=> - string(4) "6135" + string(5) "14327" ["error_reporting4"]=> - string(4) "8183" + string(5) "16375" } ["true or false"]=> array(8) {