Re: [PHP-DEV] RFC proposal, deprecate "String conversion" for undefined constants.

2015-03-15 Thread Leigh
On 15 March 2015 at 21:09, Admin Admin wrote: > > I'll need some help with the patch. I took a look at it once, and since my > C skills are abhorant, I found myself scratching my head at all the places > that seem to throw the error message above and what each of them did. So if > there is anyone

[PHP-DEV] RFC proposal, deprecate "String conversion" for undefined constants.

2015-03-15 Thread Admin Admin
first of all https://wiki.php.net/start?do=register seems broken, the form submit just returns to the form. Second of all the crux of my proposal. As many of you know PHP will transform undefined constants into strings. "Assuming" you meant a string in bareword. I think there is a lot of danger