Sintaxis llamable de primera clase - PHP 8.1

$foo = $this->foo(...);

$fn = strlen(...);
Puzzled Puffin