Home
last modified time | relevance | path

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

/PHP-7.1/ext/reflection/tests/
H A DReflectionMethod_basic1.phpt25 var_dump($methodInfo->isDestructor());
90 isDestructor():
119 isDestructor():
148 isDestructor():
177 isDestructor():
206 isDestructor():
235 isDestructor():
264 isDestructor():
293 isDestructor():
H A DReflectionMethod_006.phpt33 var_dump($rm->isDestructor(1));
70 Warning: ReflectionMethod::isDestructor() expects exactly 0 parameters, 1 given in %s on line %d
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_reflection.phpt51 isDestructor: no
67 isDestructor: no
83 isDestructor: no
99 isDestructor: no
122 isDestructor: no
145 isDestructor: no
168 isDestructor: no
184 isDestructor: no
200 isDestructor: no
223 isDestructor: no
[all …]
H A Dmysqli_class_mysqli_reflection.phpt48 isDestructor: no
106 isDestructor: no
164 isDestructor: no
187 isDestructor: no
217 isDestructor: no
254 isDestructor: no
270 isDestructor: no
286 isDestructor: no
316 isDestructor: no
374 isDestructor: no
[all …]
H A Dmysqli_class_mysqli_warning_reflection.phpt50 isDestructor: no
66 isDestructor: no
82 isDestructor: no
H A Dreflection_tools.inc84 printf("isDestructor: %s\n", ($method->isDestructor()) ? 'yes' : 'no');
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c3582 ZEND_METHOD(reflection_method, isDestructor) in ZEND_METHOD() argument
6471 ZEND_ME(reflection_method, isDestructor, arginfo_reflection__void, 0)

Completed in 25 milliseconds