3v4l.org

run code in 300+ PHP versions simultaneously
<?php $timePeriods = array( 'weekly' => 1, 'fortnightly' => 2, 'fourweekly' => 4, 'bianually' => 26, 'anually' => 52 ); $periods = array_keys($timePeriods); $recordName = 'ni_fortweekly_earning_limit'; $regex = '(' . implode('|', $periods) . ')'; $a = preg_match($regex, $recordName); var_dump($a);

preferences:
36.12 ms | 402 KiB | 5 Q