Warning: session_start(): open(/var/lib/php/sessions/sess_sovvqcr0uc7316060cv3l31mvq, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!7
sS input1 = [[
My name is Hans
I am a 34 year old man
I used to work in a garage
]];
sS expected1 = [[
Hans is a 34 year old man
Hans has 3 fathers and 2 mothers
Hans used to work in a garage
]];
cmodule RecordSelfDescription > DynPrintLogAndEnabled {
start-thread {
for (S s : tlft(input1))
print(switcheroo_iToHe(s));
}
}