10 lines
		
	
	
		
			215 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			215 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?PHP
 | ||
| declare(strict_types = 1);
 | ||
| $object_form_set = array (
 | ||
|   'cube' => 'Куб',
 | ||
|   'cuboid' => 'Кубоподібний',
 | ||
|   'sphere' => 'Сфера',
 | ||
|   'cone' => 'Конус',
 | ||
|   'cylinder' => 'Циліндр',
 | ||
| );
 |