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('/(\<!--\s*.*?((--\>)|$))/im', $comment, $matches); var_dump($matches);

preferences:
48.28 ms | 402 KiB | 5 Q