RENDER() { DTree t; <>

UCE Test: File Append

File Append:
get["cmd"] == "clear")
				file_put_contents("/tmp/test.txt", "");

			file_append("/tmp/test.txt", context->server->request_count, "\thello world\t", 2, "\t", time(), "\t", microtime(), "\n");

			print(file_get_contents("/tmp/test.txt"));

		?>
Params
params) ?>
}