10 lines
		
	
	
		
			179 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			179 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?PHP
 | |
| declare(strict_types = 1);
 | |
| $object_form_set = array (
 | |
|   'cube' => 'Cube',
 | |
|   'cuboid' => 'Cuboid',
 | |
|   'sphere' => 'Sphere',
 | |
|   'cone' => 'Cone',
 | |
|   'cylinder' => 'Cylinder',
 | |
| );
 |