3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = base64_encode('TRAV_PIDI_transferts_CRI.php?action=liste'); var_dump($a); $b = '_ABOCR*/%'; var_dump($b); $c = urldecode($b); var_dump('url', urldecode($b)); var_dump(urldecode(':/_&')); var_dump('basdec', base64_decode($c, true)); function base64UrlSafeEncode($binary) { return urlencode(base64_encode($binary)); } function base64UrlSafeDecode($string) { return base64_decode(urldecode($string)); }
Output for git.master, git.master_jit, rfc.property-hooks
string(56) "VFJBVl9QSURJX3RyYW5zZmVydHNfQ1JJLnBocD9hY3Rpb249bGlzdGU=" string(9) "_ABOCR*/%" string(3) "url" string(9) "_ABOCR*/%" string(4) ":/_&" string(6) "basdec" bool(false)

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:
60.79 ms | 401 KiB | 8 Q