Annotation of embedaddon/php/ext/standard/tests/strings/bug34214.phpt, revision 1.1

1.1     ! misho       1: --TEST--
        !             2: Bug #34214 (base64_decode() does not properly ignore whitespace)
        !             3: --FILE--
        !             4: <?php
        !             5: $txt = 'Zm9vYmFyIG
        !             6:  Zvb2Jhcg==';
        !             7: echo base64_decode($txt), "\n";
        !             8: ?>
        !             9: --EXPECT--
        !            10: foobar foobar

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>