foreach ($_SERVER as $key=>$value) { if ( preg_match("/OIDC_/i", $key) ) { echo "$key : $value"; } }