diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2014-10-24 14:18:02 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2014-10-24 14:18:02 +0200 |
commit | 87c055e95e034f872da05d78dfc5191ba6cc771e (patch) | |
tree | 0d0c7fcebed922669af801486a6b78310acf336c | |
parent | 9053b8a4d4a4ea0d59e2300f7a6b29b6cbcdcad5 (diff) | |
download | php-git-87c055e95e034f872da05d78dfc5191ba6cc771e.tar.gz |
Add note about <eval> tag for errors in xml.md
-rw-r--r-- | xml.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -462,6 +462,7 @@ ev - eval()uates some code - output wrapped in <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 -- |