There is a suching extension to handle (intercepts) implicit (or no) reference.
Ex.: $a = new A(): $b = $a; I want something like __clone(), something like __reference() to be invoked in the second line of the given example. Thanks. -- Mathias Grimm
There is a suching extension to handle (intercepts) implicit (or no) reference.
Ex.: $a = new A(): $b = $a; I want something like __clone(), something like __reference() to be invoked in the second line of the given example. Thanks. -- Mathias Grimm