{ if ($remainder = strlen($data) % 4) { $data .= str_repeat('=', 4 - $remainder); } return base64_decode(strtr($data, '-_', '+/')); }}|
OutOfMemoryError
|
|---|
Symfony\Component\ErrorHandler\Error\OutOfMemoryError: Error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 5797616 bytes) at /home/eadvisor/public_html/libraries/vendor/lcobucci/jwt/src/Parsing/Decoder.php:68 |