Home
last modified time | relevance | path

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

/php-src/build/
H A Dgen_stub.php826 public int $sendBy; variable in ArgInfo
839 int $sendBy, argument
847 $this->sendBy = $sendBy;
856 && $this->sendBy === $other->sendBy
863 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 30 milliseconds