Ben Ramsey

Results 26 issues of Ben Ramsey

## Reference * https://tc39.es/ecma402/#segmenter-objects * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter ## Dependencies - [x] #5 - [x] #11 - [x] #12 ## Stub ```php namespace Ecma\Intl { class Segmenter { /** * @param Locale[]|Locale|null...

enhancement

## Reference * https://tc39.es/ecma402/#relativetimeformat-objects * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormat ## Dependencies * [x] #5 * [ ] #19 * [x] #11 * [x] #15 * [x] #12 ## Stub ```php namespace Ecma\Intl {...

enhancement

## Reference * https://tc39.es/ecma402/#pluralrules-objects * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/PluralRules ## Dependencies - [x] #5 - [x] #11 - [x] #12 ## Stub ```php class PluralRules { /** * @param Locale[]|Locale|null $locales */ public...

enhancement

## Reference * https://tc39.es/ecma402/#numberformat-objects * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat ## Dependencies * [x] #5 * [x] #15 * [x] #11 * [x] #10 * [x] #12 ## Stub ```php namespace Ecma\Intl { class...

enhancement

## Reference * https://tc39.es/ecma402/#listformat-objects * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/ListFormat ## Dependencies * [x] #5 * [x] #15 * [x] #11 * [x] #12 ## Stub ```php namespace Ecma\Intl { class ListFormat { /**...

enhancement

## Reference * https://tc39.es/ecma402/#intl-displaynames-objects * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DisplayNames ## Dependencies * [x] #5 * [x] #11 * [x] #15 * [x] #12 ## Stub ```php namespace Ecma\Intl { class DisplayNames { /**...

enhancement

## Reference * https://tc39.es/ecma402/#collator-objects * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Collator ## Dependencies - [x] #7 - [x] #8 - [x] #11 - [x] #12 - [x] #5 ## Stub ```php namespace Ecma\Intl { class...

enhancement

## ecma_intl v1.0.0: port main functionality of ECMA-402 The goal for v1.0.0 is to port the APIs defined in ECMA-402 to PHP. This does not necessarily include APIs that are...

enhancement

## Reference * https://tc39.es/ecma402/#datetimeformat-objects * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat ## Dependencies - [x] #12 - [x] #6 - [x] #15 - [x] #11 - [x] #10 ## Stub ```php namespace Ecma\Intl { class...

enhancement

## Bug report | Question | Answer | ------------| --------------- | Box version | 3.16.0 | PHP version | 8.0.16 | Platform with version | macOS 12.2.1 | Github Repo...