anyone has idea if and how is it possible to destroy / change php object which is referenced in many places? unset obviously destroys only one reference, and sometimes tracing all references manually is not an option. Any ideas? Maybe there is something i am missing in Reflection ?
Share
Nice answer Mark, but i’m not sure how this would work:
First Diagram:
Results:
Second Diagram:
Results:
Correct Way:
Results:
Explanation: