--TEST-- Bug #70478 (**= does no longer work) --FILE-- a **= $this->b; } } $a = new foo; var_dump($a->a); ?> --EXPECT-- int(81)