Home
last modified time | relevance | path

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

/PHP-8.2/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.2/build/
H A Dgen_stub.php1006 public function isConstructor(): bool; function
1064 public function isConstructor(): bool { function in FunctionName
1110 public function isConstructor(): bool { function in MethodName
1246 …rn !($this->flags & Class_::MODIFIER_STATIC) && $this->isMethod() && !$this->name->isConstructor();
1492 if ($this->name->isConstructor()) {
2966 if ($funcInfo->name->isConstructor()) {
2977 … if ($funcInfo->name->isConstructor() && !($funcInfo->flags & Class_::MODIFIER_PRIVATE)) {
2999 if (!$funcInfo->name->isConstructor() && !$funcInfo->name->isDestructor()) {
3341 …if ($returnType === null && $docReturnType === null && !$name->isConstructor() && !$name->isDestru…
4812 if (!$aliasedFunc->name->isConstructor() && !$aliasFunc->name->isConstructor()) {
/PHP-8.2/ext/reflection/
H A Dphp_reflection.stub.php226 public function isConstructor(): bool {} function in ReflectionMethod
H A Dphp_reflection_arginfo.h664 ZEND_METHOD(ReflectionMethod, isConstructor);
926 …ZEND_ME(ReflectionMethod, isConstructor, arginfo_class_ReflectionMethod_isConstructor, ZEND_ACC_PU…
H A Dphp_reflection.c3666 ZEND_METHOD(ReflectionMethod, isConstructor) in ZEND_METHOD() argument

Completed in 58 milliseconds