dsv-su/strict-mode-php
最新稳定版本:1.0.1
Composer 安装命令:
composer require dsv-su/strict-mode-php
包简介
Enable strict error handling in PHP
README 文档
README
This is a tiny library that enables strict error handling in PHP;
i.e., it enables all errors (E_ALL) and throws an ErrorException
for every error. It uses Composer's autoload facility to always load.
Installation
composer require dsv-su/strict-mode-php '~1.0'
Usage
require 'vendor/autoload.php'; echo "$x\n"; // throws ErrorException
统计信息
- 总下载量: 63
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-09-11