1First-class callables
2-----
3<?php
4foo(...);
5$this->foo(...);
6A::foo(...);
7-----
8foo(...);
9$this->foo(...);
10A::foo(...);