diff options
Diffstat (limited to 'ext/imap/tests/imap_8bit_basic.phpt')
-rw-r--r-- | ext/imap/tests/imap_8bit_basic.phpt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/imap/tests/imap_8bit_basic.phpt b/ext/imap/tests/imap_8bit_basic.phpt index 6e81e31d3e..d874b76733 100644 --- a/ext/imap/tests/imap_8bit_basic.phpt +++ b/ext/imap/tests/imap_8bit_basic.phpt @@ -6,11 +6,6 @@ extension_loaded('imap') or die('skip imap extension not available in this build ?> --FILE-- <?php -/* Prototype : string imap_8bit ( string $string ) - * Description: Convert an 8bit string to a quoted-printable string. - * Source code: ext/imap/php_imap.c - */ - echo "*** Testing imap_8bit() : basic functionality ***\n"; var_dump(imap_8bit("String with CRLF at end \r\n")); |