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
626 public function isDeprecated(): bool {} function in ReflectionClassConstant
919 public function isDeprecated(): bool {} function in ReflectionConstant
H A Dphp_reflection_arginfo.h712 ZEND_METHOD(ReflectionFunctionAbstract, isDeprecated);
887 ZEND_METHOD(ReflectionClassConstant, isDeprecated);
970 ZEND_METHOD(ReflectionConstant, isDeprecated);
982 …ZEND_ME(ReflectionFunctionAbstract, isDeprecated, arginfo_class_ReflectionFunctionAbstract_isDepre…
1189 …ZEND_ME(ReflectionClassConstant, isDeprecated, arginfo_class_ReflectionClassConstant_isDeprecated,…
1334 …ZEND_ME(ReflectionConstant, isDeprecated, arginfo_class_ReflectionConstant_isDeprecated, ZEND_ACC_…
H A Dphp_reflection.c3548 ZEND_METHOD(ReflectionFunctionAbstract, isDeprecated) in ZEND_METHOD() argument
4093 ZEND_METHOD(ReflectionClassConstant, isDeprecated) in ZEND_METHOD() argument
7822 ZEND_METHOD(ReflectionConstant, isDeprecated) in ZEND_METHOD() argument
/php-src/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;
3362 bool $isDeprecated, argument
3382 $this->isDeprecated = $isDeprecated;
4500 $isDeprecated,
4679 $isDeprecated = false;
[all …]

Completed in 61 milliseconds