Home
last modified time | relevance | path

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

/PHP-8.2/ext/dom/tests/
H A Dgh14702.phpt13 <fallback/>
21 $fallback = $doc->createElementNS('http://www.w3.org/2001/XInclude', 'xi:fallback');
22 $xi->appendChild($fallback);
23 $child1 = $fallback->appendChild($doc->createElement('fallback-child1'));
24 $child2 = $fallback->appendChild($doc->createElement('fallback-child2'));
35 var_dump($child1, $child2, $fallback, $keep->nodeName);
44 <fallback-child1/><fallback-child2/>
63 <fallback-child1/><fallback-child2/>
H A DDOMDocument_getElementsByTagNameNS_match_any_namespace.phpt15 <xi:fallback>
17 </xi:fallback>
48 test('', 'fallback');
50 test(null, 'fallback');
67 local name: 'fallback', prefix: 'xi'
78 local name: 'fallback', prefix: 'xi'
79 -- getElementsByTagNameNS('', 'fallback') --
80 -- getElementsByTagNameNS(null, 'fallback') --
/PHP-8.2/ext/intl/resourcebundle/
H A Dresourcebundle.stub.php8 public function __construct(?string $locale, ?string $bundle, bool $fallback = true) {} argument
14 …public static function create(?string $locale, ?string $bundle, bool $fallback = true): ?ResourceB… argument
21 public function get($index, bool $fallback = true): mixed {} argument
H A Dresourcebundle_class.c83 bool fallback = 1; in resourcebundle_ctor() local
91 &locale, &locale_len, &bundlename, &bundlename_len, &fallback ) == FAILURE ) in resourcebundle_ctor()
117 if (fallback) { in resourcebundle_ctor()
125 if (!fallback && (INTL_DATA_ERROR_CODE(rb) == U_USING_FALLBACK_WARNING || in resourcebundle_ctor()
173 …oid resourcebundle_array_fetch(zend_object *object, zval *offset, zval *return_value, int fallback) in resourcebundle_array_fetch() argument
210 …if (!fallback && (INTL_DATA_ERROR_CODE(rb) == U_USING_FALLBACK_WARNING || INTL_DATA_ERROR_CODE(rb)… in resourcebundle_array_fetch()
242 bool fallback = 1; in PHP_FUNCTION() local
246 …D_NUM_ARGS(), getThis(), "Oz|b", &object, ResourceBundle_ce_ptr, &offset, &fallback ) == FAILURE) { in PHP_FUNCTION()
250 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")
13 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fallback, _IS_BOOL, 0, "true")
18 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fallback, _IS_BOOL, 0, "true")
/PHP-8.2/ext/standard/tests/crypt/
H A Ddes_fallback_invalid_salt.phpt2 Test DES with invalid fallback
/PHP-8.2/Zend/tests/
H A Ddefined_fn_no_ns_fallback.phpt2 There should be no namespace fallback when using the defined() function
/PHP-8.2/ext/intl/tests/
H A Dgh8115.phpt40 Caught (8192): ResourceBundle::__construct(): Passing null to parameter #3 ($fallback) of type bool…
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.2/ext/soap/tests/
H A Dcustom_content_type.phpt53 * In case of an empty content-type, let's fallback to the default content.
/PHP-8.2/ext/pdo_odbc/tests/
H A Dcommon.phpt47 // on Windows and user didn't set PDOTEST_DSN, try this as a fallback:
/PHP-8.2/ext/pdo_mysql/
H A Dmysql_driver.c192 goto fallback; in mysql_handle_preparer()
223 goto fallback; in mysql_handle_preparer()
249 fallback: in mysql_handle_preparer()
/PHP-8.2/ext/intl/
H A Dphp_intl.stub.php542 function resourcebundle_create(?string $locale, ?string $bundle, bool $fallback = true): ?ResourceB… argument
545 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.2/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt142 // atoi('abc') = 0, 0 -> fallback to default 3306 -> may or may not fail!
218 …/* NOTE: MySQL does a fallback to the charset suggested during the handshake - no error - no bug! …
/PHP-8.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"
895 while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
4107 *'\[$]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.2/ext/mbstring/tests/data/
H A DEmojiSources.txt12 # symbols or sequences. This file does not include best-fit ("fallback")

Completed in 63 milliseconds