3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Tree { public $children = []; public $data; public function __construct($data, $children) { $this->data = $data; $this->children = $children; } } $children1 = new Tree(34, []); $children2 = new Tree(70, []); $rootNode = new Tree(12, [$children1, $children2]);

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
206.36 ms | 2563 KiB | 8 Q