Searched refs:sendBy (Results 1 – 1 of 1) sorted by relevance
815 public int $sendBy; variable in ArgInfo828 int $sendBy, argument836 $this->sendBy = $sendBy;845 && $this->sendBy === $other->sendBy852 switch ($this->sendBy) {1544 if ($arg->sendBy !== ArgInfo::SEND_BY_VAL) {3290 $sendBy = ArgInfo::SEND_PREFER_REF;3292 $sendBy = ArgInfo::SEND_BY_REF;3294 $sendBy = ArgInfo::SEND_BY_VAL;3324 $sendBy,
Completed in 14 milliseconds