3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Test { public $a = 'a'; public $b = 'b'; public function get() { return $a.$b; } } $test = new Test(); echo serialize($test);

preferences:
51.19 ms | 402 KiB | 5 Q