Searched refs:isPromoted (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/reflection/tests/ |
H A D | constructor_promotion.phpt | 20 var_dump($y->isPromoted()); 23 var_dump($z->isPromoted()); 28 var_dump($rp->isPromoted()); 30 var_dump($rp->isPromoted());
|
/PHP-8.0/ext/reflection/ |
H A D | php_reflection.stub.php | 409 public function isPromoted(): bool {} function in ReflectionProperty 548 public function isPromoted(): bool {} function in ReflectionParameter
|
H A D | php_reflection_arginfo.h | 618 ZEND_METHOD(ReflectionProperty, isPromoted); 659 ZEND_METHOD(ReflectionParameter, isPromoted); 870 …ZEND_ME(ReflectionProperty, isPromoted, arginfo_class_ReflectionProperty_isPromoted, ZEND_ACC_PUBL… 923 …ZEND_ME(ReflectionParameter, isPromoted, arginfo_class_ReflectionParameter_isPromoted, ZEND_ACC_PU…
|
H A D | php_reflection.c | 2869 ZEND_METHOD(ReflectionParameter, isPromoted) in ZEND_METHOD() argument 5330 ZEND_METHOD(ReflectionProperty, isPromoted) in ZEND_METHOD() argument
|
Completed in 27 milliseconds