ID: 31499 User updated by: daniel dot schierbeck at gmail dot com Reported By: daniel dot schierbeck at gmail dot com Status: Open Bug Type: Feature/Change Request PHP Version: 5.0.3 New Comment:
Sooooooo, no comments? Anyone? Previous Comments: ------------------------------------------------------------------------ [2005-01-11 23:21:29] daniel dot schierbeck at gmail dot com Description: ------------ It would be a nice feature if more than one file could be included in a single include call. I've read the manual pages, and it doesn't look like it's possible at the moment. (this of course also goes for include_once, require, and require_once) Reproduce code: --------------- // Today include 'a.php'; include 'b.php'; include 'c.php'; // Tomorrow include 'a.php', 'b.php', 'c.php'; ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31499&edit=1