3v4l.org

run code in 300+ PHP versions simultaneously
<?php $options['key'][] = 'testkey1'; $options['value'][] = 'testvalue1'; $options['key'][] = 'testkey2'; $options['value'][] = 'testvalue2'; $options['key'][] = 'testkey3'; $options['value'][] = 'testvalue3'; var_dump($options);
Output for git.master, git.master_jit, rfc.property-hooks
array(2) { ["key"]=> array(3) { [0]=> string(8) "testkey1" [1]=> string(8) "testkey2" [2]=> string(8) "testkey3" } ["value"]=> array(3) { [0]=> string(10) "testvalue1" [1]=> string(10) "testvalue2" [2]=> string(10) "testvalue3" } }

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:
42.23 ms | 402 KiB | 8 Q