mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Sample files to test the new FileBlob.extension method
This commit is contained in:
		
							
								
								
									
										34
									
								
								samples/PHP/filenames/.php
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										34
									
								
								samples/PHP/filenames/.php
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,34 @@ | ||||
| #!/usr/bin/env php | ||||
| <? | ||||
| $aMenuLinks = Array( | ||||
| 	Array( | ||||
| 		"Blog",  | ||||
| 		SITE_DIR,  | ||||
| 		Array(),  | ||||
| 		Array(),  | ||||
| 		""  | ||||
| 	), | ||||
| 	Array( | ||||
| 		"Photos",  | ||||
| 		SITE_DIR."photo/",  | ||||
| 		Array(),  | ||||
| 		Array(),  | ||||
| 		""  | ||||
| 	), | ||||
| 	Array( | ||||
| 		"About me",  | ||||
| 		SITE_DIR."about.php",  | ||||
| 		Array(),  | ||||
| 		Array(),  | ||||
| 		""  | ||||
| 	), | ||||
| 	Array( | ||||
| 		"Contact",  | ||||
| 		SITE_DIR."contacts.php",  | ||||
| 		Array(),  | ||||
| 		Array(),  | ||||
| 		""  | ||||
| 	), | ||||
|  | ||||
| ); | ||||
| ?> | ||||
		Reference in New Issue
	
	Block a user