> On 10 Dec 2014, at 19:16, Sara Golemon <poll...@php.net> wrote:
> 
>> A possible compromise might be to let ‘\u’ through but not ‘\u{‘.
>> 
> Still don't like it from the inconsistency with existing escape
> sequence handlers pov, but it'd cover the biggest set of BC issues, so
> I'd be happy with it.

I’ve updated the patches for php-src and the specification to implement this, 
along with their tests, and I’ve also updated the RFC.

Now this won’t error:

    "\"\u202e\""

But this still will:

    "\u{foobar"

I think this is an acceptable compromise.
--
Andrea Faulds
http://ajf.me/





--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to