3v4l.org

run code in 300+ PHP versions simultaneously
<?php $appId = "16536"; $secret= "4ee6a4c96fd141999100f5d78b3b2dba"; $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 = "5642153_16536_253402300799_1_32c40c26408f0f65859d5dd2694e6958e51f7a2cb9fd0399688f21b4c607249f"; echo "&token=" .$token ."&hash=" .hash('sha256', $token .$secret);
Output for git.master, git.master_jit, rfc.property-hooks
/auth/get-token?appId=16536&timestamp=2014-08-22T18:18:14&signature=0414dce70fbaeb872d086e283c2a471c12ea2ebf5956a2b5c1e2f75799c94db8 &token=5642153_16536_253402300799_1_32c40c26408f0f65859d5dd2694e6958e51f7a2cb9fd0399688f21b4c607249f&hash=d1d69fb291c199c5b4cc7c6f9efd8bd2053d321e497b88523796a55f1fa678b4

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