Lines Matching refs:MessageFormatter
23 return new MessageFormatter($l, $s);
31 return MessageFormatter::create($l, $s);
58 $fmt = new MessageFormatter();
72 $fmt = MessageFormatter::create();
79 $fmt = new MessageFormatter('en');
93 $fmt = MessageFormatter::create('en');
111 ArgumentCountError: MessageFormatter::__construct() expects exactly 2 arguments, 0 given in %s on l…
117 ArgumentCountError: MessageFormatter::create() expects exactly 2 arguments, 0 given in %s on line %d
120 ArgumentCountError: MessageFormatter::__construct() expects exactly 2 arguments, 1 given in %s on l…
126 ArgumentCountError: MessageFormatter::create() expects exactly 2 arguments, 1 given in %s on line %d
129 Deprecated: MessageFormatter::__construct(): Passing null to parameter #1 ($locale) of type string …
131 Deprecated: MessageFormatter::__construct(): Passing null to parameter #2 ($pattern) of type string…
136 Deprecated: MessageFormatter::create(): Passing null to parameter #1 ($locale) of type string is de…
138 Deprecated: MessageFormatter::create(): Passing null to parameter #2 ($pattern) of type string is d…
151 TypeError: MessageFormatter::__construct(): Argument #1 ($locale) must be of type string, array giv…
154 TypeError: MessageFormatter::create(): Argument #1 ($locale) must be of type string, array given in…