Warning: session_start(): open(/var/lib/php/sessions/sess_fo22hi6vla34bshvskdqti4cna, 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 cmodule SomeRewriters > DynPrintLog { start-thread { func1("Love Baby Yoda, you must"); func1("Use the force you must!"); func1("Pay attention you must."); } // example input: "Love Baby Yoda, you must" void func1(S s) { S pat = "$base_vp, you must"; SS map = flexMatchDollarVarsIC_first(pat, s); if (map == null) ret; emit(replaceVars_optRound(pat, map)); emit(replaceVars_optRound("You must $base_vp", map)); } }