Skip to content
  • Taylor Yu's avatar
    Test odd-sized base64 decodes · 00ffefb4
    Taylor Yu authored
    Test base64_decode() with odd sized decoded lengths, including
    unpadded encodings and padded encodings with "right-sized" output
    buffers.  Convert calls to base64_decode_nopad() to base64_decode()
    because base64_decode_nopad() is redundant.
    00ffefb4