Searched refs:fallback (Results 1 – 15 of 15) sorted by relevance
/PHP-7.2/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 82 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 D | des_fallback_invalid_salt.phpt | 2 Test DES with invalid fallback
|
/PHP-7.2/Zend/tests/ |
H A D | bug40784.phpt | 2 Bug #40784 (Case sensivity in constructor's fallback)
|
/PHP-7.2/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_prepare_load_data.phpt | 64 // The test is about checking the fallback to emulation 87 // mysqlnd will give 2014 as a follow-up of the fallback logic
|
H A D | pdo_mysql___construct.phpt | 140 // 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 D | custom_content_type.phpt | 48 * In case of an empty content-type, let's fallback to the default content.
|
/PHP-7.2/ext/pdo_odbc/tests/ |
H A D | common.phpt | 46 // on Windows and user didn't set PDOTEST_DSN, try this as a fallback:
|
/PHP-7.2/ext/pdo_mysql/ |
H A D | mysql_driver.c | 185 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 D | ut_common.inc | 401 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 D | config.m4 | 45 dnl fallback to old vay, using curl-config
|
/PHP-7.2/ext/intl/ |
H A D | php_intl.c | 384 ZEND_ARG_INFO( 0, fallback ) 390 ZEND_ARG_INFO( 0, fallback )
|
/PHP-7.2/Zend/ |
H A D | Zend.m4 | 565 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 D | libtool.m4 | 413 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 D | ltmain.sh | 67 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 D | ChangeLog | 2357 other use of FP in PCRE.) If int64_t is not found, the fallback is to
|
Completed in 68 milliseconds