3v4l.org

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

preferences:
39.27 ms | 402 KiB | 5 Q