Value of $row1 =>
Actually store all the results
Deprecated: Automatic conversion of false to array is deprecated in /in/Z3Q3i on line 29
array(11) {
[0]=>
string(4) "Row1"
[1]=>
string(4) "Row2"
[2]=>
string(4) "Row3"
[3]=>
string(4) "Row4"
[4]=>
string(4) "Row5"
[5]=>
string(4) "Row6"
[6]=>
string(4) "Row7"
[7]=>
string(4) "Row8"
[8]=>
string(4) "Row9"
[9]=>
string(5) "Row10"
[10]=>
bool(false)
}
How you would actually use a while() loop
Row = Row1
Row = Row2
Row = Row3
Row = Row4
Row = Row5
Row = Row6
Row = Row7
Row = Row8
Row = Row9
Row = Row10
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.