|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-01-26 16:36 UTC] admin at ifyouwantblood dot de
[2008-01-28 00:02 UTC] johannes@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 11:00:01 2025 UTC |
Description: ------------ Just my ideas for the equivalent of <>. I noticed that it did not have for operator <> with the type comparison. File: ZendEngine2/zend_language_scanner.l - <ST_IN_SCRIPTING>"!==" { + <ST_IN_SCRIPTING>"!=="|"<>=" { return T_IS_NOT_IDENTICAL; } Actual result: -------------- != and <> !== don't have equivalent with "<>"