--TEST-- ZE2 Constructor precedence --FILE-- --EXPECTF-- Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Base_php4 has a deprecated constructor in %s on line %d Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Child_php4 has a deprecated constructor in %s on line %d Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Child_mx2 has a deprecated constructor in %s on line %d ### PHP 4 style string(17) "Child constructor" string(16) "Base constructor" ### PHP 5 style string(17) "Child constructor" string(16) "Base constructor" ### Mixed style 1 string(17) "Child constructor" string(16) "Base constructor" ### Mixed style 2 string(17) "Child constructor" string(16) "Base constructor"