Warning: session_start(): open(/var/lib/php/sessions/sess_h7edc3ldpoqruca1fh9djuh4rb, 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
p-exp {
S pat = "$gertrude is $afraid_of $wolves";
S s = "klaus is afraid of wolves";
SS matches = litorderedmap("$gertrude" := "Klaus", "$afraid_of" := "afraid of");
printStruct(matchDollarVarsIC_underscores(pat, s));
print(new NLStringMatcher_dollarVars_underscores().match(pat, s, matches));
printStruct(matches);
}