make test runner work in open source repo
[hiphop-php.git] / hphp / test / zend / bad / ext-date / gmstrftime_variation2.php.expectf
blob538e68e3401c92ca60cb8b6ad8f9e8607c4073fb
1 *** Testing gmstrftime() : usage variation ***
3 --float 10.5--
4 string(20) "Jan 01 1970 00:00:10"
6 --float -10.5--
7 string(20) "Dec 31 1969 23:59:50"
9 --float 12.3456789000e10--
10 string(20) "Mar 26 1935 04:50:16"
12 --float -12.3456789000e10--
13 string(20) "Oct 08 2004 19:09:44"
15 --float .5--
16 string(20) "Jan 01 1970 00:00:00"
18 --empty array--
19 HipHop Warning: %a
20 bool(false)
22 --int indexed array--
23 HipHop Warning: %a
24 bool(false)
26 --associative array--
27 HipHop Warning: %a
28 bool(false)
30 --nested arrays--
31 HipHop Warning: %a
32 bool(false)
34 --uppercase NULL--
35 string(20) "Jan 01 1970 00:00:00"
37 --lowercase null--
38 string(20) "Jan 01 1970 00:00:00"
40 --lowercase true--
41 string(20) "Jan 01 1970 00:00:01"
43 --lowercase false--
44 string(20) "Jan 01 1970 00:00:00"
46 --uppercase TRUE--
47 string(20) "Jan 01 1970 00:00:01"
49 --uppercase FALSE--
50 string(20) "Jan 01 1970 00:00:00"
52 --empty string DQ--
53 HipHop Warning: %a
54 bool(false)
56 --empty string SQ--
57 HipHop Warning: %a
58 bool(false)
60 --string DQ--
61 HipHop Warning: %a
62 bool(false)
64 --string SQ--
65 HipHop Warning: %a
66 bool(false)
68 --mixed case string--
69 HipHop Warning: %a
70 bool(false)
72 --heredoc--
73 HipHop Warning: %a
74 bool(false)
76 --instance of classWithToString--
77 HipHop Warning: %a
78 bool(false)
80 --instance of classWithoutToString--
81 HipHop Warning: %a
82 bool(false)
84 --undefined var--
85 string(20) "Jan 01 1970 00:00:00"
87 --unset var--
88 string(20) "Jan 01 1970 00:00:00"
89 ===DONE===