관리-도구
편집 파일: hello.php
<?php /** * Simple hello world script. */ echo "Hello, World!\n"; echo "This is a clean PHP file.\n"; $greeting = 'Welcome'; echo $greeting . " to the scanner test!\n";