--TEST-- Bug #60536 (Traits Segfault) --FILE-- x; } } class Z extends Y { function z() { return ++$this->x; } } $a = new Z(); $a->x(); echo "DONE"; ?> --EXPECTF-- DONE