4 thoughts on “Twitter: RT @ndtex: function …

  1. dcl

    There is no break in that loop, the computer will eventually crash or kill PHP or PHP will throw a failed to execute error… It also seems unnecessary to abstract this. Why not just do this:

    $panic = true;

    while ($panic) echo “PANIC!”;

Comments are closed.