Searched refs:sendBy (Results 1 – 1 of 1) sorted by relevance
834 public int $sendBy; variable in ArgInfo847 int $sendBy, argument855 $this->sendBy = $sendBy;864 && $this->sendBy === $other->sendBy871 switch ($this->sendBy) {2134 if ($arg->sendBy !== ArgInfo::SEND_BY_VAL) {4287 $sendBy = ArgInfo::SEND_PREFER_REF;4289 $sendBy = ArgInfo::SEND_BY_REF;4291 $sendBy = ArgInfo::SEND_BY_VAL;4321 $sendBy,
Completed in 22 milliseconds