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