summaryrefslogtreecommitdiff
path: root/ext/spl/tests/class_uses_variation2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/class_uses_variation2.phpt')
-rw-r--r--ext/spl/tests/class_uses_variation2.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/spl/tests/class_uses_variation2.phpt b/ext/spl/tests/class_uses_variation2.phpt
index 36c9623cb3..ae6093f02e 100644
--- a/ext/spl/tests/class_uses_variation2.phpt
+++ b/ext/spl/tests/class_uses_variation2.phpt
@@ -1,11 +1,11 @@
--TEST--
-SPL: Test class_uses() function : variation
+SPL: Test class_uses() function : variation
--FILE--
<?php
/* Prototype : array class_uses(mixed what [, bool autoload ])
* Description: Return all traits used by a class
* Source code: ext/spl/php_spl.c
- * Alias to functions:
+ * Alias to functions:
*/
echo "*** Testing class_uses() : variation ***\n";
@@ -98,7 +98,7 @@ $inputs = array(
// unset data
'unset var' => @$unset_var,
-
+
//resource
'resource' => $res,
);