<?php is_callable(mixed $value, bool $syntax_only = false, string &$callable_name = null): bool
<?php public static function wrapCallable($callable) { if (\is_object($callable) || !\is_callable($callable)) { return $callable; }
<?php { $prev = $this->outputStream ?? $this->lineDumper; if (\is_callable($output)) { $this->outputStream = null; $this->lineDumper = $output; } else {