Lines Matching refs:fmt
8 function err($fmt) {
9 if(!$fmt) {
47 $fmt = new NumberFormatter();
50 $fmt = null;
52 err($fmt);
53 $fmt = numfmt_create();
54 err($fmt);
55 $fmt = NumberFormatter::create();
56 err($fmt);
59 $fmt = crt("O", $arg[0], $arg[1]);
60 err($fmt);
61 $fmt = crt("C", $arg[0], $arg[1]);
62 err($fmt);
63 $fmt = crt("P", $arg[0], $arg[1]);
64 err($fmt);