Searched refs:isConstructor (Results 1 – 7 of 7) 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());
1036 public function isConstructor(): bool; function1099 public function isConstructor(): bool { function in FunctionName1148 public function isConstructor(): bool { function in MethodName1303 … return !($this->flags & Modifiers::STATIC) && $this->isMethod() && !$this->name->isConstructor();1701 if (!$this->name->isConstructor() && !$this->name->isDestructor()) {2070 if ($this->name->isConstructor()) {4015 if ($funcInfo->name->isConstructor()) {4026 if ($funcInfo->name->isConstructor() && !($funcInfo->flags & Modifiers::PRIVATE)) {4048 if (!$funcInfo->name->isConstructor() && !$funcInfo->name->isDestructor()) {4477 …if ($returnType === null && $docReturnType === null && !$name->isConstructor() && !$name->isDestru…[all …]
203 public function isConstructor(): bool {} function in ReflectionMethod
778 ZEND_METHOD(ReflectionMethod, isConstructor);1064 …ZEND_ME(ReflectionMethod, isConstructor, arginfo_class_ReflectionMethod_isConstructor, ZEND_ACC_PU…
3611 ZEND_METHOD(ReflectionMethod, isConstructor) in ZEND_METHOD() argument
Completed in 57 milliseconds