Fatal error: Uncaught TypeError: array_unshift(): Argument #1 ($array) must be of type array, null given in /in/upDAK:7
Stack trace:
#0 /in/upDAK(7): array_unshift(NULL, 'snaps')
#1 {main}
thrown in /in/upDAK on line 7
Process exited with code 255.
Output for 8.4.15
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
Process exited with code 1.
Warning: array_unshift() expects parameter 1 to be array, null given in /in/upDAK on line 7
array (
'biz' => 'bar',
'whiz' => 'whang',
'rocket' => NULL,
)