make test runner work in open source repo
[hiphop-php.git] / hphp / test / zend / bad / ext-date / gmdate_variation10.php.expectf
blobe64da10a1d3ddb2c9d31a0e0d3e476510d547298
1 *** Testing gmdate() : usage variation ***
3 -- Testing gmdate() function with Timezone identifier format --
4 string(3) "UTC"
5 string(3) "UTC"
7 -- Testing gmdate() function with checking whether date is in daylight saving time format --
8 string(1) "%d"
9 string(1) "%d"
11 -- Testing gmdate() function with difference to GMT in hours format --
12 string(5) "+0000"
13 string(5) "+0000"
15 -- Testing gmdate() function with Difference to GMT in hours using colon as separator format --
16 string(6) "+00:00"
17 string(6) "+00:00"
19 -- Testing gmdate() function with timezone abbreviation format --
20 string(3) "GMT"
21 string(3) "GMT"
23 -- Testing gmdate() function with timezone offset format --
24 string(3) "GMT"
25 string(3) "GMT"
26 ===DONE===