Searched refs:resourcebundle_create (Results 1 – 5 of 5) sorted by relevance
38 ZEND_FUNCTION(resourcebundle_create);49 …ZEND_ME_MAPPING(create, resourcebundle_create, arginfo_class_ResourceBundle_create, ZEND_ACC_PUBLI…
160 PHP_FUNCTION( resourcebundle_create ) in PHP_FUNCTION() argument
935 ZEND_FUNCTION(resourcebundle_create);1125 ZEND_FE(resourcebundle_create, arginfo_resourcebundle_create)
542 function resourcebundle_create(?string $locale, ?string $bundle, bool $fallback = true): ?ResourceB… function
414 return resourcebundle_create($locale, $bundle, $fallback);
Completed in 64 milliseconds