Lines Matching refs:error
62 function error($str, $level = 0) function
144 error("too few variables passed to function");
153 error("{$db[$idx][0]}: expected '$exp' but got '{$db[$idx][1]}' [".($idx+1).']');
157 error("optional var not initialized: {$db[$idx][0]} [".($idx+1).']', 1);
160 error("not optional var is initialized: {$db[$idx][0]} [".($idx+1).']', 2);
180 error("variable not found: '$name'", 3);
223 error("more than one optional separator at char #$i");
227 error("unnecessary optional separator");
235 error("the '/' specifier cannot be applied to '$last_char'");
242 error("the '!' specifier cannot be applied to '$last_char'");
252 error("the '&' specifier cannot be applied to '$last_char'");
255 error("unknown char ('&') at column $i");
263 error("A varargs specifier can only be used once. repeated char at column $i");
270 error("unknown char ('$char') at column $i");
280 error("unknown char ('$char') at column $i");