<?php
echo 'Hello World!';
?>
运行时默认不显示错误信息,要显示错误信息请在头部加上ini_set("display_errors", "On"); ini_set("error_reporting", E_ALL);