3v4l.org

run code in 300+ PHP versions simultaneously
<?php $comment = ' <!--This is a comment. <!--This is a comment. Comments are not displayed in the browser --><!--This is a comment. Comments are not displayed in the browser--> Comments are not displayed in the browser-->'; preg_match_all('/(\<!--\s*.*?((--\>)|$))/imsx', $comment, $matches); var_dump($matches);

preferences:
44.39 ms | 402 KiB | 5 Q