array (
0 =>
array (
'item' => 'Title 1',
'data' => 'some data and divs here 1',
),
1 =>
array (
'item' => 'Title 2',
'data' => 'some data and divs here 2',
),
2 =>
array (
'item' => 'Title 2',
'data' => 'some data and divs here 3',
),
3 =>
array (
'item' => 'Title 3',
'data' => 'some data and divs here 4',
),
4 =>
array (
'item' => 'Title 3',
'data' => 'some data and divs here 5',
),
5 =>
array (
'item' => 'Title 3',
'data' => 'some data and divs here 6',
),
)
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.