您的文件语法错误,因此未解释您的文件,因此未更改设置,并且页面空白。
您可以将文件分成两个。
index.php
<?phpini_set("display_errors", "1");error_reporting(E_ALL);include 'error.php';error.php
<?echo('catch this -> ' ;. $thisdoesnotexist);
您的文件语法错误,因此未解释您的文件,因此未更改设置,并且页面空白。
您可以将文件分成两个。
index.php
<?phpini_set("display_errors", "1");error_reporting(E_ALL);include 'error.php';error.php
<?echo('catch this -> ' ;. $thisdoesnotexist);