// TODO: Warn about first-class callable conversion
$expression=$node->children['expr'];
if($this->dim_depth<2){
// Get the function.
// If the function is undefined, always try to create a placeholder from Phan's type signatures for internal functions so they can still be type checked.