Searched refs:resourcebundle_create (Results 1 – 5 of 5) sorted by relevance
37 ZEND_FUNCTION(resourcebundle_create);
161 PHP_FUNCTION( resourcebundle_create ) in PHP_FUNCTION() argument
544 function resourcebundle_create(?string $locale, ?string $bundle, bool $fallback = true): ?ResourceB… function
936 ZEND_FUNCTION(resourcebundle_create);1123 ZEND_FE(resourcebundle_create, arginfo_resourcebundle_create)
414 return resourcebundle_create($locale, $bundle, $fallback);
Completed in 17 milliseconds