Home
last modified time | relevance | path

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

/PHP-8.2/ext/reflection/tests/
H A Dparameters_002.phpt79 isPassedByReference: bool(false)
92 isPassedByReference: bool(false)
105 isPassedByReference: bool(true)
118 isPassedByReference: bool(false)
131 isPassedByReference: bool(false)
144 isPassedByReference: bool(true)
158 isPassedByReference: bool(false)
173 isPassedByReference: bool(false)
186 isPassedByReference: bool(false)
199 isPassedByReference: bool(true)
[all …]
H A DReflectionParameter_002.phpt25 if($parameter->isPassedByReference()) {
40 if($parameter->isPassedByReference()) {
H A DReflectionParameter_canBePassedByValue.phpt12 echo "Is passed by reference: ", $parameter->isPassedByReference()?"yes":"no", "\n";
/PHP-8.2/ext/intl/uchar/tests/
H A Dbug70453.phpt9 var_dump($param->name, $param->isOptional(), $param->isPassedByReference());
/PHP-8.2/ext/reflection/
H A Dphp_reflection.stub.php631 public function isPassedByReference(): bool {} function in ReflectionParameter
H A Dphp_reflection_arginfo.h767 ZEND_METHOD(ReflectionParameter, isPassedByReference);
1059 …ZEND_ME(ReflectionParameter, isPassedByReference, arginfo_class_ReflectionParameter_isPassedByRefe…
H A Dphp_reflection.c2819 ZEND_METHOD(ReflectionParameter, isPassedByReference) in ZEND_METHOD() argument

Completed in 40 milliseconds