Home
last modified time | relevance | path

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

/PHP-7.2/ext/intl/resourcebundle/
H A Dresourcebundle_class.c82 zend_bool fallback = 1; in resourcebundle_ctor() local
91 &locale, &locale_len, &bundlename, &bundlename_len, &fallback ) == FAILURE ) in resourcebundle_ctor()
111 if (fallback) { in resourcebundle_ctor()
119 if (!fallback && (INTL_DATA_ERROR_CODE(rb) == U_USING_FALLBACK_WARNING || in resourcebundle_ctor()
141 ZEND_ARG_INFO( 0, fallback )
177 static void resourcebundle_array_fetch(zval *object, zval *offset, zval *return_value, int fallback) in resourcebundle_array_fetch() argument
213 …if (!fallback && (INTL_DATA_ERROR_CODE(rb) == U_USING_FALLBACK_WARNING || INTL_DATA_ERROR_CODE(rb)… in resourcebundle_array_fetch()
245 ZEND_ARG_INFO( 0, fallback )
255 zend_bool fallback = 1; in ZEND_END_ARG_INFO() local
259 …D_NUM_ARGS(), getThis(), "Oz|b", &object, ResourceBundle_ce_ptr, &offset, &fallback ) == FAILURE) { in ZEND_END_ARG_INFO()
[all …]
/PHP-7.2/ext/standard/tests/crypt/
H A Ddes_fallback_invalid_salt.phpt2 Test DES with invalid fallback
/PHP-7.2/Zend/tests/
H A Dbug40784.phpt2 Bug #40784 (Case sensivity in constructor's fallback)
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_load_data.phpt64 // The test is about checking the fallback to emulation
87 // mysqlnd will give 2014 as a follow-up of the fallback logic
H A Dpdo_mysql___construct.phpt140 // atoi('abc') = 0, 0 -> fallback to default 3306 -> may or may not fail!
215 …/* NOTE: MySQL does a fallback to the charset suggested during the handshake - no error - no bug! …
/PHP-7.2/ext/soap/tests/
H A Dcustom_content_type.phpt48 * In case of an empty content-type, let's fallback to the default content.
/PHP-7.2/ext/pdo_odbc/tests/
H A Dcommon.phpt46 // on Windows and user didn't set PDOTEST_DSN, try this as a fallback:
/PHP-7.2/ext/pdo_mysql/
H A Dmysql_driver.c185 goto fallback; in mysql_handle_preparer()
215 goto fallback; in mysql_handle_preparer()
245 fallback: in mysql_handle_preparer()
/PHP-7.2/ext/intl/tests/
H A Dut_common.inc401 function ut_resourcebundle_create( $locale, $bundle, $fallback=true )
405 return new ResourceBundle($locale, $bundle, $fallback);
410 return resourcebundle_create($locale, $bundle, $fallback);
/PHP-7.2/ext/curl/
H A Dconfig.m445 dnl fallback to old vay, using curl-config
/PHP-7.2/ext/intl/
H A Dphp_intl.c384 ZEND_ARG_INFO( 0, fallback )
390 ZEND_ARG_INFO( 0, fallback )
/PHP-7.2/Zend/
H A DZend.m4565 dnl This is the most probable fallback so we assume yes in case of cross compile.
602 dnl This is the most probable fallback so we assume yes in case of cross compile.
/PHP-7.2/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` \
4102 *'\[$]0 --fallback-echo"')
[all …]
/PHP-7.2/
H A Dltmain.sh67 elif test "X$1" = X--fallback-echo; then
78 if test "X$1" = X--fallback-echo; then
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog2357 other use of FP in PCRE.) If int64_t is not found, the fallback is to

Completed in 68 milliseconds