Home
last modified time | relevance | path

Searched refs:sendBy (Results 1 – 1 of 1) sorted by relevance

/php-src/build/
H A Dgen_stub.php825 public int $sendBy; variable in ArgInfo
838 int $sendBy, argument
846 $this->sendBy = $sendBy;
855 && $this->sendBy === $other->sendBy
862 switch ($this->sendBy) {
2118 if ($arg->sendBy !== ArgInfo::SEND_BY_VAL) {
4224 $sendBy = ArgInfo::SEND_PREFER_REF;
4226 $sendBy = ArgInfo::SEND_BY_REF;
4228 $sendBy = ArgInfo::SEND_BY_VAL;
4258 $sendBy,

Completed in 28 milliseconds