From: [EMAIL PROTECTED] Operating system: Win2000 Pro PHP version: 4.3.0 PHP Bug Type: Documentation problem Bug description: Tilde Equals '~=' operator does not exist.
The documentation lists '~=' along with the other shorthand bitwise operators in the operator precedence list but when I attempt to use it I get parse errors. $var1 ~= $var2; // Komodo and PHP error here. -- Edit bug report at http://bugs.php.net/?id=22150&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=22150&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=22150&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=22150&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=22150&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=22150&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=22150&r=support Expected behavior: http://bugs.php.net/fix.php?id=22150&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=22150&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=22150&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=22150&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22150&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=22150&r=dst IIS Stability: http://bugs.php.net/fix.php?id=22150&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=22150&r=gnused -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php