[PHP-DEV] PHP 4.0 Bug #8281: still problem with for() From: vader82 <email protected>
Date: 12/15/00

From: vader82 <email protected>
Operating system: Slackware 7.1
PHP version: 4.0.3pl1
PHP Bug Type: *General Issues
Bug description: still problem with for()

i submitted an earlier "bug report" where i messed some syntax up, but i fixed that with the advice of the reply and this script still wont work. i get a page saying parse error and it has no indication of what it is. thanks for help

according to manual for(exp1; exp2; exp3) {statement} should work but this script does not
 
<?php
                $num_fields = 3;
parse error--> for ( $i = 0; $i < $num_fields; i++){
                 echo "It works" ;
                     } ;
?>

-- 
Edit Bug report at: http://bugs.php.net/?id=8281&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>