Home
last modified time | relevance | path

Searched refs:isAbstract (Results 1 – 14 of 14) sorted by relevance

/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_isAbstract_basic.phpt2 ReflectionClass::isAbstract() method
15 var_dump($testClass->isAbstract());
16 var_dump($abstractClass->isAbstract());
H A DReflectionMethod_basic1.phpt13 var_dump($methodInfo->isAbstract());
72 isAbstract():
101 isAbstract():
130 isAbstract():
159 isAbstract():
188 isAbstract():
217 isAbstract():
246 isAbstract():
275 isAbstract():
H A Dreflectionclass_for_traits.phpt10 var_dump($r->isAbstract());
H A Dbug29828.phpt23 var_dump($r->getMethod('bla')->isAbstract());
H A DReflectionClass_modifiers_001.phpt20 var_dump($rc->isAbstract());
H A DReflectionMethod_006.phpt27 var_dump($rm->isAbstract(1));
52 Warning: ReflectionMethod::isAbstract() expects exactly 0 parameters, 1 given in %s on line %d
H A D001.phpt45 'UMLClass::isAbstract',
H A DReflectionClass_toString_001.phpt240 Method [ <internal:Reflection> public method isAbstract ] {
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_reflection.phpt31 isAbstract: no
40 isAbstract: no
56 isAbstract: no
72 isAbstract: no
88 isAbstract: no
111 isAbstract: no
134 isAbstract: no
157 isAbstract: no
173 isAbstract: no
189 isAbstract: no
[all …]
H A Dmysqli_class_mysqli_reflection.phpt31 isAbstract: no
40 isAbstract: no
98 isAbstract: no
156 isAbstract: no
179 isAbstract: no
209 isAbstract: no
246 isAbstract: no
262 isAbstract: no
278 isAbstract: no
308 isAbstract: no
[all …]
H A Dmysqli_class_mysqli_warning_reflection.phpt30 isAbstract: no
39 isAbstract: no
55 isAbstract: no
71 isAbstract: no
H A Dreflection_tools.inc11 printf("isAbstract: %s\n", ($class->isAbstract()) ? 'yes' : 'no');
78 printf("isAbstract: %s\n", ($method->isAbstract()) ? 'yes' : 'no');
H A Dmysqli_class_mysqli_driver_reflection.phpt30 isAbstract: no
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c3218 ZEND_METHOD(reflection_method, isAbstract) in ZEND_METHOD() argument
4626 ZEND_METHOD(reflection_class, isAbstract) in ZEND_METHOD() argument
6452 ZEND_ME(reflection_method, isAbstract, arginfo_reflection__void, 0)
6576 ZEND_ME(reflection_class, isAbstract, arginfo_reflection__void, 0)

Completed in 32 milliseconds