Home
last modified time | relevance | path

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

/PHP-8.3/ext/reflection/tests/
H A DReflectionFunction_isDeprecated_basic.phpt2 ReflectionFunction::isDeprecated
10 var_dump($rc->isDeprecated());
/PHP-8.3/build/
H A Dgen_stub.php1205 public bool $isDeprecated; variable in FuncInfo
1227 bool $isDeprecated, argument
1242 $this->isDeprecated = $isDeprecated;
1973 public bool $isDeprecated; variable in ConstInfo
1988 bool $isDeprecated, argument
1998 $this->isDeprecated = $isDeprecated;
2543 bool $isDeprecated, argument
2562 $this->isDeprecated = $isDeprecated;
3539 $isDeprecated,
3687 $isDeprecated = false;
[all …]
/PHP-8.3/ext/reflection/
H A Dphp_reflection.stub.php34 public function isDeprecated(): bool {} function in ReflectionFunctionAbstract
H A Dphp_reflection_arginfo.h621 ZEND_METHOD(ReflectionFunctionAbstract, isDeprecated);
871 …ZEND_ME(ReflectionFunctionAbstract, isDeprecated, arginfo_class_ReflectionFunctionAbstract_isDepre…
H A Dphp_reflection.c3479 ZEND_METHOD(ReflectionFunctionAbstract, isDeprecated) in ZEND_METHOD() argument

Completed in 60 milliseconds