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.php1214 public bool $isDeprecated; variable in FuncInfo
1237 bool $isDeprecated, argument
1253 $this->isDeprecated = $isDeprecated;
2420 public bool $isDeprecated; variable in ConstInfo
2436 bool $isDeprecated, argument
2447 $this->isDeprecated = $isDeprecated;
3014 bool $isDeprecated, argument
3033 $this->isDeprecated = $isDeprecated;
4033 $isDeprecated,
4186 $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.h621 ZEND_METHOD(ReflectionFunctionAbstract, isDeprecated);
871 …ZEND_ME(ReflectionFunctionAbstract, isDeprecated, arginfo_class_ReflectionFunctionAbstract_isDepre…
H A Dphp_reflection.c3488 ZEND_METHOD(ReflectionFunctionAbstract, isDeprecated) in ZEND_METHOD() argument

Completed in 54 milliseconds