Home
last modified time | relevance | path

Searched refs:isConstructor (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/ext/reflection/tests/
H A DReflectionMethod_constructor_basic.phpt2 ReflectionMethod::isConstructor()
14 var_dump($methodInfo->isConstructor());
20 var_dump($methodInfo->isConstructor());
29 var_dump($methodInfo->isConstructor());
35 var_dump($methodInfo->isConstructor());
H A DReflectionMethod_basic1.phpt99 isConstructor():
128 isConstructor():
157 isConstructor():
186 isConstructor():
215 isConstructor():
244 isConstructor():
273 isConstructor():
302 isConstructor():
331 isConstructor():
360 isConstructor():
[all …]
H A Dbug29828.phpt22 var_dump($r->getMethod('bla')->isConstructor());
/PHP-8.0/build/
H A Dgen_stub.php471 public function isConstructor(): bool; function
522 public function isConstructor(): bool { function in FunctionName
566 public function isConstructor(): bool { function in MethodName
661 …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…
/PHP-8.0/ext/reflection/
H A Dphp_reflection.stub.php176 public function isConstructor() {} function in ReflectionMethod
H A Dphp_reflection_arginfo.h545 ZEND_METHOD(ReflectionMethod, isConstructor);
779 …ZEND_ME(ReflectionMethod, isConstructor, arginfo_class_ReflectionMethod_isConstructor, ZEND_ACC_PU…
H A Dphp_reflection.c3452 ZEND_METHOD(ReflectionMethod, isConstructor) in ZEND_METHOD() argument
/PHP-8.0/
H A DUPGRADING500 . ReflectionMethod::isConstructor() and ReflectionMethod::isDestructor() now

Completed in 83 milliseconds