--TEST-- ZE2 Late Static Binding using static:: in functions called by non execute() calls and constructors. --FILE-- --EXPECT-- Foo::__construct FooChild::__construct Foo::__destruct FooChild::__destruct Foo::bar FooChild::bar