3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tree = array(array('id' => 1, 'children' => array(array('id' => 2, 'children' => array('id' => 4, 'children' => false)), array('id' => 3, 'children' => false)))); print_r($tree); ?>

preferences:
37.63 ms | 402 KiB | 5 Q