3v4l.org

run code in 300+ PHP versions simultaneously
<?php $id = array("ret","tro","one"); $name = array( 'title' => 'Груши', 'price' => 25, 'catalog' => 1, 'count' => 85, ); $n= array( 'title' => 'Г55руши', 'price' => 265, 'catalog' => 651, 'count' => 85, ); $sessionArray[] =$name; $sessionArray[] =$n; print_r($sessionArray); echo "\n";
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => Array ( [title] => Груши [price] => 25 [catalog] => 1 [count] => 85 ) [1] => Array ( [title] => Г55руши [price] => 265 [catalog] => 651 [count] => 85 ) )

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