|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-11-15 07:29 UTC] hholzgra@php.net
[2001-11-15 07:29 UTC] bate@php.net
[2001-11-15 07:38 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 01:00:01 2025 UTC |
<?php $a[0]="x"; $a[1]="y"; $b[0]="z"; $b[1]="w"; $b[2]="u"; while (list($key,$val)=each($a) ) { while (list($key2,$val2)=each($b) ) { print "$key: $val - $key2: $val2<br>"; } } ?> './configure' '--with-mysql' '--with-apache=../apache_1.3.20' '--with-gd=../gd-1.8.3' '--enable-track-vars'