3v4l.org

run code in 300+ PHP versions simultaneously
<?php $human = (object) [ 'name' => 'John Doe', 'age' => 25, 'getName' => function($object) { var_dump($object->name); }, 'getAge' => function($object) { var_dump($object->age); }, ]; ($human->getName)($human); ($human->getAge)($human);

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
53.65 ms | 1242 KiB | 4 Q