Home
last modified time | relevance | path

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

/PHP-8.1/build/
H A Dgen_stub.php647 class ArgInfo { class
673 public function equals(ArgInfo $other): bool {
963 /** @var ArgInfo[] */
973 * @param ArgInfo[] $args
1307 if ($arg->sendBy !== ArgInfo::SEND_BY_VAL) {
2293 $sendBy = ArgInfo::SEND_PREFER_REF;
2295 $sendBy = ArgInfo::SEND_BY_REF;
2297 $sendBy = ArgInfo::SEND_BY_VAL;
2325 $args[] = new ArgInfo(
3416 … function(?ArgInfo $aliasArg, ?ArgInfo $aliasedArg) use ($aliasFunc, $aliasedFunc, &$errors) {

Completed in 12 milliseconds