Home
last modified time | relevance | path

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

/PHP-8.3/build/
H A Dgen_stub.php804 class ArgInfo { class
838 public function equals(ArgInfo $other): bool {
1208 /** @var ArgInfo[] */
1219 * @param ArgInfo[] $args
1564 if ($arg->sendBy !== ArgInfo::SEND_BY_VAL) {
3470 $sendBy = ArgInfo::SEND_PREFER_REF;
3472 $sendBy = ArgInfo::SEND_BY_REF;
3474 $sendBy = ArgInfo::SEND_BY_VAL;
3502 $args[] = new ArgInfo(
5065 … function(?ArgInfo $aliasArg, ?ArgInfo $aliasedArg) use ($aliasFunc, $aliasedFunc, &$errors) {

Completed in 31 milliseconds