Ancora meglio:

codice:
foreach( $GLOBALS as $variabile => $valore ){
    echo $variabile, ': ', var_export($$variabile, true), '
';
}