diff options
Diffstat (limited to 'ext/spl/tests/class_implements_basic.phpt')
-rw-r--r-- | ext/spl/tests/class_implements_basic.phpt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/spl/tests/class_implements_basic.phpt b/ext/spl/tests/class_implements_basic.phpt index 1d8801899b..0a51251588 100644 --- a/ext/spl/tests/class_implements_basic.phpt +++ b/ext/spl/tests/class_implements_basic.phpt @@ -2,12 +2,6 @@ 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 - * Source code: ext/spl/php_spl.c - * Alias to functions: - */ - echo "*** Testing class_implements() : basic ***\n"; |