3v4l.org

run code in 300+ PHP versions simultaneously
<?php $secret = '5d41402abc4b2a76b9719d911017c5921'; $baseUrl = 'http://mg.s.stuffio.com/api/widget/init?'; $params = [ 'merchantId' => 2, 'custom' => 'd65542614', ]; ksort($params); $stringToSign = implode('|', $params) . $secret; $params['signature'] = strtolower(md5($stringToSign)); echo $params['signature'];die; echo $baseUrl . http_build_query($params);
Output for git.master, git.master_jit, rfc.property-hooks
bec4ab467abd534ee7c73330fec9f33d

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