On Sat, Jul 22, 2017 at 12:32 AM, Jan Ehrhardt <php...@ehrhardt.nl> wrote:
> Your example issues an E_STRICT warning, in both PHP 7.2 nts x64 and PHP > 7.1 nts x64, so it must be caused by something else. Are you sure you are even running PHP 7? This type of code hasn't issued an E_STRICT since PHP 5. See: https://github.com/php/php-src/blob/PHP-7.2/Zend/zend_inheritance.c#L619-L623 -Rasmus