summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjvoisin2018-12-01 17:47:34 +0100
committerjvoisin2018-12-01 17:47:34 +0100
commit765a2a7852606d73ed3852c12fe80219fbca8131 (patch)
tree4c50498571fbd5799e56283b3118ec97c74a5c69 /doc
parentcddd3065a9a6ffc3315366efe1afff5d94efae2b (diff)
Improve the documentation wrt. functions hooked by sloppy comparisons
This should close #264
Diffstat (limited to 'doc')
-rw-r--r--doc/source/features.rst6
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
333for PHP's documentation for more details), so that values with different types 333for PHP's documentation for more details), so that values with different types
334will always be treated as being different. 334will always be treated as being different.
335 335
336Keep in mind that this feature will not only affect the ``==`` operator,
337but 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
338Preventing execution of writable PHP files 344Preventing execution of writable PHP files