intelephense
1.14.41.16.1
lib/stub/standard/standard_5.phplib/stub/standard/standard_5.php+1
Index: package/lib/stub/standard/standard_5.php
===================================================================
--- package/lib/stub/standard/standard_5.php
+++ package/lib/stub/standard/standard_5.php
@@ -335,8 +335,9 @@
* "someClass::someMethod". Note, however, that despite the implication
* that someClass::SomeMethod() is a callable static method, this is not
* the case.
* </p>
+ * @param-out string $callable_name
* @return bool <b>TRUE</b> if $var is callable, <b>FALSE</b>
* otherwise.
*/
function is_callable(mixed $value, bool $syntax_only = false, &$callable_name): bool {}