preload_globals.inc 54 B

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