Lines Matching refs:fmt
8 function err($fmt) {
9 if(!$fmt) {
36 $fmt = new NumberFormatter();
37 err($fmt);
38 $fmt = numfmt_create();
39 err($fmt);
40 $fmt = NumberFormatter::create();
41 err($fmt);
44 $fmt = crt("O", $arg[0], $arg[1]);
45 err($fmt);
46 $fmt = crt("C", $arg[0], $arg[1]);
47 err($fmt);
48 $fmt = crt("P", $arg[0], $arg[1]);
49 err($fmt);