Home
last modified time | relevance | path

Searched refs:getMethods (Results 1 – 25 of 26) sorted by relevance

12

/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_getMethods_003.phpt2 ReflectionClass::getMethods()
25 var_dump($rc->getMethods(0));
28 var_dump($rc->getMethods($pubFlag));
31 var_dump($rc->getMethods($privFlag));
34 var_dump($rc->getMethods($StaticFlag | $pubFlag));
37 var_dump($rc->getMethods($StaticFlag | $privFlag));
H A Dbug77772.phpt2 Bug #77772: ReflectionClass::getMethods(null) doesn't work
12 foreach ($rc->getMethods(null) as $method) {
H A Dbug64239.phpt2 Bug #64239 (ReflectionClass::getMethods() changed behavior)
17 print_r($obj->getMethods());
H A D001.phpt13 foreach($this->getMethods() as $m)
38 'UMLClass::getMethods',
H A Dbug38465.phpt23 foreach ($clazz->getMethods() as $method) {
36 foreach ($clazz->getMethods() as $method) {
H A Dbug26695.phpt15 $methods = $class->getMethods();
H A Dbug32981.phpt15 foreach ($class->getMethods() as $method)
H A Dbug75186.phpt7 foreach ($rc->getMethods() as $method) {
H A Dbug29828.phpt21 var_dump(count($r->getMethods()));
H A DReflectionClass_getMethods_001.phpt2 ReflectionClass::getMethods()
34 var_dump($rc->getMethods());
H A DReflectionFunction_isGenerator_basic.phpt42 foreach($rc->getMethods() as $m) {
H A D005.phpt43 foreach($r->getMethods() as $m)
H A Dbug47254.phpt22 $m = $R->getMethods();
H A Dclosures_001.phpt12 $rms = $ro->getMethods();
H A DReflectionClass_getModifierNames_basic.phpt39 foreach($obj->getMethods() as $method) {
H A DReflectionMethod_getDocComment_basic.phpt59 $rms = $rc->getMethods();
H A DReflectionMethod_getModifiers_basic.phpt8 $methodArray = $classInfo->getMethods();
H A DReflectionClass_toString_001.phpt137 Method [ <internal:Reflection> public method getMethods ] {
/PHP-7.4/tests/classes/
H A Dinheritance_007.phpt12 var_dump($rc->getMethods());
/PHP-7.4/ext/date/tests/
H A DDateTimeZone_verify.phpt13 $methods = $class->getMethods();
/PHP-7.4/scripts/dev/
H A Dfind_tested.php150 $methods = $reflectionClass->getMethods();
/PHP-7.4/ext/mysqli/tests/
H A Dreflection_tools.inc21 if ($methods = $class->getMethods()) {
/PHP-7.4/ext/phar/phar/
H A Dclicommand.inc118 foreach($r->getMethods() as $m) {
/PHP-7.4/
H A DUPGRADING634 ReflectionClass::getMethods() and ReflectionClass::getProperties(), or test
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c4177 ZEND_METHOD(reflection_class, getMethods) in ZEND_METHOD() argument
6560 ZEND_ME(reflection_class, getMethods, arginfo_reflection_class_getMethods, 0)

Completed in 38 milliseconds

12