3v4l.org

run code in 300+ PHP versions simultaneously
<?php 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:
46.83 ms | 402 KiB | 5 Q