编辑代码

<?php
    class Index(){
        function _construct(){
            $this->Polar1=&$this->Polar2;
            $this->Light=&$this->Night;
        }
    }
    $a=new Index();
    echo unencode(serialize($a));