From: [EMAIL PROTECTED] Operating system: Linux 2.4.9 PHP version: 4.1.0 PHP Bug Type: Unknown/Other Function Bug description: for statement returns nothing.
when issuing the following syntactically incorrect 'for' statement nothing was returned (note the semi-colon before the parenthesis) even though at least one loop should take place. Should not a parse error be returned? for ($i = $start; $i <= 10; $i++); { echo 'something'; } './configure' '--with-mysql' '--with-apache=../apache_1.3.22' '--enable-track-vars' '--with-curl' '--with-dom' '--with-zlib' This is a public/production server so debugging is turned off. -- Edit bug report at: http://bugs.php.net/?id=14915&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]