E_STRICT is an option in the PHP programming language. If error checking is set to E_STRICT, PHP will follow a more rigid approach to error checking. An application that is E_STRICT compliant follows the rigid rules of E_STRICT. E_STRICT is one of the most rigid error-logging/warning settings available; it was introduced in PHP 5.
| Property | Value |
| p:abstract
| - E_STRICT is an option in the PHP programming language. If error checking is set to E_STRICT, PHP will follow a more rigid approach to error checking. An application that is E_STRICT compliant follows the rigid rules of E_STRICT. E_STRICT is one of the most rigid error-logging/warning settings available; it was introduced in PHP 5. To use this option, a programmer would insert the following line near the beginning of a script: error_reporting(E_STRICT); The error_reporting function replaces all error reporting options, so this line would disable the other . In fact, E_STRICT is most useful in combination with these; and as these are bitmask flags, you must bitwise-OR them together in order to combine them. A more useful line would therefore be error_reporting(E_ALL | E_STRICT); (en)
|
| p:hasPhotoCollection
| |
| rdfs:comment
| - E_STRICT is an option in the PHP programming language. If error checking is set to E_STRICT, PHP will follow a more rigid approach to error checking. An application that is E_STRICT compliant follows the rigid rules of E_STRICT. E_STRICT is one of the most rigid error-logging/warning settings available; it was introduced in PHP 5. (en)
|
| rdfs:label
| |
| owl:sameAs
| |
| skos:subject
| |
| foaf:page
| |