3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sms = "Not sure why it sent twice :/ hmmm lets hope I didn't put a bug in the code :( trying again :* <3"; while(strlen($sms) > 160) { echo "Here"; $short = substr($sms,0,159); echo "Send SMS Long"; $sms = str_replace($short,'',$sms); } if(strlen($sms) > 0) { echo "Send SMS Short"; } ?>

preferences:
36.6 ms | 402 KiB | 5 Q