3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { private $view = "bar"; public function getView() { return $this->view; } } $a = unserialize(file_get_contents("/tmp/test.tmp")); var_dump($a, $a->getView());

preferences:
42.26 ms | 402 KiB | 5 Q