Home
last modified time | relevance | path

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

/PHP-5.6/ext/intl/resourcebundle/
H A Dresourcebundle_class.c86 zend_bool fallback = 1; in resourcebundle_ctor() local
94 &locale, &locale_len, &bundlename, &bundlename_len, &fallback ) == FAILURE ) in resourcebundle_ctor()
115 if (fallback) { in resourcebundle_ctor()
123 if (!fallback && (INTL_DATA_ERROR_CODE(rb) == U_USING_FALLBACK_WARNING || in resourcebundle_ctor()
144 ZEND_ARG_INFO( 0, fallback )
169 static void resourcebundle_array_fetch(zval *object, zval *offset, zval *return_value, int fallback in resourcebundle_array_fetch()
205 …if (!fallback && (INTL_DATA_ERROR_CODE(rb) == U_USING_FALLBACK_WARNING || INTL_DATA_ERROR_CODE(rb)… in resourcebundle_array_fetch()
241 ZEND_ARG_INFO( 0, fallback )
251 zend_bool fallback = 1; in ZEND_END_ARG_INFO() local
255 …() TSRMLS_CC, getThis(), "Oz|b", &object, ResourceBundle_ce_ptr, &offset, &fallback ) == FAILURE) { in ZEND_END_ARG_INFO()
[all …]
/PHP-5.6/Zend/tests/
H A Dbug40784.phpt2 Bug #40784 (Case sensivity in constructor's fallback)
/PHP-5.6/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.phpt137 // atoi('abc') = 0, 0 -> fallback to default 3306 -> may or may not fail!
212 …/* NOTE: MySQL does a fallback to the charset suggested during the handshake - no error - no bug! …
/PHP-5.6/ext/pdo_mysql/
H A Dmysql_driver.c187 goto fallback; in mysql_handle_preparer()
217 goto fallback; in mysql_handle_preparer()
247 fallback: in mysql_handle_preparer()
/PHP-5.6/ext/pdo_odbc/tests/
H A Dcommon.phpt46 // on Windows and user didn't set PDOTEST_DSN, try this as a fallback:
/PHP-5.6/ext/intl/tests/
H A Dut_common.inc393 function ut_resourcebundle_create( $locale, $bundle, $fallback=true )
395 …ode'] ? new ResourceBundle($locale, $bundle, $fallback): resourcebundle_create($locale, $bundle, $
/PHP-5.6/ext/intl/
H A Dphp_intl.c390 ZEND_ARG_INFO( 0, fallback )
396 ZEND_ARG_INFO( 0, fallback )
/PHP-5.6/ext/standard/
H A Dconfig.m4507 dnl This is the most probable fallback so we assume yes in case of cross compile.
544 dnl This is the most probable fallback so we assume yes in case of cross compile.
/PHP-5.6/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-5.6/
H A DUPGRADING246 crypto method from the context is used as a fallback if no crypto method is
H A Dltmain.sh67 elif test "X$1" = X--fallback-echo; then
78 if test "X$1" = X--fallback-echo; then
H A DNEWS2468 . Fixed Bug #65315 (session.hash_function silently fallback to default md5)
5753 fallback is disabled). (David Zuelke, Stas)
6750 - Fixed bug #48902 (Timezone database fallback map is outdated). (Derick)
9217 - Fixed bug #40784 (Case sensitivity in constructor's fallback). (Tony)
/PHP-5.6/ext/pcre/pcrelib/
H A DChangeLog2171 other use of FP in PCRE.) If int64_t is not found, the fallback is to

Completed in 81 milliseconds