10 lines
		
	
	
		
			No EOL
		
	
	
		
			165 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			No EOL
		
	
	
		
			165 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
if (!function_exists('getallheaders')) {
 | 
						|
    /**
 | 
						|
     * @return array<string, string>
 | 
						|
     */
 | 
						|
    function getallheaders(): array {
 | 
						|
        return [];
 | 
						|
    }
 | 
						|
} |