PHP is not C++. Please go and carefully read the whole PHP manual from start to finish, and if you are still unsure of how to use PHP, ask your questions on the general list.
Your posts have nothing to do with internals issues. --Wez. > //In the following example, the inner loop 'i' masks the outer loop 'i': > > int array[] = {1, 2, 3, 4, 5}; > > for (int i = 0; i < 5; i++) > { > int num = array[i]; > printf("%d", num); > for (int i = 0; i < 5; i++) > printf("%d", i * num); > } -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php