diff options
author | Antony Dovgal <tony2001@php.net> | 2007-05-30 14:43:18 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2007-05-30 14:43:18 +0000 |
commit | 568525bbb551b8116ae76dcdb562e64a396de3a9 (patch) | |
tree | 8c131c5fc527aa10c36708d8706db4a3a7ca9ee4 | |
parent | 2958037b2a5b2d0f995bec17593729c020d0bb0c (diff) | |
download | php-git-568525bbb551b8116ae76dcdb562e64a396de3a9.tar.gz |
fix test (second try)
-rw-r--r-- | sapi/cli/tests/006.phpt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sapi/cli/tests/006.phpt b/sapi/cli/tests/006.phpt index eefd9b6511..c553a83696 100644 --- a/sapi/cli/tests/006.phpt +++ b/sapi/cli/tests/006.phpt @@ -7,6 +7,8 @@ if (!extension_loaded("reflection")) { die("skip"); } ?> +--INI-- +date.timezone= --FILE-- <?php @@ -31,7 +33,7 @@ string(%d) "Extension [ <persistent> extension #%d date version %s ] { - INI { Entry [ date.timezone <ALL> ] - Current = '%s' + Current = '' } Entry [ date.default_latitude <ALL> ] Current = '%s' |