--TEST-- Bug #40398 (parent and self callback functions erroneously called statically) --FILE-- --EXPECTF-- Deprecated: Callables of the form ["Derived_1", "Base::__construct"] are deprecated in %s on line %d Base::__construct(1) Deprecated: Callables of the form ["Derived_2", "parent::__construct"] are deprecated in %s on line %d Base::__construct(2) Base::__construct(3) Deprecated: Use of "parent" in callables is deprecated in %s on line %d Base::__construct(4) Base::__construct(5) Deprecated: Use of "parent" in callables is deprecated in %s on line %d Base::__construct(6)