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.php531 public function isPromoted(): bool {} function in ReflectionProperty
707 public function isPromoted(): bool {} function in ReflectionParameter
H A Dphp_reflection_arginfo.h873 ZEND_METHOD(ReflectionProperty, isPromoted);
925 ZEND_METHOD(ReflectionParameter, isPromoted);
1174 …ZEND_ME(ReflectionProperty, isPromoted, arginfo_class_ReflectionProperty_isPromoted, ZEND_ACC_PUBL…
1236 …ZEND_ME(ReflectionParameter, isPromoted, arginfo_class_ReflectionParameter_isPromoted, ZEND_ACC_PU…
H A Dphp_reflection.c2975 ZEND_METHOD(ReflectionParameter, isPromoted) in ZEND_METHOD() argument
5764 ZEND_METHOD(ReflectionProperty, isPromoted) in ZEND_METHOD() argument
/php-src/build/
H A Dgen_stub.php4412 if ($param->isPromoted()) {

Completed in 53 milliseconds