Test: /ext/standard/tests/general_functions/usleep_error.phpt - Version 7.0.0RC3    

There is 1 diff reported by users for this test.

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