diff options
Diffstat (limited to 'ext/date/tests/timezone_transitions_get_basic1.phpt')
| -rw-r--r-- | ext/date/tests/timezone_transitions_get_basic1.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/tests/timezone_transitions_get_basic1.phpt b/ext/date/tests/timezone_transitions_get_basic1.phpt index 97c5f0ccc1..a7a191df31 100644 --- a/ext/date/tests/timezone_transitions_get_basic1.phpt +++ b/ext/date/tests/timezone_transitions_get_basic1.phpt @@ -22,7 +22,7 @@ echo "\n-- Get all 60s transitions --\n"; $tran = timezone_transitions_get($tz, -306972000, -37241999); var_dump( gettype($tran) ); -echo "\n-- Total number of transitions: " . count($tran). " --\n"; +echo "\n-- Total number of transitions: " . count($tran). " --\n"; echo "\n-- Format a sample entry pfor Spring 1963 --\n"; var_dump( $tran[6] ); |
