Переглянути джерело

Closes #606: Add file structure and PHP hello world

Signed-off-by: Marcela Bonell <[email protected]>
Marcela Bonell 10 роки тому
батько
коміт
430a3cf0cc

+ 8 - 0
test/tests/php-hello-world/index.php

@@ -0,0 +1,8 @@
+<html>
+	<head>
+  		<title>PHP Test</title>
+ 	</head>
+ 	<body>
+ 		<?php echo "<p>Hello World</p>"; ?> 
+ 	</body>
+</html>

+ 0 - 0
test/tests/php-hello-world/run.sh