Home
last modified time | relevance | path

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

/PHP-8.2/ext/reflection/tests/
H A DReflectionFunction_isDeprecated_basic.phpt2 ReflectionFunction::isDeprecated
10 var_dump($rc->isDeprecated());
/PHP-8.2/build/
H A Dgen_stub.php1191 public bool $isDeprecated; variable in FuncInfo
1210 bool $isDeprecated, argument
1224 $this->isDeprecated = $isDeprecated;
1842 public bool $isDeprecated; variable in ConstInfo
1853 bool $isDeprecated, argument
1862 $this->isDeprecated = $isDeprecated;
2418 bool $isDeprecated, argument
2437 $this->isDeprecated = $isDeprecated;
3359 $isDeprecated,
3494 $isDeprecated = false;
[all …]
/PHP-8.2/ext/reflection/
H A Dphp_reflection.stub.php34 public function isDeprecated(): bool {} function in ReflectionFunctionAbstract
H A Dphp_reflection_arginfo.h614 ZEND_METHOD(ReflectionFunctionAbstract, isDeprecated);
861 …ZEND_ME(ReflectionFunctionAbstract, isDeprecated, arginfo_class_ReflectionFunctionAbstract_isDepre…
H A Dphp_reflection.c3520 ZEND_METHOD(ReflectionFunctionAbstract, isDeprecated) in ZEND_METHOD() argument

Completed in 65 milliseconds