summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/config.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/config.rst b/doc/source/config.rst
index 0186b4a..1b37071 100644
--- a/doc/source/config.rst
+++ b/doc/source/config.rst
@@ -310,6 +310,9 @@ It's currently not possible to:
310- Hook on the return value of user-defined functions 310- Hook on the return value of user-defined functions
311- Use extra-convoluted rules for matching, like ``${$A}$$B->${'}[1]``, because if you're writing 311- Use extra-convoluted rules for matching, like ``${$A}$$B->${'}[1]``, because if you're writing
312 things like this, odds are that you're doing something wrong anyway. 312 things like this, odds are that you're doing something wrong anyway.
313- Hooks on ``print`` will be logged
314 (`for now<https://github.com/nbs-system/snuffleupagus/issues/190>`__) as hooks
315 on ``echo`` because of how PHP implements its internals.
313 316
314 317
315Examples 318Examples