I was using a binary with the new timelib. Undo the datetime tests
[hiphop-php.git] / hphp / test / zend / bad / ext-date / date_modify_error.php.expectf
blob909ebe2d8cbc9765931b037d64b04b57db76bd74
1 *** Testing date_modify() : error conditions ***
3 -- Testing date_modify() function with zero arguments --
4 HipHop Warning: %s
5 bool(false)
7 -- Testing date_modify() function with less than expected no. of arguments --
8 HipHop Warning: %s
9 bool(false)
11 -- Testing date_modify() function with more than expected no. of arguments --
12 HipHop Warning: %s
13 bool(false)
15 -- Testing date_modify() function with an invalid values for $object argument --
16 HipHop Warning: %s
17 bool(false)
18 HipHop Warning: %s
19 bool(false)
20 HipHop Warning: %s
21 bool(false)
22 ===DONE===