Home
last modified time | relevance | path

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

/PHP-8.4/build/
H A Dgen_stub.php834 public int $sendBy; variable in ArgInfo
847 int $sendBy, argument
855 $this->sendBy = $sendBy;
864 && $this->sendBy === $other->sendBy
871 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 24 milliseconds