1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
Files
archived-php-src/tests/testarray.pl
1999-07-08 21:42:29 +00:00

6 lines
85 B
Perl

for ($i[0][0]=0; $i[0][0]<1000000; $i[0][0]++) {
$i[1] += $i[0][0];
}
print $i[1];