diff options
Diffstat (limited to 'ext/date/tests/gmdate_variation3.phpt')
-rw-r--r-- | ext/date/tests/gmdate_variation3.phpt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/date/tests/gmdate_variation3.phpt b/ext/date/tests/gmdate_variation3.phpt index bc3ce652be..c9ee765476 100644 --- a/ext/date/tests/gmdate_variation3.phpt +++ b/ext/date/tests/gmdate_variation3.phpt @@ -17,11 +17,11 @@ $timestamp = mktime(8, 8, 8, 8, 8, 2008); //array of values to iterate over $inputs = array( - 'Day with leading zeros' => 'd', - 'Day without leading zeros' => 'j', - 'ISO representation' => 'N', - 'Numeric representation of day' => 'w', - 'Day of the year' => 'z' + 'Day with leading zeros' => 'd', + 'Day without leading zeros' => 'j', + 'ISO representation' => 'N', + 'Numeric representation of day' => 'w', + 'Day of the year' => 'z' ); // loop through each element of the array for timestamp |