I was using a binary with the new timelib. Undo the datetime tests
[hiphop-php.git] / hphp / test / zend / bad / ext-date / date_date_set_error.php.expectf
blobdd47f9507e567b68e962d7ec0a0bc16d7ae52bb7
1 *** Testing date_date_set() : error conditions ***
3 -- Testing date_date_set() function with zero arguments --
4 HipHop Warning: %s
5 bool(false)
7 -- Testing date_date_set() function with less 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)
15 -- Testing date_date_set() function with more than expected no. of arguments --
16 HipHop Warning: %s
17 bool(false)
18 ===DONE===