|
|
|
|
|
by Superfrag
2026 days ago
|
|
"For instance, 123 == “123foo” evaluates to true (see what it’s doing there?), but 0123 == “0123foo” is false (hmm)." Can anyone explain this to me? I know if a string starts with the number, PHP takes the number part and throws the rest, so "0123foo" should be 0123 for the comparison, so why is that false? |
|
[Incorrect original post: 0123 evaluates to the integer value 123]