Zend certified PHP/Magento developer

I know that PHP script are stored in memory before it’s processed by Zend Engine. How does it work when there’s hundred of PHP file linked with each other?! Does ZE stock all at once or does he stock them when they’re called by one of the file that was already stored?!