Home
last modified time | relevance | path

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

/PHP-5.6/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.phpt25 var_dump($rm->isDestructor(1));
75 Warning: ReflectionMethod::isDestructor() expects exactly 0 parameters, 1 given in %s on line %d
/PHP-5.6/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
138 isDestructor: no
161 isDestructor: no
177 isDestructor: no
193 isDestructor: no
216 isDestructor: no
[all …]
H A Dmysqli_class_mysqli_reflection.phpt48 isDestructor: no
106 isDestructor: no
129 isDestructor: no
159 isDestructor: no
196 isDestructor: no
212 isDestructor: no
228 isDestructor: no
258 isDestructor: no
316 isDestructor: no
339 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-5.6/ext/reflection/
H A Dphp_reflection.c3261 ZEND_METHOD(reflection_method, isDestructor) in ZEND_METHOD() argument
5869 ZEND_ME(reflection_method, isDestructor, arginfo_reflection__void, 0)
/PHP-5.6/
H A DNEWS11544 - Fixed bug #32076 (ReflectionMethod::isDestructor() always return true).

Completed in 86 milliseconds