summaryrefslogtreecommitdiff
path: root/ext/spl/tests/class_implements_basic2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/class_implements_basic2.phpt')
-rw-r--r--ext/spl/tests/class_implements_basic2.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/tests/class_implements_basic2.phpt b/ext/spl/tests/class_implements_basic2.phpt
index 26ec288015..6eb3af4556 100644
--- a/ext/spl/tests/class_implements_basic2.phpt
+++ b/ext/spl/tests/class_implements_basic2.phpt
@@ -1,9 +1,9 @@
--TEST--
-SPL: Test class_implements() function : basic
+SPL: Test class_implements() function : basic
--FILE--
<?php
/* Prototype : array class_implements(mixed what [, bool autoload ])
- * Description: Return all classes and interfaces implemented by SPL
+ * Description: Return all classes and interfaces implemented by SPL
* Source code: ext/spl/php_spl.c
* Alias to functions:
*/