That's a strategy called
arena allocation or
region-based memory-management, and it doesn't have to be tied to the lifetime of a process or interpreter.
There's nothing special about PHP, which if I understand correctly uses reference-counting with conventional garbage collection to handle reference cycles. As I understand it this strategy is non-competitive in all performance metrics, compared against modern garbage collectors.