Home
last modified time | relevance | path

Searched refs:isPromoted (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/reflection/tests/
H A Dconstructor_promotion.phpt20 var_dump($y->isPromoted());
23 var_dump($z->isPromoted());
28 var_dump($rp->isPromoted());
30 var_dump($rp->isPromoted());
/php-src/ext/reflection/
H A Dphp_reflection.stub.php533 public function isPromoted(): bool {} function in ReflectionProperty
709 public function isPromoted(): bool {} function in ReflectionParameter
H A Dphp_reflection_arginfo.h858 ZEND_METHOD(ReflectionProperty, isPromoted);
910 ZEND_METHOD(ReflectionParameter, isPromoted);
1155 …ZEND_ME(ReflectionProperty, isPromoted, arginfo_class_ReflectionProperty_isPromoted, ZEND_ACC_PUBL…
1217 …ZEND_ME(ReflectionParameter, isPromoted, arginfo_class_ReflectionParameter_isPromoted, ZEND_ACC_PU…
H A Dphp_reflection.c3053 ZEND_METHOD(ReflectionParameter, isPromoted) in ZEND_METHOD() argument
5960 ZEND_METHOD(ReflectionProperty, isPromoted) in ZEND_METHOD() argument
/php-src/build/
H A Dgen_stub.php4417 if ($param->isPromoted()) {

Completed in 64 milliseconds