Searched refs:sendBy (Results 1 – 1 of 1) sorted by relevance
826 public int $sendBy; variable in ArgInfo839 int $sendBy, argument847 $this->sendBy = $sendBy;856 && $this->sendBy === $other->sendBy863 switch ($this->sendBy) {2129 if ($arg->sendBy !== ArgInfo::SEND_BY_VAL) {4426 $sendBy = ArgInfo::SEND_PREFER_REF;4428 $sendBy = ArgInfo::SEND_BY_REF;4430 $sendBy = ArgInfo::SEND_BY_VAL;4460 $sendBy,
Completed in 18 milliseconds