Searched refs:sendBy (Results 1 – 1 of 1) sorted by relevance
384 public $sendBy; variable in ArgInfo394 …public function __construct(string $name, int $sendBy, bool $isVariadic, ?Type $type, ?Type $phpDo… argument396 $this->sendBy = $sendBy;405 && $this->sendBy === $other->sendBy412 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 8 milliseconds