0
I’m interested to know what is done when PHP runs a echo
or print
(for example).
I am interested to know what track/path/process it makes at the lowest level of "machine language". How it allocates this in memory, what space it has allocated and etc.
Dude, in the moral, read the interpreter’s code: https://github.com/php/php-src. I don’t think it’s Sopt’s job to give you that kind of mixed knowledge.
– Edgar Muniz Berlinck
It is an option @Edgarmunizberlinck. Vlw. But when I find the said whose program that is listening and spits the result in the terminal, I will post to the guys know. Thanks.
– Rafael Soufraz
See if this is what you are looking for: https://bugs.php.net/bugs-generating-backtrace.php Att. Edgar Sandi
– Edgar R. Sandi
Edgar Muniz, am I asking you to help me explain something? I’m interested in tools like the backtrace that Edgar Sandi posted above. If I was unhappy in my post, I apologize. I will try to be more didactic next time. Vlw man..
– Rafael Soufraz