Array
(
[0] => Array
(
[id] => 1
[name] => John Doe
[age] => 20
[address] => Singapore
[phone_number] => 123
[store_name] => ABC
)
[1] => Array
(
[id] => 2
[name] => Mae Doe
[age] => 17
)
[2] => Array
(
[id] => 3
[name] => Mark Smith
[age] => 35
)
[3] => Array
(
[id] => 4
[name] => Selena Smith
[age] => 15
[address] => Japan
[phone_number] => 456
[store_name] => DEF
)
[4] => Array
(
[id] => 5
[name] => Shane Doe
[age] => 26
[address] => Korea
[phone_number] => 789
[store_name] => GHI
)
[5] => Array
(
[id] => 6
[name] => Will Smith
[age] => 45
)
)
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.