diff options
Diffstat (limited to 'ext/standard/tests/general_functions/intval_variation1.phpt')
| -rw-r--r-- | ext/standard/tests/general_functions/intval_variation1.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/tests/general_functions/intval_variation1.phpt b/ext/standard/tests/general_functions/intval_variation1.phpt index bf88c7c920..e76d7083d4 100644 --- a/ext/standard/tests/general_functions/intval_variation1.phpt +++ b/ext/standard/tests/general_functions/intval_variation1.phpt @@ -1,11 +1,11 @@ --TEST-- -Test intval() function : usage variation +Test intval() function : usage variation --FILE-- <?php /* Prototype : int intval(mixed var [, int base]) - * Description: Get the integer value of a variable using the optional base for the conversion + * Description: Get the integer value of a variable using the optional base for the conversion * Source code: ext/standard/type.c - * Alias to functions: + * Alias to functions: */ echo "*** Testing intval() : usage variation ***\n"; |
