© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
j
stuff ;)
I will take the easy picking of PHP
<?php while (true) echo "1\n";
and for fun
<?php a: echo "1\n"; goto a;
Girish Patil
Full-stack engineer
Cool!! how about this <? while(1) echo "1\n";
<? while(1) echo "1\n";
Girish Patil well yes :) the <? only works if you have short tags enabled and I want the code to work in every std environment but the 1 is a good idea :D thx
Ilgıt Yıldırım
Full-Stack Developer
goto ? run for your lives! Oh and completely agree on not using short tags; me hates'em!
goto
Heithem Moumni you just commented on my response :) you should post it as your own response :)