?????????? ????????? - ??????????????? - /opt/cpanel/ea-wappspector/vendor/rector/rector/src/NodeAnalyzer/ArgsAnalyzer.php
???????
<?php declare (strict_types=1); namespace Rector\NodeAnalyzer; use PhpParser\Node\Arg; use PhpParser\Node\Identifier; final class ArgsAnalyzer { /** * @param Arg[] $args */ public function hasNamedArg(array $args) : bool { foreach ($args as $arg) { if ($arg->name instanceof Identifier) { return \true; } } return \false; } }
| ver. 1.6 |
Github
|
.
| PHP 8.2.30 | ??????????? ?????????: 0 |
proxy
|
phpinfo
|
???????????