<?php

global $BASE_URL;
function foo() {
  global $x, $y;
}
~~~~~~~~~~
warning:3:1
warning:5:3
