Home
last modified time | relevance | path

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

/PHP-8.0/build/
H A Dgen_stub.php384 public $sendBy; variable in ArgInfo
394 …public function __construct(string $name, int $sendBy, bool $isVariadic, ?Type $type, ?Type $phpDo… argument
396 $this->sendBy = $sendBy;
405 && $this->sendBy === $other->sendBy
412 switch ($this->sendBy) {
926 if ($arg->sendBy !== ArgInfo::SEND_BY_VAL) {
1143 $sendBy = ArgInfo::SEND_PREFER_REF;
1145 $sendBy = ArgInfo::SEND_BY_REF;
1147 $sendBy = ArgInfo::SEND_BY_VAL;
1178 $sendBy,

Completed in 7 milliseconds