I'm interested to know what is done when PHP executes a echo
or print
(for example).
I'm interested to know what trail / path / process it does at the lower level of "machine language". How it allocates this in memory, what space it has allocated, and so on.