having 'strlen' or [$obj, 'method'] used as callable, generate a lambda think of it as: fn($s) => strlen($s) or function(...$args) use($obj) { return $obj->method(...$args); }
source not stored for this graph (policy: none)
no test coverage detected