summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-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