3v4l.org

run code in 300+ PHP versions simultaneously
<?php $appId = "11325"; $secret= "52b0c70dc9244762b762d6554116d32f"; $userid = null; $time = gmdate("Y-m-d\TH:i:s"); $unixTime = @strtotime($time."Z"); $signature = hash('sha256', ($userid?$userid:"").$appId.$unixTime.$secret); echo "/auth/get-token?appId={$appId}".($userid?"&userid={$userid}":"")."&timestamp={$time}&signature={$signature}"; echo "\n\n"; $token = "0_11325_1408876902_2_897854c64a49b08adec644684493be101531d6e3481b3bc52419fc025327a349"; echo "&token=" .$token ."&hash=" .hash('sha256', $token .$secret);
Output for git.master, git.master_jit, rfc.property-hooks
/auth/get-token?appId=11325&timestamp=2014-08-20T22:28:05&signature=795d45f8dadad1dadc29f269e4043762288e4cf0551f6985deb8276c1445f261 &token=0_11325_1408876902_2_897854c64a49b08adec644684493be101531d6e3481b3bc52419fc025327a349&hash=0b1ed8e4f06075b90c14cfffb90699418dd3e423ab67994552f254071c85ddac

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:
40.67 ms | 402 KiB | 8 Q