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.php653 public function canBePassedByValue(): bool {} function in ReflectionParameter
H A Dphp_reflection_arginfo.h894 ZEND_METHOD(ReflectionParameter, canBePassedByValue);
1201 …ZEND_ME(ReflectionParameter, canBePassedByValue, arginfo_class_ReflectionParameter_canBePassedByVa…
H A Dphp_reflection.c2856 ZEND_METHOD(ReflectionParameter, canBePassedByValue) in ZEND_METHOD() argument

Completed in 46 milliseconds