A PHP Error was encountered

Severity: Warning

Message: Undefined variable $maxlifetime

Filename: drivers/Session_database_driver.php

Line Number: 344

Backtrace:

File: /home/k4be/public_html_pastebin/application/controllers/Main.php
Line: 63
Function: library

File: /home/k4be/public_html_pastebin/index.php
Line: 284
Function: require_once

uint16_t tab[]; void f(void) { uint16_t y; uint16_t *x; uint16_t tmp; uint8_t *a, *b; x = tab; while(*x) { a = x[1]; b = &x[2]; tmp = 0; for(y = *x; y > 0; y--) { a[tmp] = b[tmp]; tmp++; } x = &b[tmp]; } }