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