Re: [PHP-DEV] [RFC] Binary String Comparison
[email protected] (Sara Golemon)
| Newsgroups | php.internals |
|---|---|
| Message-ID | <CAESVnVr3QJ56Ynu1cN+745fZEkq+Qas=5ecvQcF0jBX7QhdaMg@mail.gmail.com> |
On Sun, Aug 17, 2014 at 12:58 PM, Marc Bennewitz <[email protected]> wrote: > I've created a draft RFC and patch to change the behavior of non-strict > string to string comparison to be binary safe (as the strict comparison > operator does): > > https://wiki.php.net/rfc/binary_string_comparison > If I understand your goal correctly, you seem to want to change a very fundamental (and ancient) behavior of the language even though mechanisms already exist to do what you describe as the "changed behavior". What exactly is wrong with ===, strcmp(), etc..? -Sara