Searched refs:isDeprecated (Results 1 – 12 of 12) sorted by relevance
/php-src/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-src/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-src/ext/reflection/ |
H A D | php_reflection.stub.php | 34 public function isDeprecated(): bool {} function in ReflectionFunctionAbstract 624 public function isDeprecated(): bool {} function in ReflectionClassConstant 917 public function isDeprecated(): bool {} function in ReflectionConstant
|
H A D | php_reflection_arginfo.h | 726 ZEND_METHOD(ReflectionFunctionAbstract, isDeprecated); 902 ZEND_METHOD(ReflectionClassConstant, isDeprecated); 985 ZEND_METHOD(ReflectionConstant, isDeprecated); 1000 …ZEND_ME(ReflectionFunctionAbstract, isDeprecated, arginfo_class_ReflectionFunctionAbstract_isDepre… 1208 …ZEND_ME(ReflectionClassConstant, isDeprecated, arginfo_class_ReflectionClassConstant_isDeprecated,… 1353 …ZEND_ME(ReflectionConstant, isDeprecated, arginfo_class_ReflectionConstant_isDeprecated, ZEND_ACC_…
|
H A D | php_reflection.c | 3454 ZEND_METHOD(ReflectionFunctionAbstract, isDeprecated) in ZEND_METHOD() argument 3956 ZEND_METHOD(ReflectionClassConstant, isDeprecated) in ZEND_METHOD() argument 7569 ZEND_METHOD(ReflectionConstant, isDeprecated) in ZEND_METHOD() argument
|
/php-src/build/ |
H A D | gen_stub.php | 1229 public bool $isDeprecated; variable in FuncInfo 1256 bool $isDeprecated, argument 1274 $this->isDeprecated = $isDeprecated; 2546 public bool $isDeprecated; variable in ConstInfo 2563 bool $isDeprecated, argument 2576 $this->isDeprecated = $isDeprecated; 3357 bool $isDeprecated, argument 3377 $this->isDeprecated = $isDeprecated; 4495 $isDeprecated, 4674 $isDeprecated = false; [all …]
|
Completed in 58 milliseconds