3v4l.org

run code in 300+ PHP versions simultaneously
<?php $hmac = hash_hmac("sha1", 'abcdefg', '#0123455'); $token = sprintf("%1.1s%20.20s", '0', $hmac); var_export([ $hmac, $token, sprintf("%1.1s%20.20s", '0', 'abc') ]);
Output for git.master, git.master_jit, rfc.property-hooks
array ( 0 => 'fecf3e2a240b92a7d7eec46e8eec829d247a4abb', 1 => '0fecf3e2a240b92a7d7ee', 2 => '0 abc', )

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