31     protected function setUp(): void
    39     public function testGcd(
string $a, 
string $b, 
string $result): void
    50             [
'1254', 
'5298', 
'6'],
    51             [
'41414124', 
'41414124', 
'41414124']
 
$a
thx to https://mlocati.github.io/php-cs-fixer-configurator for the examples 
 
static getGreatestCommonDivisor($a, $b)
 
testGcd(string $a, string $b, string $result)
gcdData