|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-06-16 12:32 UTC] rasmus at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 04:00:02 2025 UTC |
I keyed this line incorrectly, but it didn't report it as a syntax error, instead, it set the value of $TOA to $var! $var="?"; if ($TOA=="S" || $TOA=="E" || $TOA=$var): Notice: I missed an equal sign on the last comparison... But it should have reported it as syntax error.