- Output for 8.0.1 - 8.0.30, 8.1.0 - 8.1.24, 8.2.0 - 8.2.11
- Parse error: syntax error, unexpected token "{", expecting "(" in /in/R7jBd on line 4
Process exited with code 255.
<?php
/**
* @return /* test */ array{int,
string
}
*/
function takesAnInt(int $i) {
return [$i, "hello"];
}