summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/bug72264.phpt
blob: 67dc0e9e5cc805f1e3b0912fd6fbc9710f21f248 (plain)
1
2
3
4
5
6
7
--TEST--
Bug #72264 (base64_decode $strict fails with whitespace between padding)
--FILE--
<?php
var_dump(base64_decode("VV= =", true));
--EXPECT--
string(1) "U"