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.php229 public function isDestructor(): bool {} function in ReflectionMethod
H A Dphp_reflection_arginfo.h665 ZEND_METHOD(ReflectionMethod, isDestructor);
927 …ZEND_ME(ReflectionMethod, isDestructor, arginfo_class_ReflectionMethod_isDestructor, ZEND_ACC_PUBL…
H A Dphp_reflection.c3683 ZEND_METHOD(ReflectionMethod, isDestructor) in ZEND_METHOD() argument
/PHP-8.2/build/
H A Dgen_stub.php1007 public function isDestructor(): bool; function
1068 public function isDestructor(): bool { function in FunctionName
1114 public function isDestructor(): bool { function in MethodName
1494 } elseif ($this->name->isDestructor()) {
2988 if ($funcInfo->name->isDestructor()) {
2999 if (!$funcInfo->name->isConstructor() && !$funcInfo->name->isDestructor()) {
3341 …urnType === null && $docReturnType === null && !$name->isConstructor() && !$name->isDestructor()) {

Completed in 94 milliseconds