Location:
PHPKode
>
projects
>
phc
> test/subjects/unsupported/infinite_recursion.php
<?php class X { function __construct () { new X(); } } $x = new X (); ?>
PHPKode Newsletter X is easy to install and configure on the most servers. Try now!
Return current item:
phc