Searched refs:isDeprecated (Results 1 – 5 of 5) sorted by relevance
2 ReflectionFunction::isDeprecated10 var_dump($rc->isDeprecated());
1191 public bool $isDeprecated; variable in FuncInfo1210 bool $isDeprecated, argument1224 $this->isDeprecated = $isDeprecated;1842 public bool $isDeprecated; variable in ConstInfo1853 bool $isDeprecated, argument1862 $this->isDeprecated = $isDeprecated;2418 bool $isDeprecated, argument2437 $this->isDeprecated = $isDeprecated;3359 $isDeprecated,3494 $isDeprecated = false;[all …]
34 public function isDeprecated(): bool {} function in ReflectionFunctionAbstract
614 ZEND_METHOD(ReflectionFunctionAbstract, isDeprecated);861 …ZEND_ME(ReflectionFunctionAbstract, isDeprecated, arginfo_class_ReflectionFunctionAbstract_isDepre…
3520 ZEND_METHOD(ReflectionFunctionAbstract, isDeprecated) in ZEND_METHOD() argument
Completed in 43 milliseconds