Codice PHP:
<?
$irf
->GET = Array();

while( list(
$k$v) = each($_GET) )
{
    
$irf->GET[''.$k] = $v;
}
echo 
$irf->GET['act'];
?>
Premetto che funziona, ma è scoretto?
La classe irf non esiste (non ho mai scritto class irf { ecc.).