3v4l.org

run code in 300+ PHP versions simultaneously
<?php $appId = "11325"; $secret= "52b0c70dc9244762b762d6554116d32f"; $userid = "12405620"; $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&userid=12405620&timestamp=2014-08-20T22:28:41&signature=7363670fae29e178ad8b2df898a5e2f7dba37b7ca5c0b0fa8363cbb19fbdc2cc &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:
54.77 ms | 402 KiB | 8 Q