Searched refs:isConstructor (Results 1 – 8 of 8) sorted by relevance
2 ReflectionMethod::isConstructor()14 var_dump($methodInfo->isConstructor());20 var_dump($methodInfo->isConstructor());29 var_dump($methodInfo->isConstructor());35 var_dump($methodInfo->isConstructor());
99 isConstructor():128 isConstructor():157 isConstructor():186 isConstructor():215 isConstructor():244 isConstructor():273 isConstructor():302 isConstructor():331 isConstructor():360 isConstructor():[all …]
22 var_dump($r->getMethod('bla')->isConstructor());
471 public function isConstructor(): bool; function522 public function isConstructor(): bool { function in FunctionName566 public function isConstructor(): bool { function in MethodName661 …rn !($this->flags & Class_::MODIFIER_STATIC) && $this->isMethod() && !$this->name->isConstructor();870 if ($this->name->isConstructor()) {1194 …if ($returnType === null && $docReturnType === null && !$name->isConstructor() && !$name->isDestru…
176 public function isConstructor() {} function in ReflectionMethod
545 ZEND_METHOD(ReflectionMethod, isConstructor);779 …ZEND_ME(ReflectionMethod, isConstructor, arginfo_class_ReflectionMethod_isConstructor, ZEND_ACC_PU…
3452 ZEND_METHOD(ReflectionMethod, isConstructor) in ZEND_METHOD() argument
500 . ReflectionMethod::isConstructor() and ReflectionMethod::isDestructor() now
Completed in 39 milliseconds