Birisi ben şimdi php5 port çalışıyorum aşağıdaki php4 kodu yazdı:
the class is Foo (name changed to protect the guilty). In one of the methods, we'll call it save() the class apparently is reset like this:
$this = new Foo($this->Foo_Id);
Yani şu hatayla sonuçlanır:
( ! ) Fatal error: Cannot re-assign $this in ...
Benim fikrim bu şekilde bunu düzeltmek olacaktır, ama aynı olmayabilir endişe duyuyorum:
$this->Foo($this->Foo_Id);
Ben sınıfı içerecek PHP, artık ayrıştırma / ölümcül hata atmak değil, ama dediğim gibi, ben php4 yapı olarak aynı şeyi başarmak için gidiyorum?