Your second guess. But you could've tested it easily with two includes 
appending stuff to the same global var.

Bogdan

John Holmes wrote:

>Hi. When I've got code like the following:
> 
>if($this) { include("this.html"); }
>elseif($that) { include("that.html"); }
> 
>When are the includes() evaluated? Does the Zend engine do the includes
>first, pull in all of the code, then process it and produce output. Or
>does the engine start processing the code and only load the includes
>when it gets to them?
> 
>Thanks for any explanations.
> 
>---John Holmes.
>
>  
>




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to