Warning: session_start(): open(/var/lib/php/sessions/sess_ehnvm23vm2iu1jn8qikeee39ml, 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
static O[] test_mmo_match_parsedPattern_examples() {
ret litarray(
"a + b", "a and b", true,
"a + b", "b and a", true,
"a + b", "b", false,
"\"+\"", "a + b", true,
"\"+\"", "a - b", false,
quote("c++"), "c++", true,
quote("c++"), "cc++", false,
);
}