Home
last modified time | relevance | path

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

/PHP-8.0/ext/reflection/tests/
H A DReflectionFunction_isDeprecated_basic.phpt2 ReflectionFunction::isDeprecated
10 var_dump($rc->isDeprecated());
/PHP-8.0/build/
H A Dgen_stub.php611 public $isDeprecated; variable in FuncInfo
629 bool $isDeprecated, argument
641 $this->isDeprecated = $isDeprecated;
781 if ($this->alias && $this->isDeprecated) {
795 if ($this->isDeprecated) {
834 if ($this->isDeprecated) {
1094 $isDeprecated = false;
1117 $isDeprecated = true;
1210 $isDeprecated,
/PHP-8.0/ext/reflection/
H A Dphp_reflection.stub.php31 public function isDeprecated() {} function in ReflectionFunctionAbstract
H A Dphp_reflection_arginfo.h499 ZEND_METHOD(ReflectionFunctionAbstract, isDeprecated);
718 …ZEND_ME(ReflectionFunctionAbstract, isDeprecated, arginfo_class_ReflectionFunctionAbstract_isDepre…
H A Dphp_reflection.c3335 ZEND_METHOD(ReflectionFunctionAbstract, isDeprecated) in ZEND_METHOD() argument

Completed in 30 milliseconds