|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-06-20 20:34 UTC] jim at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 07 15:00:01 2025 UTC |
The following code causes a parser error: require(some_obj.php3) for ($i = 0; $i < 10; $i++) { $an_obj[$i] = new some_obj_t; $an_obj[$i]->init(); } Failure would look like: Fatal error: Call to unsupported or undefined function init() in /usr/apache/htdocs/halfstats/half_stats.php3 on line 5 This failure happens when $i > 0. Application of failure discovery at: http://sparcy.remotepoint.com/halfstats/half_stats.php3 & http://sparcy.remotepoint.com/halfstats/half_stats.phps Hope this is something new! Jordan Husney jordanh@remotepoint.com