summaryrefslogtreecommitdiff
path: root/ext/standard/tests/general_functions/sleep_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/general_functions/sleep_error.phpt')
-rw-r--r--ext/standard/tests/general_functions/sleep_error.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/general_functions/sleep_error.phpt b/ext/standard/tests/general_functions/sleep_error.phpt
index 2e75837701..c4f069a3d2 100644
--- a/ext/standard/tests/general_functions/sleep_error.phpt
+++ b/ext/standard/tests/general_functions/sleep_error.phpt
@@ -1,9 +1,9 @@
--TEST--
-Test sleep() function : error conditions
+Test sleep() function : error conditions
--FILE--
<?php
/* Prototype : int sleep ( int $seconds )
- * Description: Delays the program execution for the given number of seconds .
+ * Description: Delays the program execution for the given number of seconds .
* Source code: ext/standard/basic_functions.c
*/
set_time_limit(20);