Home
last modified time | relevance | path

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

/php-src/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-src/ext/reflection/
H A Dphp_reflection.stub.php206 public function isDestructor(): bool {} function in ReflectionMethod
H A Dphp_reflection_arginfo.h779 ZEND_METHOD(ReflectionMethod, isDestructor);
1065 …ZEND_ME(ReflectionMethod, isDestructor, arginfo_class_ReflectionMethod_isDestructor, ZEND_ACC_PUBL…
H A Dphp_reflection.c3626 ZEND_METHOD(ReflectionMethod, isDestructor) in ZEND_METHOD() argument
/php-src/build/
H A Dgen_stub.php1037 public function isDestructor(): bool; function
1103 public function isDestructor(): bool { function in FunctionName
1152 public function isDestructor(): bool { function in MethodName
1701 if (!$this->name->isConstructor() && !$this->name->isDestructor()) {
2072 } elseif ($this->name->isDestructor()) {
4037 if ($funcInfo->name->isDestructor()) {
4048 if (!$funcInfo->name->isConstructor() && !$funcInfo->name->isDestructor()) {
4477 …urnType === null && $docReturnType === null && !$name->isConstructor() && !$name->isDestructor()) {

Completed in 94 milliseconds