Lines Matching refs:NumberFormatter
23 return new NumberFormatter($l, $s);
31 return NumberFormatter::create($l, $s);
53 array("en_US", NumberFormatter::PATTERN_RULEBASED),
57 $fmt = new NumberFormatter();
71 $fmt = NumberFormatter::create();
78 $fmt = new NumberFormatter('en_US', NumberFormatter::DECIMAL);
80 $fmt->__construct('en_US', NumberFormatter::DECIMAL);
98 ArgumentCountError: NumberFormatter::__construct() expects at least 2 arguments, 0 given in %s on l…
104 ArgumentCountError: NumberFormatter::create() expects at least 2 arguments, 0 given in %s on line %d
107 Error: NumberFormatter object is already constructed in %s on line %d
110 Deprecated: NumberFormatter::__construct(): Passing null to parameter #1 ($locale) of type string i…
112 Deprecated: NumberFormatter::__construct(): Passing null to parameter #2 ($style) of type int is de…
114 Deprecated: NumberFormatter::create(): Passing null to parameter #1 ($locale) of type string is dep…
116 Deprecated: NumberFormatter::create(): Passing null to parameter #2 ($style) of type int is depreca…
127 TypeError: NumberFormatter::__construct(): Argument #1 ($locale) must be of type string, array give…
130 TypeError: NumberFormatter::create(): Argument #1 ($locale) must be of type string, array given in …