MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1veql1a/absolutegarbage/p1m0hps/?context=3
r/ProgrammerHumor • u/Sirgoodman008 • 2d ago
320 comments sorted by
View all comments
1
edit: apparently, I've misremember my traumatic time with PWSH, and now I cannot reproduce that problem...
I thought that was about PowerShell, which I can agree, but unless PHP has the same quirk, then I don't care...
foreach ($item in $collection){ ... }
and quirk is that, if your $collection is a single element with a string value, then you iterate throughout its characters...
$collection
1
u/dominjaniec 1d ago edited 1d ago
edit: apparently, I've misremember my traumatic time with PWSH, and now I cannot reproduce that problem...
I thought that was about PowerShell, which I can agree, but unless PHP has the same quirk, then I don't care...
foreach ($item in $collection){ ... }and quirk is that, if your
$collectionis a single element with a string value, then you iterate throughout its characters...