Reply to comment

PHP == insanity

Why should language need a === operator in the first place?

== can be taken to mean "sorta, kinda equals, but maybe not"

=== means "no, no, no... REALLY, REALLY equals, not sorta equals"

How many people with decent programming backgrounds write their first PHP script and then have to replace == with === ?

The point is that PHP breaks standard programming paradigms, and for the worse IMO.

Reply

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <blockquote>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options