output buffers

This commit is contained in:
udo
2021-12-09 03:01:10 +00:00
parent 8195154e4c
commit af29d51536
19 changed files with 169 additions and 62 deletions
+3 -3
View File
@@ -29,14 +29,14 @@ RENDER()
t["l"] = context->params;
String j;
echo(j = json_encode(t));
print(j = json_encode(t));
?></pre>
Parsed:
<pre><?
echo(var_dump(
print(var_dump(
json_decode(j)
));
?></pre>
@@ -44,7 +44,7 @@ RENDER()
Compare:
<pre><?
echo(var_dump(
print(var_dump(
t
));
?></pre>