mirror of
				https://git.tt-rss.org/fox/tt-rss.git
				synced 2025-11-03 21:31:04 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			120 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			120 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
interface Logger_Adapter {
 | 
						|
   function log_error(int $errno, string $errstr, string $file, int $line, $context);
 | 
						|
} |