I was using a binary with the new timelib. Undo the datetime tests
[hiphop-php.git] / hphp / test / zend / bad / ext-date / date_sunset_error.php.expectf
blobbee0dad408b43abe80b1d983ad05f762f54147b5
1 *** Testing date_sunset() : error conditions ***
3 -- Testing date_sunset() function with Zero arguments --
4 HipHop Warning: %s
5 bool(false)
7 -- Testing date_sunset() function with more than expected no. of arguments --
8 HipHop Warning: %s
9 bool(false)
10 HipHop Warning: %s
11 bool(false)
12 HipHop Warning: %s
13 bool(false)
14 ===DONE===