import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-misc / time_sleep_until_error1.php
blob3a969772c4a85155334a42a697ae2e783b0f5e3b
1 <?php
2 var_dump(time_sleep_until(time()-1));
3 ?>