summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2014-10-24 14:18:02 +0200
committerBob Weinand <bobwei9@hotmail.com>2014-10-24 14:18:02 +0200
commit87c055e95e034f872da05d78dfc5191ba6cc771e (patch)
tree0d0c7fcebed922669af801486a6b78310acf336c
parent9053b8a4d4a4ea0d59e2300f7a6b29b6cbcdcad5 (diff)
downloadphp-git-87c055e95e034f872da05d78dfc5191ba6cc771e.tar.gz
Add note about <eval> tag for errors in xml.md
-rw-r--r--xml.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/xml.md b/xml.md
index 9d3b83f826..0556fb2415 100644
--- a/xml.md
+++ b/xml.md
@@ -462,6 +462,7 @@ ev
- eval()uates some code
- output wrapped in &lt;eval> tags
- output is here first a dump of xml tags (see "Variable Dump" section), then a dump wrapped in <stream> tags
+- if there's an error, the tag will be <eval>, instead of the usual <php> tag
sh
--