First-class callables ----- foo(...); A::foo(...); ----- !!php7 foo(...); $this->foo(...); A::foo(...);