3v4l.org

run code in 300+ PHP versions simultaneously
<?php $currentproduct = "Big fat Vest"; $groupID = array("Vest", "Snapback", "Sock", "Cap", "Top", "Tee", "T-Shirt"); if (strpos($groupID, $currentproduct) !== false) { $_customGroupID = "68"; } else { $_customGroupID = "89"; } echo "group id is " . $_customGroupID; ?>

preferences:
45.96 ms | 402 KiB | 5 Q