call("count_vowels", "this is an example"); $json = json_decode(pack('C*', ...$output)); echo "Vowels counted = " . $json->{'count'} . PHP_EOL;