3v4l.org

run code in 300+ PHP versions simultaneously
<?php $version = []; $version['1.1.0.0'] = ['history' => 'Menu rendering now supports Custom Objects']; $version['1.2.0.0'] = ['history' => 'Currency Management and Grid Improvements']; $version['1.2.1.0'] = ['history' => 'Add new extension type for enhance sub menu features']; $version['1.3.0.0'] = ['history' => 'Notification System extended + Request new password by Email']; //var_dump($version); $version = []; $version[] = ['major' => 'history1']; $version[] = ['minor' => 'history2']; $version[] = ['patch' => 'history3']; $version[] = ['build' => 'history4']; var_dump($version);
Output for git.master, git.master_jit, rfc.property-hooks
array(4) { [0]=> array(1) { ["major"]=> string(8) "history1" } [1]=> array(1) { ["minor"]=> string(8) "history2" } [2]=> array(1) { ["patch"]=> string(8) "history3" } [3]=> array(1) { ["build"]=> string(8) "history4" } }

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