3v4l.org

run code in 300+ PHP versions simultaneously
<?php $body = [ 'spec' => [ 'ingress' => [ [ 'toPort' => [ 'ports' => [ 'port' => 6444 ] ] ] ] ] ]; var_dump($body);
Output for git.master_jit, git.master
array(1) { ["spec"]=> array(1) { ["ingress"]=> array(1) { [0]=> array(1) { ["toPort"]=> array(1) { ["ports"]=> array(1) { ["port"]=> int(6444) } } } } } }

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:
32.03 ms | 406 KiB | 5 Q