I was using a binary with the new timelib. Undo the datetime tests
[hiphop-php.git] / hphp / test / zend / bad / ext-date / gmdate_variation12.php.expectregex
blob2cb303a5dafeba8956d4983ee5a9062fbd8bd785
1 \*\*\* Testing gmdate\(\) : usage variation \*\*\*
3 -- Testing gmdate\(\) function with minimum range of timestamp --
4 string\(24\) "1901-12-13T20:45:54\+0000"
6 -- Testing gmdate\(\) function with less than the range of timestamp --
7 string\(24\) "(1970-01-01T00:00:00\+0000|1901-12-13T20:45:50\+0000)"
9 -- Testing gmdate\(\) function with maximum range of timestamp --
10 string\(24\) "2038-01-19T03:14:07\+0000"
12 -- Testing gmdate\(\) function with greater than the range of timestamp --
13 string\(24\) "(1970-01-01T00:00:00\+0000|2038-01-19T03:14:10\+0000)"
14 ===DONE===