summaryrefslogtreecommitdiff
path: root/ext/standard/tests/general_functions/sleep_error.phpt
blob: bfe66480fa0353f224536556f69facd31038bb9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
Test sleep() function : error conditions
--FILE--
<?php

sleep(-10);

?>
--EXPECTF--
Fatal error: Uncaught ValueError: sleep(): Argument #1 ($seconds) must be greater than or equal to 0 in %s:%d
Stack trace:
#0 %s(%d): sleep(-10)
#1 {main}
  thrown in %s on line %d