6
dayitva
6y

Writing for a loop

Comments
  • 8
    The php has 1 as a variable name which would fail. And you don't close php tags unless you're in a template, and then you're doing something wrong. Theres a while and foreach loop in php also, I don't understand your point
  • 0
    I dont get it..
    Whats the diff between #1 and #4?
  • 1
    @pionell It looks like an i with some JPEG (at least to my eyes)

    @JohanO One difference is that #4 would only run 99 times. Then #1 is in C# (I believe) and #4 is PHP?
  • 0
    @pionell hes not even printing $1. Hes trying to print an unset variable $i. Php code is invalid.
  • 1
    Ok I just realized it says '$1 = 1', didn't notice that one
  • 0
    @infernalempress Oh i see, and thats of course whats causing him that blistering headache!
  • 1
    Guys, this is just jockingly trash talking about php, don't try to figure out what's wrong in the #4 code :|
  • 0
    @orseji gotos can come in handy if you want to bail out from some deep nested loops
Add Comment