3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = [ 'oauth_consumer_key' => 'wZ4uJ0H4rF', 'oauth_nonce' => '3icQVoMfNR', 'oauth_signature_method' => 'HMAC-SHA1', 'oauth_timestamp' => '1606660200', 'oauth_version' => '1.0', 'oauth_callback' => 'https://google.com/connect/twitter/callback', ]; array_walk_recursive($data, function (&$key, &$value) { $key = rawurlencode(rawurldecode($key)); $value = rawurlencode(rawurldecode($value)); }); var_dump($data);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: {closure}(): Argument #2 ($value) must be passed by reference, value given in /in/k1AH3 on line 12 Warning: {closure}(): Argument #2 ($value) must be passed by reference, value given in /in/k1AH3 on line 12 Warning: {closure}(): Argument #2 ($value) must be passed by reference, value given in /in/k1AH3 on line 12 Warning: {closure}(): Argument #2 ($value) must be passed by reference, value given in /in/k1AH3 on line 12 Warning: {closure}(): Argument #2 ($value) must be passed by reference, value given in /in/k1AH3 on line 12 Warning: {closure}(): Argument #2 ($value) must be passed by reference, value given in /in/k1AH3 on line 12 array(6) { ["oauth_consumer_key"]=> string(10) "wZ4uJ0H4rF" ["oauth_nonce"]=> string(10) "3icQVoMfNR" ["oauth_signature_method"]=> string(9) "HMAC-SHA1" ["oauth_timestamp"]=> string(10) "1606660200" ["oauth_version"]=> string(3) "1.0" ["oauth_callback"]=> string(55) "https%3A%2F%2Fgoogle.com%2Fconnect%2Ftwitter%2Fcallback" }

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:
58.88 ms | 403 KiB | 8 Q