Re: [PHP-DEV] Inconsistent class behavior and undocumented(?) BC change

2019-12-08 Thread Larry Garfield
On Sun, Dec 8, 2019, at 10:14 AM, Rowan Tommins wrote: > On 08/12/2019 05:03, Mike Schinkel wrote: > > Hi Larry, > > > >> I am not clear on why __construct() is special in this case; > > I believe that is the Liskok substitution principle at work, and that fact > > the principle does not apply to

Re: [PHP-DEV] Inconsistent class behavior and undocumented(?) BC change

2019-12-08 Thread Rowan Tommins
On 08/12/2019 05:03, Mike Schinkel wrote: Hi Larry, I am not clear on why __construct() is special in this case; I believe that is the Liskok substitution principle at work, and that fact the principle does not apply to constructors. For reference: