ephp icon indicating copy to clipboard operation
ephp copied to clipboard

Variables storage

Open manuel-rubio opened this issue 8 years ago • 1 comments

The original PHP stores the variables and adds a reference to them so, when an object, array or resource is assigned to a new variable, instead of a clone, it's copied a reference to the real data. In this way, the references are easier to handle internally and the weird behaviour for unset is understood better.

At this moment the implementation for unset is not compatible when we use it with objects because we're not destroying the object.

manuel-rubio avatar May 01 '17 18:05 manuel-rubio

At this moment I think we need to check if ephp_mem is good enough.

manuel-rubio avatar Jul 14 '19 02:07 manuel-rubio