Adding sample files
This commit is contained in:
		
							
								
								
									
										27
									
								
								index.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								index.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,27 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
/*----------------------------------------------------------------------------------------
 | 
			
		||||
 * Copyright (c) Microsoft Corporation. All rights reserved.
 | 
			
		||||
 * Licensed under the MIT License. See LICENSE in the project root for license information.
 | 
			
		||||
 *---------------------------------------------------------------------------------------*/
 | 
			
		||||
 | 
			
		||||
function sayHello($name) {
 | 
			
		||||
	echo "Hello $name!";
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
?>
 | 
			
		||||
 | 
			
		||||
<html>
 | 
			
		||||
	<head>
 | 
			
		||||
		<title>Visual Studio Code Remote :: PHP</title>
 | 
			
		||||
	</head>
 | 
			
		||||
	<body>
 | 
			
		||||
		<?php 
 | 
			
		||||
		
 | 
			
		||||
		sayHello('remote world');
 | 
			
		||||
			
 | 
			
		||||
		phpinfo(); 
 | 
			
		||||
			
 | 
			
		||||
		?>
 | 
			
		||||
	</body>
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user