my key should be a (numeric) string: int(0)
my key should be an int: int(0)
my key should be a (numeric) string: int(0)
array(1) {
[0]=>
string(35) "my key should be a (numeric) string"
}
array(1) {
[0]=>
string(23) "my key should be an int"
}
array(1) {
[0]=>
string(35) "my key should be a (numeric) string"
}
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.
my key should be a (numeric) string: int(0)
my key should be an int: int(0)
my key should be a (numeric) string: string(1) "0"
array(1) {
[0]=>
string(35) "my key should be a (numeric) string"
}
array(1) {
[0]=>
string(23) "my key should be an int"
}
array(1) {
["0"]=>
string(35) "my key should be a (numeric) string"
}