Home
last modified time | relevance | path

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

/PHP-8.1/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.1/build/
H A Dgen_stub.php770 public function isDestructor(): bool; function
824 public function isDestructor(): bool { function in FunctionName
868 public function isDestructor(): bool { function in MethodName
1253 } elseif ($this->name->isDestructor()) {
2062 if ($funcInfo->name->isDestructor()) {
2073 if (!$funcInfo->name->isConstructor() && !$funcInfo->name->isDestructor()) {
2343 …urnType === null && $docReturnType === null && !$name->isConstructor() && !$name->isDestructor()) {
/PHP-8.1/ext/reflection/
H A Dphp_reflection.stub.php190 public function isDestructor(): bool {} function in ReflectionMethod
H A Dphp_reflection_arginfo.h657 ZEND_METHOD(ReflectionMethod, isDestructor);
916 …ZEND_ME(ReflectionMethod, isDestructor, arginfo_class_ReflectionMethod_isDestructor, ZEND_ACC_PUBL…
H A Dphp_reflection.c3639 ZEND_METHOD(ReflectionMethod, isDestructor) in ZEND_METHOD() argument

Completed in 47 milliseconds