<?php
function foo() {
    global $this;
    var_dump($this);
}
foo();
?>