mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-09 07:26:29 +02:00
Another shot at formatting
Sorry guys no local copy and going for the speed-fix.
This commit is contained in:
@@ -28,9 +28,9 @@ use either `-1` or `E_ALL | E_STRICT`.
|
||||
|
||||
**Reporting Every Possibly Error by PHP Version**
|
||||
|
||||
* < 5.3 `-1` or `E_ALL`
|
||||
* 5.3 `-1` or `E_ALL | E_STRICT`
|
||||
* > 5.3 `-1` or `E_ALL`
|
||||
* < 5.3 `-1` or `E_ALL`
|
||||
* 5.3 `-1` or `E_ALL | E_STRICT`
|
||||
* > 5.3 `-1` or `E_ALL`
|
||||
|
||||
### Production
|
||||
|
||||
|
Reference in New Issue
Block a user