3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(strict_types=1); class TestClass { public int $a; } $test = new TestClass(); $string = 'foo'; $test->int = &$string; var_dump($test->int); $test->int = []; var_dump($test->int);

preferences:
57.63 ms | 402 KiB | 5 Q