3v4l.org

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

preferences:
39.58 ms | 402 KiB | 5 Q