<?php declare(ticks=1); register_tick_function(function() { echo " tick \n"; }); class foo { function bar() { for($i = 0; $i < 10; $i++) { echo $i; } } } $A = new foo(); $A->bar();
You have javascript disabled. You will not be able to edit any code.