diff options
Diffstat (limited to 'ext/standard/tests/general_functions/getrusage_basic.phpt')
-rw-r--r-- | ext/standard/tests/general_functions/getrusage_basic.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/general_functions/getrusage_basic.phpt b/ext/standard/tests/general_functions/getrusage_basic.phpt index 0fe0a6afba..a2b03ee07a 100644 --- a/ext/standard/tests/general_functions/getrusage_basic.phpt +++ b/ext/standard/tests/general_functions/getrusage_basic.phpt @@ -18,7 +18,7 @@ if (!is_array($dat)) { echo "TEST FAILED : getrusage should return an array\n"; } -// echo the fields which are common to all platforms +// echo the fields which are common to all platforms echo "User time used (seconds) " . $dat["ru_utime.tv_sec"] . "\n"; echo "User time used (microseconds) " . $dat["ru_utime.tv_usec"] . "\n"; ?> |