diff options
Diffstat (limited to 'ext/imap/tests/imap_binary_basic.phpt')
-rw-r--r-- | ext/imap/tests/imap_binary_basic.phpt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/imap/tests/imap_binary_basic.phpt b/ext/imap/tests/imap_binary_basic.phpt index 8809e46d94..4675afd646 100644 --- a/ext/imap/tests/imap_binary_basic.phpt +++ b/ext/imap/tests/imap_binary_basic.phpt @@ -6,11 +6,6 @@ extension_loaded('imap') or die('skip imap extension not available in this build ?> --FILE-- <?php -/* Prototype : string imap_binary ( string $string ) - * Description: Convert an 8bit string to a base64 string. - * Source code: ext/imap/php_imap.c - */ - echo "*** Testing imap_binary() : basic functionality ***\n"; echo "Encode as short string\n"; |