Home
last modified time | relevance | path

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

/PHP-8.2/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-8.2/ext/reflection/
H A Dphp_reflection.stub.php521 public function isPromoted(): bool {} function in ReflectionProperty
690 public function isPromoted(): bool {} function in ReflectionParameter
H A Dphp_reflection_arginfo.h741 ZEND_METHOD(ReflectionProperty, isPromoted);
784 ZEND_METHOD(ReflectionParameter, isPromoted);
1021 …ZEND_ME(ReflectionProperty, isPromoted, arginfo_class_ReflectionProperty_isPromoted, ZEND_ACC_PUBL…
1076 …ZEND_ME(ReflectionParameter, isPromoted, arginfo_class_ReflectionParameter_isPromoted, ZEND_ACC_PU…
H A Dphp_reflection.c3031 ZEND_METHOD(ReflectionParameter, isPromoted) in ZEND_METHOD() argument
5644 ZEND_METHOD(ReflectionProperty, isPromoted) in ZEND_METHOD() argument

Completed in 35 milliseconds