Home
last modified time | relevance | path

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

/PHP-8.3/build/
H A Dgen_stub.php810 public int $sendBy; variable in ArgInfo
823 int $sendBy, argument
831 $this->sendBy = $sendBy;
840 && $this->sendBy === $other->sendBy
847 switch ($this->sendBy) {
1564 if ($arg->sendBy !== ArgInfo::SEND_BY_VAL) {
3470 $sendBy = ArgInfo::SEND_PREFER_REF;
3472 $sendBy = ArgInfo::SEND_BY_REF;
3474 $sendBy = ArgInfo::SEND_BY_VAL;
3504 $sendBy,

Completed in 15 milliseconds