3v4l.org

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

preferences:
40.74 ms | 402 KiB | 5 Q