3v4l.org

run code in 300+ PHP versions simultaneously
<?php class AnotherClass{ public $world = "world"; } $anotherClass = new AnotherClass(); ob_start("callback"); function callback($input){ global $anotherClass; return $input.$anotherClass->world; } echo "hello";

preferences:
36.69 ms | 402 KiB | 5 Q