Home
last modified time | relevance | path

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

/PHP-8.3/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') --
H A DDOMDocument_getElementsByTagName_liveness_xinclude.phpt15 <xi:fallback>
17 </xi:fallback>
H A DDOMNode_isEqualNode.phpt256 <xi:fallback>
258 </xi:fallback>
/PHP-8.3/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.c81 bool fallback = 1; in resourcebundle_ctor() local
89 &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()
171 …oid resourcebundle_array_fetch(zend_object *object, zval *offset, zval *return_value, int fallback) in resourcebundle_array_fetch() argument
208 …if (!fallback && (INTL_DATA_ERROR_CODE(rb) == U_USING_FALLBACK_WARNING || INTL_DATA_ERROR_CODE(rb)… in resourcebundle_array_fetch()
240 bool fallback = 1; in PHP_FUNCTION() local
244 …D_NUM_ARGS(), getThis(), "Oz|b", &object, ResourceBundle_ce_ptr, &offset, &fallback ) == FAILURE) { in PHP_FUNCTION()
248 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.3/ext/standard/tests/crypt/
H A Ddes_fallback_invalid_salt.phpt2 Test DES with invalid fallback
/PHP-8.3/Zend/tests/
H A Ddefined_fn_no_ns_fallback.phpt2 There should be no namespace fallback when using the defined() function
/PHP-8.3/Zend/
H A Dzend_ini_parser.y173 static void zend_ini_get_var(zval *result, zval *name, zval *fallback) in zend_ini_get_var() argument
188 } else if (fallback) { in zend_ini_get_var()
189 …ZVAL_NEW_STR(result, zend_string_init(Z_STRVAL_P(fallback), strlen(Z_STRVAL_P(fallback)), ZEND_SYS… in zend_ini_get_var()
451 …| TC_DOLLAR_CURLY TC_VARNAME TC_FALLBACK fallback '}' { zend_ini_get_var(&$$, &$2, &$4); zend_stri…
455 fallback:
/PHP-8.3/ext/standard/tests/general_functions/
H A Dparse_ini_basic.data147 [variable-fallback]
154 exclamation = ${hi_is_this_undefined:-"no, this is fallback!"}
166 NONEXISTENT:INI:WITH:COLON = ${NONEXISTENT:INI:WITH:COLON:-fallback}
H A Dparse_ini_basic.phpt305 ["variable-fallback"]=>
320 string(21) "no, this is fallback!"
344 string(8) "fallback"
/PHP-8.3/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.3/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.3/ext/pdo_odbc/tests/
H A Dcommon.phpt47 // on Windows and user didn't set PDOTEST_DSN, try this as a fallback:
/PHP-8.3/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.3/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.3/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.3/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.3/ext/mbstring/tests/data/
H A DEmojiSources.txt12 # symbols or sequences. This file does not include best-fit ("fallback")

Completed in 85 milliseconds