Home
last modified time | relevance | path

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

/php-src/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-src/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-src/ext/reflection/
H A Dphp_reflection.stub.php34 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 Dphp_reflection_arginfo.h726 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 Dphp_reflection.c3454 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 Dgen_stub.php1229 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