Searched refs:byRef (Results 1 – 5 of 5) sorted by relevance
/PHP-8.1/Zend/tests/ |
H A D | gh12102_1.phpt | 9 byRef(func_get_args()[0]); 21 function byRef(&$arg) {
|
H A D | gh12102_3.phpt | 9 byRef(C[0]); 23 function byRef(&$arg) {
|
H A D | gh12102_2.phpt | 10 byRef(getRef()[0]); 26 function byRef(&$arg) {
|
/PHP-8.1/Zend/tests/readonly_props/ |
H A D | readonly_modification.phpt | 17 function byRef(&$ref) {} 52 byRef($test->prop);
|
/PHP-8.1/build/ |
H A D | gen_stub.php | 885 public $byRef; variable in ReturnInfo 895 …public function __construct(bool $byRef, ?Type $type, ?Type $phpDocType, bool $tentativeReturnType… argument 896 $this->byRef = $byRef; 902 return $this->byRef === $other->byRef 2294 } else if ($param->byRef) { 2673 $funcInfo->getArgInfoName(), $funcInfo->return->byRef, 2681 $funcInfo->getArgInfoName(), $funcInfo->return->byRef, 2692 $funcInfo->getArgInfoName(), $funcInfo->return->byRef, 2700 $funcInfo->getArgInfoName(), $funcInfo->return->byRef, 2709 $funcInfo->getArgInfoName(), $funcInfo->return->byRef, $funcInfo->numRequiredArgs
|
Completed in 17 milliseconds