call_user_func($callable)에서 지원되지만 $callable()에서는 지원되지 않는 지원 중단된 호출 요소의 사용을 보고합니다.

PHP 8.2부터 다음의 호출 가능 요소는 지원 중단됩니다.

"self::method"
"parent::method"
"static::method"
["self", "method"]
["parent", "method"]
["static", "method"]
["Foo", "Bar::method"]
[new Foo, "Bar::method"]

자세한 정보는 Deprecate partially supported callables (php.net)를 참조하세요.