<?php
error_reporting(-1);


$first = "second";
$second = "third";
print $first;

echo "\n";

print $$first; 