3v4l.org

run code in 300+ PHP versions simultaneously
<?php class template { public $property = 'hello'; } class object { public $template; public $hello = 'hi'; } $object = new object(); $object->template = new template(); $path = $object->template->property; $value = $object->$path; print_r($value);

This is an error 404

There are `0` results


preferences:
144.01 ms | 1399 KiB | 7 Q