3v4l.org

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

preferences:
51.32 ms | 402 KiB | 5 Q