7 lines
		
	
	
		
			174 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			174 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?PHP
 | |
| declare(strict_types = 1);
 | |
| $series_time_role = array (
 | |
|   'premiere' => 'Прем\'єра',
 | |
|   'time_of_presentation' => 'Час проведення виступу',
 | |
| );
 |