Snippets tagged “strict-standards”
3 snippets use this tag.
- Disabling Strict Standards in PHP 5.4PHP
To disable strict standards in PHP 5.4, you can add the following line of code to your PHP script:
- PHP 5 disable strict standards errorPHP
To disable the strict standards error in PHP 5, you can add the following line at the top of your PHP script:
- Strict Standards: Only variables should be assigned by reference PHP 5.4PHP
This error message is indicating that a value is being assigned to a variable by reference, which is not allowed in PHP version 5.4 or later