import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-time / strptime_error.php.expectf
blob2dc83a020b7c441e7383c1d61579f120a4db8ce6
1 *** Testing strptime() : error conditions ***
3 -- Testing strptime() function with Zero arguments --
4 HipHop Warning: %a
5 NULL
7 -- Testing strptime() function with less than expected no. of arguments --
8 HipHop Warning: %a
9 NULL
11 -- Testing strptime() function with more than expected no. of arguments --
12 HipHop Warning: %a
13 NULL
14 ===DONE===