From d7119b01c37cc7c94fe959046a2ec60639e1ae69 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 13 Jul 2018 11:41:10 +0200 Subject: Document why `print` might look like `echo` in logs --- doc/source/config.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/source') 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: - Hook on the return value of user-defined functions - Use extra-convoluted rules for matching, like ``${$A}$$B->${'}[1]``, because if you're writing things like this, odds are that you're doing something wrong anyway. +- Hooks on ``print`` will be logged + (`for now`__) as hooks + on ``echo`` because of how PHP implements its internals. Examples -- cgit v1.3