2015.01.28. 6:04 ezt írta ("François Laupretre" <franc...@tekwire.net>): > > > De : Rowan Collins [mailto:rowan.coll...@gmail.com] > > I would like to propose that the error given for an undefined constant > > should be raised from E_NOTICE, probably to E_RECOVERABLE_ERROR, in > > PHP 7. > > +1 >
I don't like that. Depending if we want to keep the behavior on the long term I would either go with E_WARNING or E_DEPRECATED Turning it into E_RECOVERABLE_ERROR would be for most users just as bad as removing it while we still have to support the behavior so no real gain for us.