- Output for 8.2.0 - 8.2.29, 8.3.0 - 8.3.25, 8.4.1 - 8.4.12
- Fatal error: Uncaught Error: Call to undefined function array_first() in /in/eIPon:10
Stack trace:
#0 {main}
thrown in /in/eIPon on line 10
Process exited with code 255.
<?php
$array = [
4 => 'apple',
7 => 'orange',
13 => 'plum'
];
var_export(
array_first($array)
);