Searched defs:fallback (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/intl/resourcebundle/ |
H A D | resourcebundle.stub.php | 8 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 D | resourcebundle_class.c | 81 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 D | zend_ini_parser.y | 173 static void zend_ini_get_var(zval *result, zval *name, zval *fallback) in zend_ini_get_var()
|
/php-src/main/ |
H A D | SAPI.h | 127 #define REQUEST_PARSE_BODY_OPTION_GET(name, fallback) \ argument
|
/php-src/ext/intl/ |
H A D | php_intl.stub.php | 546 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 18 milliseconds