Searched refs:isDestructor (Results 1 – 6 of 6) sorted by relevance
102 isDestructor():131 isDestructor():160 isDestructor():189 isDestructor():218 isDestructor():247 isDestructor():276 isDestructor():305 isDestructor():334 isDestructor():363 isDestructor():[all …]
179 public function isDestructor() {} function in ReflectionMethod
546 ZEND_METHOD(ReflectionMethod, isDestructor);780 …ZEND_ME(ReflectionMethod, isDestructor, arginfo_class_ReflectionMethod_isDestructor, ZEND_ACC_PUBL…
3469 ZEND_METHOD(ReflectionMethod, isDestructor) in ZEND_METHOD() argument
472 public function isDestructor(): bool; function526 public function isDestructor(): bool { function in FunctionName570 public function isDestructor(): bool { function in MethodName872 } elseif ($this->name->isDestructor()) {1194 …urnType === null && $docReturnType === null && !$name->isConstructor() && !$name->isDestructor()) {
500 . ReflectionMethod::isConstructor() and ReflectionMethod::isDestructor() now
Completed in 31 milliseconds