Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549b8fb commit 93cc188Copy full SHA for 93cc188
README.md
@@ -8,7 +8,7 @@ It doesn't mean they are bugs. It only means you should be aware of them.
8
* [Numeric string comparison](numeric_string_comparison.md)
9
* [0 to string comparison](0_to_string_comparison.md)
10
* [Change boolean constants TRUE/FALSE](change_boolean_constants.md) (Fixed in PHP-7)
11
-* [Overwriting $this when using references](overwriting_this.md)
+* [Overwriting $this when using references](overwriting_this.md) (Fixed ib PHP-7.1)
12
* [Automatic type conversion on array keys](automatic_type_conversion_on_array_keys.md)
13
* [Late constant binding](late_constant_binding.md)
14
* [Reference returning](reference_returning.md)
0 commit comments