<!DOCTYPE html>
<html>
<body>
<?php
$a = array("red", "green", "blue");
$arr = get_defined_vars();
print_r($arr["a"]);
?>
</body>
</html>