diff options
| author | jvoisin | 2018-12-01 17:47:34 +0100 |
|---|---|---|
| committer | jvoisin | 2018-12-01 17:47:34 +0100 |
| commit | 765a2a7852606d73ed3852c12fe80219fbca8131 (patch) | |
| tree | 4c50498571fbd5799e56283b3118ec97c74a5c69 /doc | |
| parent | cddd3065a9a6ffc3315366efe1afff5d94efae2b (diff) | |
Improve the documentation wrt. functions hooked by sloppy comparisons
This should close #264
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/features.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/features.rst b/doc/source/features.rst index 4f8edb9..226a257 100644 --- a/doc/source/features.rst +++ b/doc/source/features.rst | |||
| @@ -333,6 +333,12 @@ difficult to get right, Snuffleupagus offers a way to **always** use the | |||
| 333 | for PHP's documentation for more details), so that values with different types | 333 | for PHP's documentation for more details), so that values with different types |
| 334 | will always be treated as being different. | 334 | will always be treated as being different. |
| 335 | 335 | ||
| 336 | Keep in mind that this feature will not only affect the ``==`` operator, | ||
| 337 | but also the `in_array | ||
| 338 | <https://secure.php.net/manual/en/function.in-array.php>`__, `array_search | ||
| 339 | <https://secure.php.net/manual/en/function.array-search.php>`__ and `array_keys | ||
| 340 | <https://secure.php.net/manual/en/function.array-keys.php>`__ functions. | ||
| 341 | |||
| 336 | .. _readonly-exec-feature: | 342 | .. _readonly-exec-feature: |
| 337 | 343 | ||
| 338 | Preventing execution of writable PHP files | 344 | Preventing execution of writable PHP files |
