On Fri, Jun 17, 2016 at 6:47 PM, Christoph Becker <cmbecke...@gmx.de> wrote:
>
>     try {
>         require $fileName;
>     } catch (Error $e) {
>         echo "Oops, maybe deleted? " . $e;
>     }
>     functionDefinedInFileName();

If anyone chooses to write this kind of code, then let them figure out
why their function is not defined. Who are we catering to here?


A.

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

Reply via email to