summaryrefslogtreecommitdiff
path: root/ext/imap/tests/imap_base64_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/imap/tests/imap_base64_basic.phpt')
-rw-r--r--ext/imap/tests/imap_base64_basic.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/imap/tests/imap_base64_basic.phpt b/ext/imap/tests/imap_base64_basic.phpt
index e5063f2c1c..3345aa35a6 100644
--- a/ext/imap/tests/imap_base64_basic.phpt
+++ b/ext/imap/tests/imap_base64_basic.phpt
@@ -6,11 +6,6 @@ extension_loaded('imap') or die('skip imap extension not available in this build
?>
--FILE--
<?php
-/* Prototype : string imap_base64 ( string $text )
- * Description: Decode BASE64 encoded text.
- * Source code: ext/imap/php_imap.c
- */
-
echo "*** Testing imap_base64() : basic functionality ***\n";
$str = 'This is an example string to be base 64 encoded';