3v4l.org

run code in 300+ PHP versions simultaneously
<?php $params = array( 'test' => 'test+test+test/+testtest=='); function url_componentize(&$v,$k){ $v = rawurlencode($k)."=".rawurlencode($v); } $params = array_walk($params,'url_componentize'); print_r($params); echo implode($params,'&amp;');
Output for git.master, git.master_jit, rfc.property-hooks
1 Fatal error: Uncaught TypeError: implode(): Argument #2 ($array) must be of type ?array, string given in /in/TPccm:8 Stack trace: #0 /in/TPccm(8): implode('1', '&amp;') #1 {main} thrown in /in/TPccm on line 8
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:
63.59 ms | 401 KiB | 8 Q