diff options
author | Hannes Magnusson <bjori@php.net> | 2008-07-21 12:23:38 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2008-07-21 12:23:38 +0000 |
commit | ee40f557a7119845b4311e732c6b797ab44e83e5 (patch) | |
tree | 1f49dbe500f1ec7f1305ee63bedaa1960959ee0d /ext | |
parent | 89935d6f7ef82108e7cb565a7f07fe79c75c328e (diff) | |
download | php-git-ee40f557a7119845b4311e732c6b797ab44e83e5.tar.gz |
Fix tests (patch by Lars)
Diffstat (limited to 'ext')
-rw-r--r-- | ext/standard/tests/general_functions/parse_ini_basic.phpt | 4 | ||||
-rw-r--r-- | ext/standard/tests/general_functions/parse_ini_booleans.phpt | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/ext/standard/tests/general_functions/parse_ini_basic.phpt b/ext/standard/tests/general_functions/parse_ini_basic.phpt index c9a6ed4ec6..23fcefa491 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(5) "14335" + string(5) "30719" ["user_constant"]=> string(21) "this_is_test_constant" } @@ -76,7 +76,7 @@ array(25) { ["dqstring"]=> string(41) "asdadfsdjkslkj ¡@£$$€¥¥{[()/)&/%#¤" ["php_constant"]=> - string(5) "14335" + string(5) "30719" } ["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 5916b803b0..37965789e0 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(7) "14335 8" + string(7) "30719 8" ["error_reporting"]=> - string(5) "14335" + string(5) "30719" ["error_reporting1"]=> string(4) "4177" ["error_reporting2"]=> - string(5) "14327" + string(5) "30711" ["error_reporting3"]=> - string(5) "14327" + string(5) "30711" ["error_reporting4"]=> - string(5) "16375" + string(5) "32759" } ["true or false"]=> array(8) { |