简单教程
提交运行
代码编辑器:
<?php echo '<p>PHP 基础教程 - 简单教程(www.twle.cn)</p>'; $test=2; if ($test>1) { trigger_error("变量值必须小于等于 1"); }
运行结果: