Home
last modified time | relevance | path

Searched refs:ArgInfo (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/build/
H A Dgen_stub.php809 class ArgInfo { class
843 public function equals(ArgInfo $other): bool {
1194 /** @var ArgInfo[] */
1202 * @param ArgInfo[] $args
1544 if ($arg->sendBy !== ArgInfo::SEND_BY_VAL) {
3290 $sendBy = ArgInfo::SEND_PREFER_REF;
3292 $sendBy = ArgInfo::SEND_BY_REF;
3294 $sendBy = ArgInfo::SEND_BY_VAL;
3322 $args[] = new ArgInfo(
4781 … function(?ArgInfo $aliasArg, ?ArgInfo $aliasedArg) use ($aliasFunc, $aliasedFunc, &$errors) {

Completed in 14 milliseconds