Home
last modified time | relevance | path

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

/PHP-8.1/ext/reflection/tests/
H A DReflectionFunction_isDeprecated_basic.phpt2 ReflectionFunction::isDeprecated
10 var_dump($rc->isDeprecated());
/PHP-8.1/build/
H A Dgen_stub.php960 public $isDeprecated; variable in FuncInfo
981 bool $isDeprecated, argument
993 $this->isDeprecated = $isDeprecated;
1215 if ($this->isDeprecated) {
1644 public $isDeprecated; variable in ClassInfo
1673 bool $isDeprecated, argument
1687 $this->isDeprecated = $isDeprecated;
2238 $isDeprecated = false;
2361 $isDeprecated,
2437 $isDeprecated = false;
[all …]
/PHP-8.1/ext/reflection/
H A Dphp_reflection.stub.php34 public function isDeprecated(): bool {} function in ReflectionFunctionAbstract
H A Dphp_reflection_arginfo.h607 ZEND_METHOD(ReflectionFunctionAbstract, isDeprecated);
851 …ZEND_ME(ReflectionFunctionAbstract, isDeprecated, arginfo_class_ReflectionFunctionAbstract_isDepre…
H A Dphp_reflection.c3462 ZEND_METHOD(ReflectionFunctionAbstract, isDeprecated) in ZEND_METHOD() argument

Completed in 39 milliseconds