3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = 'M2ZWUHlYMmVFY01rMg=='; echo $str, "\n"; $str2 = base64_decode($str); echo $str2, "\n"; $str3 = strrev($str2); echo $str3, "\n"; $str4 = base64_decode($str3); echo bin2hex($str4), "\n"; $str4 = base64_decode($str3 . '='); echo $str4, "\n"; $str4 = base64_decode($str3 . '=='); echo $str4, "\n";
Output for git.master, git.master_jit, rfc.property-hooks
M2ZWUHlYMmVFY01rMg== 3fVPyX2eEcMk2 2kMcEe2XyPVf3 da431c11ed97c8f55f �C��_ �C��_

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
51.18 ms | 401 KiB | 8 Q