3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { private $test; public function getTest() { return $this->test; } public function setTest($test) { $this-test = $test; } } $foo = new Foo; $foo->setTest('test'); $bar = (array) $foo; var_dump($bar);
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.6
Parse error: syntax error, unexpected '=' in /in/tGemn on line 13
Process exited with code 255.

preferences:
166.02 ms | 1395 KiB | 35 Q