On 18 February 2015 at 14:40, Lester Caine <[email protected]> wrote: > But my favourite is still > '\143\141\164' == "\143\141\164" which is false, but I doubt many would > know why?
Pretty sure one of the first things PHP devs learn is that single quoted strings only accept \' and \\ as escape sequences. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
