-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/standard/tests/strings/
File Upload :
Current File : //usr/src/php/ext/standard/tests/strings/bug34214.phpt

--TEST--
Bug #34214 (base64_decode() does not properly ignore whitespace)
--FILE--
<?php
$txt = 'Zm9vYmFyIG
 Zvb2Jhcg==';
echo base64_decode($txt), "\n";
?>
--EXPECT--
foobar foobar

Copyright © 2017 || Recoded By Mr.Bumblebee