<?php $input = "the quick brown fox jumped over the lazy dog 12345"; var_dump( array_map( function($a) { return [ $a, bin2hex(base64_decode($a)), $r = trim(base64_encode(base64_decode($a)), '='), $a == $r ]; }, explode(' ', $input) ) );
You have javascript disabled. You will not be able to edit any code.