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
+2 -2
View File
@@ -26,8 +26,8 @@ RENDER()
<li><a href="fileio.uce">File I/O</a></li>
</ul>
<pre><?
echo("Worker PID: "+std::to_string(my_pid)+"\n");
echo("Parent PID: "+std::to_string(parent_pid)+" \n");
print("Worker PID: ", my_pid, "\n");
print("Parent PID: ", parent_pid, " \n");
?></pre>
<pre><?= (var_dump(p)) ?></pre>
</>