Voting has opened for https://wiki.php.net/rfc/octal.overload-checking

Vote YES to raise a compile time warning when octal values greater
than \377 are used.
Vote NO to continue ignoring the overflow.

Regardless of outcome, the value interpolated into the string will
retain "wrap-around" overflow behavior.  That is, \541 will yield
\141, or 'a'

-Sara

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

Reply via email to