Home
last modified time | relevance | path

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

/PHP-8.4/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.4/ext/reflection/
H A Dphp_reflection.stub.php212 public function isDestructor(): bool {} function in ReflectionMethod
H A Dphp_reflection_arginfo.h771 ZEND_METHOD(ReflectionMethod, isDestructor);
1054 …ZEND_ME(ReflectionMethod, isDestructor, arginfo_class_ReflectionMethod_isDestructor, ZEND_ACC_PUBL…
H A Dphp_reflection.c3753 ZEND_METHOD(ReflectionMethod, isDestructor) in ZEND_METHOD() argument
/PHP-8.4/build/
H A Dgen_stub.php1045 public function isDestructor(): bool; function
1111 public function isDestructor(): bool { function in FunctionName
1160 public function isDestructor(): bool { function in MethodName
1706 if (!$this->name->isConstructor() && !$this->name->isDestructor()) {
2077 } elseif ($this->name->isDestructor()) {
3898 if ($funcInfo->name->isDestructor()) {
3909 if (!$funcInfo->name->isConstructor() && !$funcInfo->name->isDestructor()) {
4338 …urnType === null && $docReturnType === null && !$name->isConstructor() && !$name->isDestructor()) {

Completed in 75 milliseconds