1--TEST--
2Bug #72264 (base64_decode $strict fails with whitespace between padding)
3--FILE--
4<?php
5var_dump(base64_decode("VV= =", true));
6--EXPECT--
7string(1) "U"
8