3v4l.org

run code in 300+ PHP versions simultaneously
<?php $redirect= '/lejebolig/*.html'; $url = 'lejebolig/1.html'; if (fnmatch($redirect, $url) || fnmatch(rtrim($redirect, '/'), $url)) { echo '111'; }

preferences:
38.1 ms | 402 KiB | 5 Q