import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-misc / time_nanosleep_error5.php
blob63dee8ff03dad0ca1f4d63061a9c5e156afeba2e
1 <?php
3 $nano = time_nanosleep(0, 1000000000);
5 ?>