|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-11-27 16:57 UTC] tony2001@php.net
[2004-11-27 20:10 UTC] per at computer dot org
[2004-11-28 06:47 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 24 00:00:01 2025 UTC |
Description: ------------ Provided that "klop" does not exist, the following code will produce an endless loop: Reproduce code: --------------- <html> <head><title></title></head <body> <?php virtual("klop"); virtual("klop"); ?> </body>