summaryrefslogtreecommitdiff
path: root/ext/standard/tests/class_object/is_subclass_of_variation_003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/class_object/is_subclass_of_variation_003.phpt')
-rw-r--r--ext/standard/tests/class_object/is_subclass_of_variation_003.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/class_object/is_subclass_of_variation_003.phpt b/ext/standard/tests/class_object/is_subclass_of_variation_003.phpt
index d4aef12349..81878c12c5 100644
--- a/ext/standard/tests/class_object/is_subclass_of_variation_003.phpt
+++ b/ext/standard/tests/class_object/is_subclass_of_variation_003.phpt
@@ -3,9 +3,9 @@ Test is_subclass_of() function : usage variations - case sensitivity
--FILE--
<?php
/* Prototype : proto bool is_subclass_of(object object, string class_name)
- * Description: Returns true if the object has this class as one of its parents
+ * Description: Returns true if the object has this class as one of its parents
* Source code: Zend/zend_builtin_functions.c
- * Alias to functions:
+ * Alias to functions:
*/
echo "*** Testing is_subclass_of() : usage variations ***\n";