> I know this is kinda silly.  but, if I have the following, will the file
> only be included when the case is matched or does require always bring in
> the file regarless?
>
> case blah:
>     require('include.php');
>     do something....
> break;

Pretty sure it depends on whether your file system is case-sensitive. If
you're on Windows, it's not; it Unix, it is.

Dean.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to