7 lines
		
	
	
		
			144 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			144 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?PHP
 | |
| declare(strict_types = 1);
 | |
| $series_time_role = array (
 | |
|   'premiere' => 'Premiere',
 | |
|   'time_of_presentation' => 'Time of presentation',
 | |
| );
 |