3v4l.org

run code in 300+ PHP versions simultaneously
<?php function base64UrlDecode($input) { return base64_decode(strtr($input, '-_', '+/')); } $signed_request = 'rs25bODttOJd3JIA8EW7xSA-wDNJGVBqallNSqftfxA.eyJpbnN0YW5jZUlkIjoiMTJlODMwNzAtNmRhNy0yNjU1LWVhNTktODc0MWZjYmQ1MWFkIiwic2lnbkRhdGUiOiIyMDE0LTAyLTA2VDAxOjE0OjI4LjMwNC0wNjowMCIsInVpZCI6IjBhNGZiZjFhLTRkNDMtNDU1ZC1iMzk5LTFkOTA0MTgyZWZjMiIsInBlcm1pc3Npb25zIjoiT1dORVIiLCJpcEFuZFBvcnQiOiIyMTIuMjkuMTkyLjE0LzY1Mjg1IiwidmVuZG9yUHJvZHVjdElkIjoiIiwiZGVtb01vZGUiOmZhbHNlfQ'; list($encoded_sig, $payload) = explode('.', $signed_request, 2); $sig = $this->base64UrlDecode($encoded_sig); $data = json_decode($this->base64UrlDecode($payload), true); echo $data;
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Using $this when not in object context in /in/uL6v3:10 Stack trace: #0 {main} thrown in /in/uL6v3 on line 10
Process exited with code 255.

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