3v4l.org

run code in 300+ PHP versions simultaneously
<?php Class CLS { public function &__get($key) { echo "__get " . $key . PHP_EOL; return $this->$key; } } $magicTest = new CLS(); $test = "test"; $magicTest->v = & $test; echo ($magicTest->v ?? "null") . PHP_EOL;

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
149.72 ms | 2101 KiB | 8 Q