make test runner work in open source repo
[hiphop-php.git] / hphp / test / zend / bad / ext-date / getdate_variation7.php.expectregex
blob41b38648d463d9b344f986336b41f73c7731c9ac
1 \*\*\* Testing getdate\(\) : usage variation \*\*\*
3 -- Testing getdate\(\) function by passing float 12.3456789000e10 value to timestamp --
4 array\(11\) {
5   \["seconds"\]=>
6   int\((36|0)\)
7   \["minutes"\]=>
8   int\((43|0)\)
9   \["hours"\]=>
10   int\((10|6)\)
11   \["mday"\]=>
12   int\((26|11)\)
13   \["wday"\]=>
14   int\((2|6)\)
15   \["mon"\]=>
16   int\(3\)
17   \["year"\]=>
18   int\((1935|5882)\)
19   \["yday"\]=>
20   int\((84|69)\)
21   \["weekday"\]=>
22   string\((7|8)\) "(Tuesday|Saturday)"
23   \["month"\]=>
24   string\(5\) "March"
25   \[0\]=>
26   int\((-1097262584|123456789000)\)
29 -- Testing getdate\(\) function by passing float -12.3456789000e10 value to timestamp --
30 array\(11\) {
31   \["seconds"\]=>
32   int\((44|12|20)\)
33   \["minutes"\]=>
34   int\((39|23)\)
35   \["hours"\]=>
36   int\((0|2|5)\)
37   \["mday"\]=>
38   int\((9|14|23)\)
39   \["wday"\]=>
40   int\((6|-4)\)
41   \["mon"\]=>
42   int\((10|12)\)
43   \["year"\]=>
44   int\((2004|1901|-1943)\)
45   \["yday"\]=>
46   int\((282|347|295)\)
47   \["weekday"\]=>
48   string\((8|7)\) "(Saturday|Unknown)"
49   \["month"\]=>
50   string\((7|8)\) "(October|December)"
51   \[0\]=>
52   int\((1097262584|-2147483648|-123456789000)\)
54 ===DONE===