summaryrefslogtreecommitdiff
path: root/ext/standard/tests/class_object/is_subclass_of_variation_004.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/class_object/is_subclass_of_variation_004.phpt')
-rw-r--r--ext/standard/tests/class_object/is_subclass_of_variation_004.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/class_object/is_subclass_of_variation_004.phpt b/ext/standard/tests/class_object/is_subclass_of_variation_004.phpt
index 4d2bef3cb3..0a4c575258 100644
--- a/ext/standard/tests/class_object/is_subclass_of_variation_004.phpt
+++ b/ext/standard/tests/class_object/is_subclass_of_variation_004.phpt
@@ -3,7 +3,7 @@ Test is_subclass_of() function : usage variations - unexpected type for arg 1 w
--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:
*/