Home
last modified time | relevance | path

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

/PHP-5.3/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.phpt24 var_dump($rm->isConstructor(1));
72 Warning: ReflectionMethod::isConstructor() expects exactly 0 parameters, 1 given in %s on line %d
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_reflection.phpt50 isConstructor: yes
66 isConstructor: yes
82 isConstructor: no
98 isConstructor: no
121 isConstructor: no
137 isConstructor: no
160 isConstructor: no
176 isConstructor: no
192 isConstructor: no
215 isConstructor: no
[all …]
H A Dmysqli_class_mysqli_reflection.phpt49 isConstructor: yes
107 isConstructor: no
130 isConstructor: no
167 isConstructor: no
183 isConstructor: no
199 isConstructor: no
215 isConstructor: no
231 isConstructor: no
289 isConstructor: no
312 isConstructor: no
[all …]
H A Dmysqli_class_mysqli_warning_reflection.phpt49 isConstructor: yes
65 isConstructor: yes
81 isConstructor: no
H A Dreflection_tools.inc83 printf("isConstructor: %s\n", ($method->isConstructor()) ? 'yes' : 'no');
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c2896 ZEND_METHOD(reflection_method, isConstructor) in ZEND_METHOD() argument
5195 ZEND_ME(reflection_method, isConstructor, arginfo_reflection__void, 0)

Completed in 31 milliseconds