diff options
Diffstat (limited to 'ext/spl/tests/class_implements_variation2.phpt')
| -rw-r--r-- | ext/spl/tests/class_implements_variation2.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/tests/class_implements_variation2.phpt b/ext/spl/tests/class_implements_variation2.phpt index c65fdd1626..6e05820dac 100644 --- a/ext/spl/tests/class_implements_variation2.phpt +++ b/ext/spl/tests/class_implements_variation2.phpt @@ -5,7 +5,7 @@ SPL: Test class_implements() function : variation /* Prototype : array class_implements(mixed what [, bool autoload ]) * 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, ); |
