Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
That's a "I'm bored" infinite loop... Not even an exit condition!?
It gets better.... If not just crash life... That should give something... -
dotPy59257y@mmcorreia yes im bored infinitely through out my life and the only exit if anyone stopped the program which is death
Jk, im just really bored right now -
olback109817yJust found out that division by 0/NULL creates a infinite loop in PHP.
I think I'm using 7.2.3, can't remember. -
gitlog62067ySo... Nothing with your life?
Considering that code will never have an output as PHP code is completely evaluated first and then js and HTML are implemented. -
dotPy59257y@VTCoder exactly my friend, you’re pointing out my life is an endless loop and nothing i do will ever be change the value of my existence.
Jk, im just really bored right now -
Dude. Thats an infinite loop that is created by yourself and you know it at some point it will crash.
So to avoid that add an exit and add go to or travel commands or jump into something interesting.
Or just its Monday blues.
<rant>
<p>
<?php
while (1) {
echo “Im Bored”;
}
?>
</p>
</rant>
rant
bored in php