Edit report at https://bugs.php.net/bug.php?id=52673&edit=1
ID: 52673 Updated by: [email protected] Reported by: blue-tidus159 at hotmail dot com Summary: Freeze if a class namend ArrayList shall be instantiated -Status: Feedback +Status: No Feedback Type: Bug Package: Scripting Engine problem Operating System: Windows 7 x64 PHP Version: 5.3SVN-2010-08-23 (snap) New Comment: No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you. Previous Comments: ------------------------------------------------------------------------ [2010-12-05 14:25:17] [email protected] Please try using this snapshot: http://snaps.php.net/php5.3-latest.tar.gz For Windows: http://windows.php.net/snapshots/ I can't reproduce it. ------------------------------------------------------------------------ [2010-08-23 04:12:39] blue-tidus159 at hotmail dot com Description: ------------ I wanted to instantiate a object of the class ArrayList but did not define a "use ...\ArrayList" and everything hung up. No response was send from the server, neither a error message nor an empty page. Test script: --------------- namespace test; class A{ public function __construct(){ $arr = new ArrayList(); } } ----- namespace test2; class ArrayList{...} ----- namespace test3; $class = new ReflectionClass('A'); $aObj = $class->newInstance(null); Expected result: ---------------- Error, test3\ArrayList was not found Actual result: -------------- Endless loop ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=52673&edit=1
