Home
last modified time | relevance | path

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

/PHP-8.1/build/
H A Dgen_stub.php655 public $sendBy; variable in ArgInfo
665 …public function __construct(string $name, int $sendBy, bool $isVariadic, ?Type $type, ?Type $phpDo… argument
667 $this->sendBy = $sendBy;
675 && $this->sendBy === $other->sendBy
682 switch ($this->sendBy) {
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;
2327 $sendBy,

Completed in 12 milliseconds