Another shot at formatting

Sorry guys no local copy and going for the speed-fix.
This commit is contained in:
Phil Sturgeon
2012-10-23 16:03:38 -03:00
parent 8feb9338ac
commit 6e97c680e0

View File

@@ -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`
* &lt; 5.3 `-1` or `E_ALL`
* &nbsp; 5.3 `-1` or `E_ALL | E_STRICT`
* &gt; 5.3 `-1` or `E_ALL`
### Production