Re: [PHP-DEV] Re: Proposal for RFC to remove undefined array indexwarning when used ina ternary

2022-02-27 Thread Robert Landers
On Sun, Feb 27, 2022 at 12:10 AM Mark Randall wrote: > On 26/02/2022 22:34, Robert Landers wrote: > > This is not semantically the same though. A $_POST of a form, for > example, > > will usually contain an empty value if the form input was empty, but > > missing if the form control wasn't in

Re: [PHP-DEV] Re: Proposal for RFC to remove undefined array indexwarning when used ina ternary

2022-02-26 Thread Mark Randall
On 26/02/2022 22:34, Robert Landers wrote: This is not semantically the same though. A $_POST of a form, for example, will usually contain an empty value if the form input was empty, but missing if the form control wasn't in the form (maybe the form control is injected via Javascript, or