/PHP-8.4/ext/reflection/tests/ |
H A D | ReflectionConstant_isDeprecated.phpt | 2 ReflectionConstant::isDeprecated() 9 var_dump($reflectionConstant->isDeprecated()); 12 var_dump($reflectionConstant->isDeprecated()); 16 var_dump($reflectionConstant->isDeprecated()); 20 var_dump($reflectionConstant->isDeprecated());
|
H A D | ReflectionMethod_isDeprecated_interface.phpt | 2 ReflectionMethod::isDeprecated(): Implementing a deprecated interface method. 21 var_dump($r->isDeprecated()); 24 var_dump($r->isDeprecated());
|
H A D | ReflectionMethod_isDeprecated_parent.phpt | 2 ReflectionMethod::isDeprecated(): Implementing a deprecated abstract method. 21 var_dump($r->isDeprecated()); 24 var_dump($r->isDeprecated());
|
H A D | ReflectionFunction_isDeprecated_userland.phpt | 2 ReflectionClassConstant::isDeprecated() with userland functions. 12 var_dump($r->isDeprecated());
|
H A D | ReflectionClassConstant_isDeprecated_userland.phpt | 2 ReflectionClassConstant::isDeprecated() with userland constants. 13 var_dump($r->isDeprecated());
|
H A D | ReflectionFunction_isDeprecated_basic.phpt | 2 ReflectionFunction::isDeprecated 10 var_dump($rc->isDeprecated());
|
/PHP-8.4/ext/zend_test/tests/ |
H A D | class_constant_deprecated.phpt | 2 ReflectionClassConstant::isDeprecated() 9 var_dump($r->isDeprecated()); 12 var_dump($r->isDeprecated());
|
H A D | attribute-deprecated.phpt | 12 var_dump($reflection->isDeprecated()); 18 var_dump($reflection->isDeprecated());
|
/PHP-8.4/ext/reflection/ |
H A D | php_reflection.stub.php | 34 public function isDeprecated(): bool {} function in ReflectionFunctionAbstract 630 public function isDeprecated(): bool {} function in ReflectionClassConstant 923 public function isDeprecated(): bool {} function in ReflectionConstant
|
H A D | php_reflection_arginfo.h | 718 ZEND_METHOD(ReflectionFunctionAbstract, isDeprecated); 894 ZEND_METHOD(ReflectionClassConstant, isDeprecated); 977 ZEND_METHOD(ReflectionConstant, isDeprecated); 989 …ZEND_ME(ReflectionFunctionAbstract, isDeprecated, arginfo_class_ReflectionFunctionAbstract_isDepre… 1197 …ZEND_ME(ReflectionClassConstant, isDeprecated, arginfo_class_ReflectionClassConstant_isDeprecated,… 1342 …ZEND_ME(ReflectionConstant, isDeprecated, arginfo_class_ReflectionConstant_isDeprecated, ZEND_ACC_…
|
H A D | php_reflection.c | 3565 ZEND_METHOD(ReflectionFunctionAbstract, isDeprecated) in ZEND_METHOD() argument 4110 ZEND_METHOD(ReflectionClassConstant, isDeprecated) in ZEND_METHOD() argument 7882 ZEND_METHOD(ReflectionConstant, isDeprecated) in ZEND_METHOD() argument
|
/PHP-8.4/build/ |
H A D | gen_stub.php | 1237 public bool $isDeprecated; variable in FuncInfo 1264 bool $isDeprecated, argument 1282 $this->isDeprecated = $isDeprecated; 2551 public bool $isDeprecated; variable in ConstInfo 2568 bool $isDeprecated, argument 2581 $this->isDeprecated = $isDeprecated; 3218 bool $isDeprecated, argument 3238 $this->isDeprecated = $isDeprecated; 4356 $isDeprecated, 4535 $isDeprecated = false; [all …]
|
/PHP-8.4/ |
H A D | UPGRADING | 851 . ReflectionClassConstant::isDeprecated() was introduced.
|