8 lines
		
	
	
		
			203 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			203 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?PHP
 | |
| declare(strict_types = 1);
 | |
| $series_place_role = array (
 | |
|   'place_of_production' => 'Place of production',
 | |
|   'performance_space' => 'Performance space',
 | |
|   'rehearsal_space' => 'Rehearsal space',
 | |
| );
 |