On 11.11.2009, at 01:50, Greg Beaver wrote:

if (can_include($file)) {
   include $file;
}


I am sure you focused on the technical aspects. Just wanted to say that for a name "can" is not ideal, because there is no gurantee that the file will not have syntax errors. As such something with "exists" is better (for example include_file_exists(), though also not ideal) .. Stas proposal of a "file_find()" is also good, but I think it would be nice to have "include" in the name.

regards,
Lukas Kahwe Smith
m...@pooteeweet.org




--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to