memory arenas (sort of)
This commit is contained in:
@@ -29,8 +29,12 @@ RENDER()
|
||||
<pre><?
|
||||
print("Worker PID: ", my_pid, "\n");
|
||||
print("Parent PID: ", parent_pid, " \n");
|
||||
print("Output buffer size: ", context->ob->str().length(), " \n");
|
||||
?></pre>
|
||||
<pre><?= (var_dump(p)) ?></pre>
|
||||
<div><?
|
||||
print("Output buffer size: ", context->ob->str().length(), " \n");
|
||||
?></div>
|
||||
</>
|
||||
|
||||
String test;
|
||||
|
||||
Reference in New Issue
Block a user