Home
last modified time | relevance | path

Searched refs:isDeprecated (Results 1 – 13 of 13) sorted by relevance

/PHP-8.4/ext/reflection/tests/
H A DReflectionConstant_isDeprecated.phpt2 ReflectionConstant::isDeprecated()
9 var_dump($reflectionConstant->isDeprecated());
12 var_dump($reflectionConstant->isDeprecated());
16 var_dump($reflectionConstant->isDeprecated());
20 var_dump($reflectionConstant->isDeprecated());
H A DReflectionMethod_isDeprecated_interface.phpt2 ReflectionMethod::isDeprecated(): Implementing a deprecated interface method.
21 var_dump($r->isDeprecated());
24 var_dump($r->isDeprecated());
H A DReflectionMethod_isDeprecated_parent.phpt2 ReflectionMethod::isDeprecated(): Implementing a deprecated abstract method.
21 var_dump($r->isDeprecated());
24 var_dump($r->isDeprecated());
H A DReflectionFunction_isDeprecated_userland.phpt2 ReflectionClassConstant::isDeprecated() with userland functions.
12 var_dump($r->isDeprecated());
H A DReflectionClassConstant_isDeprecated_userland.phpt2 ReflectionClassConstant::isDeprecated() with userland constants.
13 var_dump($r->isDeprecated());
H A DReflectionFunction_isDeprecated_basic.phpt2 ReflectionFunction::isDeprecated
10 var_dump($rc->isDeprecated());
/PHP-8.4/ext/zend_test/tests/
H A Dclass_constant_deprecated.phpt2 ReflectionClassConstant::isDeprecated()
9 var_dump($r->isDeprecated());
12 var_dump($r->isDeprecated());
H A Dattribute-deprecated.phpt12 var_dump($reflection->isDeprecated());
18 var_dump($reflection->isDeprecated());
/PHP-8.4/ext/reflection/
H A Dphp_reflection.stub.php34 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 Dphp_reflection_arginfo.h718 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 Dphp_reflection.c3565 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 Dgen_stub.php1237 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 DUPGRADING851 . ReflectionClassConstant::isDeprecated() was introduced.

Completed in 106 milliseconds