3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(strict_types = 1); const INITIAL_STATE = [1, 1]; function &__globalState(): array { static $state = INITIAL_STATE; return $state; } function test() { $state = __globalState(); $state[0]++; } test(); test(); var_dump(__globalState());

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
190.72 ms | 2762 KiB | 15 Q