|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-06-27 13:35 UTC] sniper@php.net
[2001-06-27 20:09 UTC] cynic@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 12:00:01 2025 UTC |
I can't get anything when I code: for ($i == 0; $i == 5; $i++) { echo $i; } But there's no problem with: for ($i == 0; $i < 5; $i++) { echo $i; }