Array
(
[0] => 1
[a] => 2
[1] => 3
[b] => 4
)
Fatal error: Uncaught ArgumentCountError: array_push() does not accept unknown named parameters in /in/0p5Sv:21
Stack trace:
#0 /in/0p5Sv(21): array_push(Array, 3, b: 4)
#1 {main}
thrown in /in/0p5Sv on line 21
Process exited with code 255.
Output for 7.4.33
Fatal error: Uncaught Error: Cannot unpack array with string keys in /in/0p5Sv:17
Stack trace:
#0 {main}
thrown in /in/0p5Sv on line 17
Process exited with code 255.