Searched refs:isDeprecated (Results 1 – 5 of 5) sorted by relevance
2 ReflectionFunction::isDeprecated10 var_dump($rc->isDeprecated());
611 public $isDeprecated; variable in FuncInfo629 bool $isDeprecated, argument641 $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,
31 public function isDeprecated() {} function in ReflectionFunctionAbstract
499 ZEND_METHOD(ReflectionFunctionAbstract, isDeprecated);718 …ZEND_ME(ReflectionFunctionAbstract, isDeprecated, arginfo_class_ReflectionFunctionAbstract_isDepre…
3335 ZEND_METHOD(ReflectionFunctionAbstract, isDeprecated) in ZEND_METHOD() argument
Completed in 29 milliseconds