3v4l.org

run code in 300+ PHP versions simultaneously
<?php $rov = [ 'id' => 1, 'name' => 'Jimmy', ]; var_dump($rov, (string)$rov);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Array to string conversion in /in/lQ75S on line 8 array(2) { ["id"]=> int(1) ["name"]=> string(5) "Jimmy" } string(5) "Array"

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.34 ms | 1648 KiB | 4 Q