search for in the  
<New Object ModelMigrating from PHP 3 to PHP 4>
Last updated: Thu, 19 May 2005

Error Reporting

As of PHP 5 new error reporting constant E_STRICT was introduced with value 2048. It enables run-time PHP suggestions on your code interoperability and forward compatibility, that will help you to keep latest and greatest suggested method of coding. E.g. STRICT message will warn you on using deprecated functions.

Note: E_ALL does not include E_STRICT so it's not enabled by default



User Contributed Notes
Error Reporting
There are no user contributed notes for this page.

<New Object ModelMigrating from PHP 3 to PHP 4>
 Last updated: Thu, 19 May 2005
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: The Server Pages
Last updated: Thu May 19 17:35:34 2005 CDT