3v4l.org

run code in 300+ PHP versions simultaneously
<?php $params = array( 'language' => $_GET['language'], 'shop_id' => $_GET['shop_id'], 'timestamp' => $_GET['timestamp'], 'token' => $_GET['token'] // in between token ); ksort($params); $signature = ''; foreach ($params as $key => $value) { $signature .= $key.'='.$value; } $signature = md5($signature.APP_SECRET);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined array key "language" in /in/nssoa on line 4 Warning: Undefined array key "shop_id" in /in/nssoa on line 5 Warning: Undefined array key "timestamp" in /in/nssoa on line 6 Warning: Undefined array key "token" in /in/nssoa on line 7 Fatal error: Uncaught Error: Undefined constant "APP_SECRET" in /in/nssoa:19 Stack trace: #0 {main} thrown in /in/nssoa on line 19
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:
70.91 ms | 401 KiB | 8 Q