6 lines
83 B
PHP
6 lines
83 B
PHP
<?PHP
|
|
declare(strict_types = 1);
|
|
$units_die_axis_set = array (
|
|
'h' => 'hod.',
|
|
);
|