Home
last modified time | relevance | path

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

/php-src/ext/reflection/tests/
H A DReflectionParameter_canBePassedByValue.phpt2 ReflectionParameter class - canBePassedByValue() method.
13 echo "Can be passed by value: ", $parameter->canBePassedByValue()?"yes":"no", "\n";
/php-src/ext/reflection/
H A Dphp_reflection.stub.php586 public function canBePassedByValue(): bool {} function in ReflectionParameter
H A Dphp_reflection_arginfo.h798 ZEND_METHOD(ReflectionParameter, canBePassedByValue);
1090 …ZEND_ME(ReflectionParameter, canBePassedByValue, arginfo_class_ReflectionParameter_canBePassedByVa…
H A Dphp_reflection.c2836 ZEND_METHOD(ReflectionParameter, canBePassedByValue) in ZEND_METHOD() argument

Completed in 44 milliseconds