Home
last modified time | relevance | path

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

/PHP-8.4/build/
H A Dgen_stub.php828 class ArgInfo { class
862 public function equals(ArgInfo $other): bool {
1240 /** @var ArgInfo[] */
1254 * @param ArgInfo[] $args
2134 if ($arg->sendBy !== ArgInfo::SEND_BY_VAL) {
4287 $sendBy = ArgInfo::SEND_PREFER_REF;
4289 $sendBy = ArgInfo::SEND_BY_REF;
4291 $sendBy = ArgInfo::SEND_BY_VAL;
4319 $args[] = new ArgInfo(
6176 … function(?ArgInfo $aliasArg, ?ArgInfo $aliasedArg) use ($aliasFunc, $aliasedFunc, &$errors) {

Completed in 22 milliseconds