summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/config.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/config.rst b/doc/source/config.rst
index 104515b..4159abe 100644
--- a/doc/source/config.rst
+++ b/doc/source/config.rst
@@ -334,8 +334,8 @@ Limitations
334It's currently not possible to: 334It's currently not possible to:
335 335
336- Hook every `language construct <https://secure.php.net/manual/en/reserved.keywords.php>`__, 336- Hook every `language construct <https://secure.php.net/manual/en/reserved.keywords.php>`__,
337 because each of them requires a specific implementation. 337 because each of them requires a specific implementation. It's also not
338- Hook on the return value of user-defined functions 338 possible to hook them via regular expression.
339- Use extra-convoluted rules for matching, like ``${$A}$$B->${'}[1]``, because if you're writing 339- Use extra-convoluted rules for matching, like ``${$A}$$B->${'}[1]``, because if you're writing
340 things like this, odds are that you're doing something wrong anyway. 340 things like this, odds are that you're doing something wrong anyway.
341- Hooks on ``echo`` and on ``print`` are equivalent: there is no way to hook one 341- Hooks on ``echo`` and on ``print`` are equivalent: there is no way to hook one