--TEST-- ZE2 Constructor precedence --SKIPIF-- --FILE-- --EXPECT-- ### 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"