Snippets tagged “deprecation-warning”
1 snippet uses this tag.
- How to add property to object in PHP >= 5.3 strict mode without generating errorPHP
In PHP >= 5.3, you can use the Object::$strictProperties property to enable or disable strict property checking for an object.