Home
last modified time | relevance | path

Searched refs:ResourceBundle (Results 1 – 24 of 24) sorted by relevance

/php-src/ext/intl/resourcebundle/
H A Dresourcebundle_arginfo.h10 …ARG_WITH_TENTATIVE_RETURN_OBJ_INFO_EX(arginfo_class_ResourceBundle_create, 0, 2, ResourceBundle, 1)
16 …TIVE_RETURN_OBJ_TYPE_MASK_EX(arginfo_class_ResourceBundle_get, 0, 1, ResourceBundle, MAY_BE_ARRAY|…
36 ZEND_METHOD(ResourceBundle, __construct);
38 ZEND_METHOD(ResourceBundle, get);
43 ZEND_METHOD(ResourceBundle, getIterator);
46 ZEND_ME(ResourceBundle, __construct, arginfo_class_ResourceBundle___construct, ZEND_ACC_PUBLIC)
48 ZEND_ME(ResourceBundle, get, arginfo_class_ResourceBundle_get, ZEND_ACC_PUBLIC)
53 ZEND_ME(ResourceBundle, getIterator, arginfo_class_ResourceBundle_getIterator, ZEND_ACC_PUBLIC)
H A Dresourcebundle.stub.php6 class ResourceBundle implements IteratorAggregate, Countable class
14 …static function create(?string $locale, ?string $bundle, bool $fallback = true): ?ResourceBundle {}
17 …public function get(string|int $index, bool $fallback = true): ResourceBundle|array|string|int|nul…
H A Dresourcebundle_class.h38 #define RESOURCEBUNDLE_METHOD_INIT_VARS INTL_METHOD_INIT_VARS(ResourceBundle, rb)
H A Dresourcebundle_class.c143 PHP_METHOD( ResourceBundle, __construct ) in PHP_METHOD() argument
284 PHP_METHOD(ResourceBundle , get) in PHP_METHOD() argument
411 PHP_METHOD(ResourceBundle, getIterator) { in PHP_METHOD() argument
/php-src/ext/intl/tests/
H A Dresourcebundle_internal.phpt2 Test ResourceBundle::__construct() with internal ICU bundles
10 $b = new ResourceBundle('de_DE', 'ICUDATA-region');
13 $b = new ResourceBundle('icuver', 'ICUDATA');
16 $b = new ResourceBundle('supplementalData', 'ICUDATA', false);
H A Dresourcebundle_dimension_errors.phpt2 Test ResourceBundle errors with []
10 $r = new ResourceBundle( 'en_US', BUNDLE );
55 Error: Cannot apply [] to ResourceBundle object
56 Error: Cannot use object of type ResourceBundle as array
58 TypeError: Cannot access offset of type float on ResourceBundle
59 TypeError: Cannot access offset of type stdClass on ResourceBundle
H A Dresourcebundle_double_ctor.phpt2 ResourceBundle double construction should not be allowed
9 $r = new ResourceBundle('en_US', BUNDLE);
18 ResourceBundle object is already constructed
H A Dresourcebundle_iterator.phpt2 Test ResourceBundle iterator
10 $r = new ResourceBundle( 'en_US', BUNDLE );
37 ResourceBundle Object
51 ResourceBundle Object
H A Dresourcebundle_create.phpt2 Test ResourceBundle::__construct() - existing/missing bundles/locales
42 ResourceBundle Object
48 ResourceBundle Object
54 ResourceBundle Object
H A Dresourcebundle_null_mandatory_args.phpt2 ResourceBundle constructor bundle accepts NULL for first two arguments
13 $r = new ResourceBundle('en_US', NULL);
18 $r = new ResourceBundle(NULL, NULL);
H A Dresourcebundle_null_mandatory_args_variant_icu72-1.phpt2 ResourceBundle constructor bundle accepts NULL for first two arguments
13 $r = new ResourceBundle('en_US', NULL);
18 $r = new ResourceBundle(NULL, NULL);
H A Dresourcebundle_countable.phpt2 Test ResourceBundle implements Countable
9 $r = new ResourceBundle( 'es', BUNDLE );
H A Dresourcebundle_null_mandatory_args_variant2.phpt2 ResourceBundle constructor bundle accepts NULL for first two arguments
14 $r = new ResourceBundle('en_US', NULL);
19 $r = new ResourceBundle(NULL, NULL);
H A Dresourcebundle_traversable.phpt2 Bug #55610: ResourceBundle does not implement Traversable
9 $r = new ResourceBundle( 'es', BUNDLE );
H A Dresourcebundle_arrayaccess.phpt2 Test ResourceBundle array access and count - existing/missing keys
10 $r = new ResourceBundle( 'en_US', BUNDLE );
H A Dresourcebundle_locales.phpt2 Test ResourceBundle::getLocales
H A Dgh8115.phpt27 new \ResourceBundle(null, null, null);
40 Caught (8192): ResourceBundle::__construct(): Passing null to parameter #3 ($fallback) of type bool…
H A Dresourcebundle.build3 // THIS SCRIPT WILL REBUILD ResourceBundle bundles from source files
H A Dresourcebundle_individual.phpt2 Test ResourceBundle::get() and length() - existing/missing keys
H A Dut_common.inc409 return new ResourceBundle($locale, $bundle, $fallback);
423 … return $GLOBALS['oo-mode'] ? ResourceBundle::getLocales($bundle):resourcebundle_locales($bundle);
/php-src/ext/intl/
H A Dphp_intl.stub.php546 … resourcebundle_create(?string $locale, ?string $bundle, bool $fallback = true): ?ResourceBundle {}
548 function resourcebundle_get(ResourceBundle $bundle, string|int $index, bool $fallback = true): Reso…
550 function resourcebundle_count(ResourceBundle $bundle): int {}
558 function resourcebundle_get_error_code(ResourceBundle $bundle): int {}
560 function resourcebundle_get_error_message(ResourceBundle $bundle): string {}
H A Dphp_intl_arginfo.h632 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_resourcebundle_create, 0, 2, ResourceBundle, 1)
638 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_resourcebundle_get, 0, 2, ResourceBundle, MAY_B…
639 ZEND_ARG_OBJ_INFO(0, bundle, ResourceBundle, 0)
645 ZEND_ARG_OBJ_INFO(0, bundle, ResourceBundle, 0)
655 ZEND_ARG_OBJ_INFO(0, bundle, ResourceBundle, 0)
/php-src/
H A DNEWS539 . resourcebundle_get(), ResourceBundle::get(), and accessing offsets on a
540 ResourceBundle object now throw:
544 . ResourceBundle::get() now has a tentative return type of:
545 ResourceBundle|array|string|int|null
H A DUPGRADING81 . resourcebundle_get(), ResourceBundle::get(), and accessing offsets on a
82 ResourceBundle object now throw:
659 . ResourceBundle::get() now has a tentative return type of:
660 ResourceBundle|array|string|int|null

Completed in 30 milliseconds