Test: /ext/standard/tests/general_functions/sleep_error.phpt - Version 7.0.0RC2    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
005+ Fatal error: Uncaught RuntimeException: sleep is not suitable for use in multi threaded applications, use synchronized Threaded::wait in %s/sleep_error.php:11
006+ Stack trace:
007+ #0 %s/sleep_error.php(11): sleep()
008+ #1 {main}
009+ thrown in %s/sleep_error.php on line 11
005- Warning: sleep() expects exactly 1 parameter, 0 given in %s on line %d
006- bool(false)
007-
008- -- Testing sleep() function with more than expected no. of arguments --
009-
010- Warning: sleep() expects exactly 1 parameter, 2 given in %s on line %d
011- bool(false)
012-
013- -- Testing sleep() function with negative interval --
014-
015- Warning: sleep(): Number of seconds must be greater than or equal to 0 in %s on line %d
016- bool(false)
017- ===DONE===