Searched refs:sendBy (Results 1 – 1 of 1) sorted by relevance
655 public $sendBy; variable in ArgInfo665 …public function __construct(string $name, int $sendBy, bool $isVariadic, ?Type $type, ?Type $phpDo… argument667 $this->sendBy = $sendBy;675 && $this->sendBy === $other->sendBy682 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 11 milliseconds