PHP常用代码 taro Posted on Mar 17 2021 PHP 开发 # 开启报错 ```php ini_set("display_errors", "On"); error_reporting(E_ALL | E_STRICT); ``` PHP特性笔记 中关村CTFwriteup