Community
Participate
Working Groups
With the following code, StackOverflowError will be occured when using PDT. <?php class c3 extends c2 { function function_name() { } } class c2 extends c1 { } class c1 extends c2 { } ?>
Created attachment 184226 [details] log
Created attachment 184227 [details] patch
Applied