2017 © Pedro Peláez
 

library strict-mode-php

Enable strict error handling in PHP

image

dsv-su/strict-mode-php

Enable strict error handling in PHP

  • Friday, September 11, 2015
  • by pelle
  • Repository
  • 4 Watchers
  • 0 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Strict mode PHP

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., (*1)

Installation

composer require dsv-su/strict-mode-php '~1.0'

Usage

require 'vendor/autoload.php';
echo "$x\n"; // throws ErrorException

The Versions

11/09 2015

dev-master

9999999-dev

Enable strict error handling in PHP

  Sources   Download

MIT

by Per Olofsson

11/09 2015

1.0.1

1.0.1.0

Enable strict error handling in PHP

  Sources   Download

MIT

by Per Olofsson

11/09 2015

1.0.0

1.0.0.0

Enable strict error handling in PHP

  Sources   Download

MIT

by Per Olofsson