If I have php codes inside an include file, do those codes get parsed by the php-module first before being included in the parent file? Or does everything in the include file get included in the parent file first, then the php-module parses everything all at once?