<?php

${M_PI} = 100500;

foreach($GLOBALS as $key=>$value) {
    if($key > 0) {
        echo '${' . $key . '} == ' . ${$key} . PHP_EOL;
    }
}