diff options
Diffstat (limited to 'ext/date/tests/getdate_variation3.phpt')
-rw-r--r-- | ext/date/tests/getdate_variation3.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/date/tests/getdate_variation3.phpt b/ext/date/tests/getdate_variation3.phpt index 1c4891ee6b..ebcc3bf23f 100644 --- a/ext/date/tests/getdate_variation3.phpt +++ b/ext/date/tests/getdate_variation3.phpt @@ -16,10 +16,10 @@ date_default_timezone_set("Asia/Calcutta"); //array of values to iterate over $inputs = array( - //octal values - 'hexadcimal 0x5' => 0x5, - 'hexadcimal 0xCAFE' => 0xCAFE, - 'octal -0xCAFE' => -0xCAFE, + //octal values + 'hexadcimal 0x5' => 0x5, + 'hexadcimal 0xCAFE' => 0xCAFE, + 'octal -0xCAFE' => -0xCAFE, ); // loop through each element of the array for timestamp |