summaryrefslogtreecommitdiff
path: root/ext/standard/tests/misc/time_sleep_until_error3.phpt
blob: 64489618ae293826d3b5fad9525d5b4ff838cb73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
time_sleep_until() function - error test for time_sleep_until()
--CREDITS--
Francesco Fullone ff@ideato.it
#PHPTestFest Cesena Italia on 2009-06-20
--FILE--
<?php
  var_dump(time_sleep_until());
?>
--EXPECTF--
Warning: time_sleep_until() expects exactly 1 parameter, 0 given in %s on line 2
NULL