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