1<?php
2
3function get_x() {
4    return $GLOBALS["x"];
5}
6