Searched refs:byRef (Results 1 – 6 of 6) sorted by relevance
/PHP-8.4/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.4/Zend/tests/readonly_props/ |
H A D | readonly_modification.phpt | 17 function byRef(&$ref) {} 52 byRef($test->prop);
|
/PHP-8.4/Zend/tests/property_hooks/ |
H A D | foreach_val_to_ref.phpt | 7 public $byRef {
|
/PHP-8.4/build/ |
H A D | gen_stub.php | 1176 public bool $byRef; variable in ReturnInfo 1182 …public function __construct(bool $byRef, ?Type $type, ?Type $phpDocType, bool $tentativeReturnType… argument 1183 $this->byRef = $byRef; 1189 return $this->byRef === $other->byRef 4288 } else if ($param->byRef) { 4908 $funcInfo->getArgInfoName(), $funcInfo->return->byRef, 4916 $funcInfo->getArgInfoName(), $funcInfo->return->byRef, 4927 $funcInfo->getArgInfoName(), $funcInfo->return->byRef, 4935 $funcInfo->getArgInfoName(), $funcInfo->return->byRef, 4944 $funcInfo->getArgInfoName(), $funcInfo->return->byRef, $funcInfo->numRequiredArgs [all …]
|
Completed in 22 milliseconds