summaryrefslogtreecommitdiff
path: root/ext/standard/tests/general_functions/intval_variation1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/general_functions/intval_variation1.phpt')
-rw-r--r--ext/standard/tests/general_functions/intval_variation1.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/general_functions/intval_variation1.phpt b/ext/standard/tests/general_functions/intval_variation1.phpt
index bf88c7c920..dc12153832 100644
--- a/ext/standard/tests/general_functions/intval_variation1.phpt
+++ b/ext/standard/tests/general_functions/intval_variation1.phpt
@@ -5,7 +5,7 @@ Test intval() function : usage variation
/* Prototype : int intval(mixed var [, int base])
* 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";