Home
last modified time | relevance | path

Searched refs:fallback (Results 1 – 16 of 16) sorted by relevance

/PHP-8.0/ext/intl/resourcebundle/
H A Dresourcebundle.stub.php7 public function __construct(?string $locale, ?string $bundle, bool $fallback = true) {} argument
13 public static function create(?string $locale, ?string $bundle, bool $fallback = true) {} argument
20 public function get($index, bool $fallback = true) {} argument
H A Dresourcebundle_class.c83 zend_bool fallback = 1; in resourcebundle_ctor() local
91 &locale, &locale_len, &bundlename, &bundlename_len, &fallback ) == FAILURE ) in resourcebundle_ctor()
112 if (fallback) { in resourcebundle_ctor()
120 if (!fallback && (INTL_DATA_ERROR_CODE(rb) == U_USING_FALLBACK_WARNING || in resourcebundle_ctor()
166 …oid resourcebundle_array_fetch(zend_object *object, zval *offset, zval *return_value, int fallback) in resourcebundle_array_fetch() argument
203 …if (!fallback && (INTL_DATA_ERROR_CODE(rb) == U_USING_FALLBACK_WARNING || INTL_DATA_ERROR_CODE(rb)… in resourcebundle_array_fetch()
235 zend_bool fallback = 1; in PHP_FUNCTION() local
239 …D_NUM_ARGS(), getThis(), "Oz|b", &object, ResourceBundle_ce_ptr, &offset, &fallback ) == FAILURE) { in PHP_FUNCTION()
243 resourcebundle_array_fetch(Z_OBJ_P(object), offset, return_value, fallback); in PHP_FUNCTION()
H A Dresourcebundle_arginfo.h7 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fallback, _IS_BOOL, 0, "true")
14 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fallback, _IS_BOOL, 0, "true")
/PHP-8.0/ext/standard/tests/crypt/
H A Ddes_fallback_invalid_salt.phpt2 Test DES with invalid fallback
/PHP-8.0/Zend/tests/
H A Ddefined_fn_no_ns_fallback.phpt2 There should be no namespace fallback when using the defined() function
/PHP-8.0/ext/soap/tests/
H A Dcustom_content_type.phpt51 * In case of an empty content-type, let's fallback to the default content.
/PHP-8.0/ext/pdo_odbc/tests/
H A Dcommon.phpt46 // on Windows and user didn't set PDOTEST_DSN, try this as a fallback:
/PHP-8.0/ext/pdo_mysql/
H A Dmysql_driver.c192 goto fallback; in mysql_handle_preparer()
224 goto fallback; in mysql_handle_preparer()
250 fallback: in mysql_handle_preparer()
/PHP-8.0/ext/intl/tests/
H A Dut_common.inc405 function ut_resourcebundle_create( $locale, $bundle, $fallback=true )
409 return new ResourceBundle($locale, $bundle, $fallback);
414 return resourcebundle_create($locale, $bundle, $fallback);
/PHP-8.0/ext/intl/
H A Dphp_intl.stub.php350 function resourcebundle_create(?string $locale, ?string $bundle, bool $fallback = true): ?ResourceB… argument
353 function resourcebundle_get(ResourceBundle $bundle, $index, bool $fallback = true): mixed {} argument
H A Dphp_intl_arginfo.h630 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fallback, _IS_BOOL, 0, "true")
636 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fallback, _IS_BOOL, 0, "true")
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt140 // atoi('abc') = 0, 0 -> fallback to default 3306 -> may or may not fail!
216 …/* NOTE: MySQL does a fallback to the charset suggested during the handshake - no error - no bug! …
/PHP-8.0/build/
H A Dlibtool.m4413 X*--fallback-echo)
423 elif test "X[$]1" = X--fallback-echo; then
434 if test "X[$]1" = X--fallback-echo; then
435 # used as fallback echo
516 echo="$CONFIG_SHELL [$]0 --fallback-echo"
521 echo="$CONFIG_SHELL [$]0 --fallback-echo"
551 if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
552 ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
896 while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
4099 *'\[$]0 --fallback-echo"')
[all …]
H A Dltmain.sh67 elif test "X$1" = X--fallback-echo; then
78 if test "X$1" = X--fallback-echo; then
/PHP-8.0/
H A DNEWS1041 . Fixed bug #80718 (ext/standard/dl.c fallback code path with syntax error).
H A DUPGRADING597 . Removed deprecated DES fallback in crypt(). If an unknown salt format is

Completed in 68 milliseconds