Home
last modified time | relevance | path

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

/PHP-8.2/build/
H A Dgen_stub.php815 public int $sendBy; variable in ArgInfo
828 int $sendBy, argument
836 $this->sendBy = $sendBy;
845 && $this->sendBy === $other->sendBy
852 switch ($this->sendBy) {
1544 if ($arg->sendBy !== ArgInfo::SEND_BY_VAL) {
3290 $sendBy = ArgInfo::SEND_PREFER_REF;
3292 $sendBy = ArgInfo::SEND_BY_REF;
3294 $sendBy = ArgInfo::SEND_BY_VAL;
3324 $sendBy,

Completed in 18 milliseconds