Searched refs:isPromoted (Results 1 – 5 of 5) sorted by relevance
/php-src/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-src/ext/reflection/ |
H A D | php_reflection.stub.php | 531 public function isPromoted(): bool {} function in ReflectionProperty 707 public function isPromoted(): bool {} function in ReflectionParameter
|
H A D | php_reflection_arginfo.h | 873 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 D | php_reflection.c | 2975 ZEND_METHOD(ReflectionParameter, isPromoted) in ZEND_METHOD() argument 5764 ZEND_METHOD(ReflectionProperty, isPromoted) in ZEND_METHOD() argument
|
/php-src/build/ |
H A D | gen_stub.php | 4412 if ($param->isPromoted()) {
|
Completed in 53 milliseconds