Home
last modified time | relevance | path

Searched refs:isDestructor (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/reflection/tests/
H A DReflectionMethod_basic1.phpt102 isDestructor():
131 isDestructor():
160 isDestructor():
189 isDestructor():
218 isDestructor():
247 isDestructor():
276 isDestructor():
305 isDestructor():
334 isDestructor():
363 isDestructor():
[all …]
/PHP-8.2/ext/reflection/
H A Dphp_reflection.stub.php210 public function isDestructor(): bool {} function in ReflectionMethod
H A Dphp_reflection_arginfo.h673 ZEND_METHOD(ReflectionMethod, isDestructor);
938 …ZEND_ME(ReflectionMethod, isDestructor, arginfo_class_ReflectionMethod_isDestructor, ZEND_ACC_PUBL…
H A Dphp_reflection.c3665 ZEND_METHOD(ReflectionMethod, isDestructor) in ZEND_METHOD() argument
/PHP-8.2/build/
H A Dgen_stub.php1022 public function isDestructor(): bool; function
1088 public function isDestructor(): bool { function in FunctionName
1137 public function isDestructor(): bool { function in MethodName
1595 if (!$this->name->isConstructor() && !$this->name->isDestructor()) {
1966 } elseif ($this->name->isDestructor()) {
3642 if ($funcInfo->name->isDestructor()) {
3653 if (!$funcInfo->name->isConstructor() && !$funcInfo->name->isDestructor()) {
4015 …urnType === null && $docReturnType === null && !$name->isConstructor() && !$name->isDestructor()) {

Completed in 60 milliseconds