Home
last modified time | relevance | path

Searched defs:fallback (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/intl/resourcebundle/
H A Dresourcebundle.stub.php8 public function __construct(?string $locale, ?string $bundle, bool $fallback = true) {}
14 …public static function create(?string $locale, ?string $bundle, bool $fallback = true): ?ResourceB…
17 …public function get(string|int $index, bool $fallback = true): ResourceBundle|array|string|int|nul…
H A Dresourcebundle_class.c81 bool fallback = true; in resourcebundle_ctor() local
174 zval *return_value, bool fallback, uint32_t offset_arg_num) in resource_bundle_array_fetch()
265 bool fallback = true; in PHP_FUNCTION() local
286 bool fallback = true; in PHP_METHOD() local
/php-src/Zend/
H A Dzend_ini_parser.y173 static void zend_ini_get_var(zval *result, zval *name, zval *fallback) in zend_ini_get_var()
/php-src/main/
H A DSAPI.h127 #define REQUEST_PARSE_BODY_OPTION_GET(name, fallback) \ argument
/php-src/ext/intl/
H A Dphp_intl.stub.php546 function resourcebundle_create(?string $locale, ?string $bundle, bool $fallback = true): ?ResourceB…
548 function resourcebundle_get(ResourceBundle $bundle, string|int $index, bool $fallback = true): Reso…

Completed in 17 milliseconds