3v4l.org

run code in 300+ PHP versions simultaneously
<?php $regex = 'test.'; // match print preg_match('/^'.$regex.'$/i', 'tests') ? 'match' : 'nomatch'; print PHP_EOL; // nomatch print preg_match('/^'.preg_quote($regex).'$/i', 'tests') ? 'match' : 'nomatch'; print PHP_EOL; // nomatch print preg_match('/^\Q'.$regex.'\E$/i', 'tests') ? 'match' : 'nomatch'; print PHP_EOL; ?>

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
167.83 ms | 1462 KiB | 10 Q