diff options
| author | Hannes Magnusson <bjori@php.net> | 2008-01-27 19:10:41 +0000 | 
|---|---|---|
| committer | Hannes Magnusson <bjori@php.net> | 2008-01-27 19:10:41 +0000 | 
| commit | bb9fa509fefe02738cae2147ac7a83dd48db7d66 (patch) | |
| tree | 9ac86888a114297501e7972a76b65bef11100750 | |
| parent | a339867860668ae57d6f3bb311299db5f45571c0 (diff) | |
| download | php-git-bb9fa509fefe02738cae2147ac7a83dd48db7d66.tar.gz | |
Fix test
| -rw-r--r-- | sapi/cli/tests/006.phpt | 14 | 
1 files changed, 13 insertions, 1 deletions
| diff --git a/sapi/cli/tests/006.phpt b/sapi/cli/tests/006.phpt index cfcab698b7..1298ab0d57 100644 --- a/sapi/cli/tests/006.phpt +++ b/sapi/cli/tests/006.phpt @@ -308,7 +308,19 @@ string(%d) "Extension [ <persistent> extension #%d date version %s ] {      Class [ <internal:date> class DateTimeZone ] { -      - Constants [0] { +      - Constants [12] { +        Constant [ integer AMERICA ] { 1 } +        Constant [ integer ANTARCTICA ] { 2 } +        Constant [ integer ARCTIC ] { 4 } +        Constant [ integer ASIA ] { 8 } +        Constant [ integer ATLANTIC ] { 16 } +        Constant [ integer AUSTRALIA ] { 32 } +        Constant [ integer EUROPE ] { 64 } +        Constant [ integer INDIAN ] { 128 } +        Constant [ integer PACIFIC ] { 256 } +        Constant [ integer UTC ] { 512 } +        Constant [ integer ALL ] { 1023 } +        Constant [ integer ALL_WITH_BC ] { 2047 }        }        - Static properties [0] { | 
