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
Php migrating5.errorrep Function syntax tag
migrating5.errorrep php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php migrating5.errorrep syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.