|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2011-09-17 09:12 UTC] nikic@php.net
 
-Status: Open
+Status: Bogus
  [2011-09-17 09:12 UTC] nikic@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 13:00:01 2025 UTC | 
Description: ------------ virtual() loop with null parameter, loop 9 times before it stop Test script: --------------- var_dump('test'); virtual(null); // or virtual(''); Expected result: ---------------- string(4) "test" Warning: virtual(): Unable to include '' - error finding URI Actual result: -------------- string(4) "test" string(4) "test" string(4) "test" string(4) "test" string(4) "test" string(4) "test" string(4) "test" string(4) "test" string(4) "test" string(4) "test" Warning: virtual(): Unable to include '' - error finding URI