diff options
Diffstat (limited to 'ext/spl/tests/class_implements_variation1.phpt')
| -rw-r--r-- | ext/spl/tests/class_implements_variation1.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/tests/class_implements_variation1.phpt b/ext/spl/tests/class_implements_variation1.phpt index d8a45ce6a6..01044458e1 100644 --- a/ext/spl/tests/class_implements_variation1.phpt +++ b/ext/spl/tests/class_implements_variation1.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, ); |
