Home
last modified time | relevance | path

Searched refs:isConstructor (Results 1 – 11 of 11) sorted by relevance

/PHP-7.4/ext/reflection/tests/
H A Dbug30148.phpt2 Reflection Bug #30148 (ReflectionMethod->isConstructor() fails for inherited classes)
22 var_dump($a->isConstructor());
23 var_dump($b->isConstructor());
24 var_dump($c->isConstructor());
25 var_dump($d->isConstructor());
26 var_dump($e->isConstructor());
H A DReflectionMethod_constructor_basic.phpt2 ReflectionMethod::isConstructor()
14 var_dump($methodInfo->isConstructor());
20 var_dump($methodInfo->isConstructor());
29 var_dump($methodInfo->isConstructor());
35 var_dump($methodInfo->isConstructor());
44 var_dump($methodInfo->isConstructor());
50 var_dump($methodInfo->isConstructor());
63 var_dump($methodInfo->isConstructor());
67 var_dump($methodInfo->isConstructor());
80 var_dump($methodInfo->isConstructor());
[all …]
H A DReflectionMethod_basic1.phpt23 var_dump($methodInfo->isConstructor());
87 isConstructor():
116 isConstructor():
145 isConstructor():
174 isConstructor():
203 isConstructor():
232 isConstructor():
261 isConstructor():
290 isConstructor():
H A Dbug29828.phpt22 var_dump($r->getMethod('bla')->isConstructor());
H A DReflectionMethod_006.phpt32 var_dump($rm->isConstructor(1));
67 Warning: ReflectionMethod::isConstructor() expects exactly 0 parameters, 1 given in %s on line %d
/PHP-7.4/Zend/tests/traits/
H A Dnoctor001.phpt17 var_dump($rfoofoo->isConstructor());
20 var_dump($rbarfoo->isConstructor());
23 var_dump($rbarbar->isConstructor());
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_reflection.phpt45 isConstructor: yes
61 isConstructor: yes
77 isConstructor: no
93 isConstructor: no
116 isConstructor: no
139 isConstructor: no
162 isConstructor: no
178 isConstructor: no
194 isConstructor: no
217 isConstructor: no
[all …]
H A Dmysqli_class_mysqli_reflection.phpt45 isConstructor: yes
103 isConstructor: yes
161 isConstructor: no
184 isConstructor: no
214 isConstructor: no
251 isConstructor: no
267 isConstructor: no
283 isConstructor: no
313 isConstructor: no
371 isConstructor: no
[all …]
H A Dmysqli_class_mysqli_warning_reflection.phpt44 isConstructor: yes
60 isConstructor: yes
76 isConstructor: no
H A Dreflection_tools.inc83 printf("isConstructor: %s\n", ($method->isConstructor()) ? 'yes' : 'no');
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c3389 ZEND_METHOD(reflection_method, isConstructor) in ZEND_METHOD() argument
6455 ZEND_ME(reflection_method, isConstructor, arginfo_reflection__void, 0)

Completed in 29 milliseconds