summaryrefslogtreecommitdiff
path: root/ext/spl/tests/class_implements_variation1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/class_implements_variation1.phpt')
-rw-r--r--ext/spl/tests/class_implements_variation1.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/spl/tests/class_implements_variation1.phpt b/ext/spl/tests/class_implements_variation1.phpt
index d8a45ce6a6..9d876d3a36 100644
--- a/ext/spl/tests/class_implements_variation1.phpt
+++ b/ext/spl/tests/class_implements_variation1.phpt
@@ -1,11 +1,11 @@
--TEST--
-SPL: Test class_implements() function : variation
+SPL: Test class_implements() function : variation
--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:
+ * Alias to functions:
*/
echo "*** Testing class_implements() : variation ***\n";
@@ -96,7 +96,7 @@ $inputs = array(
// unset data
'unset var' => @$unset_var,
-
+
//resource
'resource' => $res,
);