Home
last modified time | relevance | path

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

12

/php-src/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'));
44 <fallback-child1/><fallback-child2/>
51 <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-src/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
17 …public function get(string|int $index, bool $fallback = true): ResourceBundle|array|string|int|nul… argument
H A Dresourcebundle_class.c81 bool fallback = true; in resourcebundle_ctor() local
92 Z_PARAM_BOOL(fallback) in resourcebundle_ctor()
116 if (fallback) { in resourcebundle_ctor()
124 if (!fallback && (INTL_DATA_ERROR_CODE(rb) == U_USING_FALLBACK_WARNING || in resourcebundle_ctor()
174 zval *return_value, bool fallback, uint32_t offset_arg_num) in resource_bundle_array_fetch() argument
223 …if (!fallback && (INTL_DATA_ERROR_CODE(rb) == U_USING_FALLBACK_WARNING || INTL_DATA_ERROR_CODE(rb)… in resource_bundle_array_fetch()
265 bool fallback = true; in PHP_FUNCTION() local
274 Z_PARAM_BOOL(fallback) in PHP_FUNCTION()
277 …dle_array_fetch(resource_bundle, offset_str, offset_long, return_value, fallback, /* arg_num */ 2); in PHP_FUNCTION()
286 bool fallback = true; in PHP_METHOD() local
[all …]
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-src/ext/random/
H A Dzend_utils.c42 goto fallback; in php_random_bytes_insecure_for_zend()
45 fallback: in php_random_bytes_insecure_for_zend()
/php-src/ext/standard/tests/crypt/
H A Ddes_fallback_invalid_salt.phpt2 Test DES with invalid fallback
/php-src/Zend/tests/
H A Ddefined_fn_no_ns_fallback.phpt2 There should be no namespace fallback when using the defined() function
/php-src/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:
H A DZend.m4156 dnl as a fallback since AC_CHECK_FUNC cannot detect macros.
/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_fallback_encoding.phpt2 Dom\HTMLDocument fallback encoding test
/php-src/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-src/main/
H A DSAPI.h127 #define REQUEST_PARSE_BODY_OPTION_GET(name, fallback) \ argument
130 : (fallback))
/php-src/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-src/ext/soap/tests/
H A Dcustom_content_type.phpt53 * In case of an empty content-type, let's fallback to the default content.
/php-src/ext/pdo_odbc/tests/
H A Dcommon.phpt48 // on Windows and user didn't set PDOTEST_DSN, try this as a fallback:
/php-src/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-src/ext/dom/
H A Dhtml_document.c424 goto fallback; in dom_determine_encoding()
428 goto fallback; in dom_determine_encoding()
432 goto fallback; in dom_determine_encoding()
438 fallback: in dom_determine_encoding()
/php-src/ext/intl/
H A Dphp_intl.stub.php546 function resourcebundle_create(?string $locale, ?string $bundle, bool $fallback = true): ?ResourceB… argument
548 function resourcebundle_get(ResourceBundle $bundle, string|int $index, bool $fallback = true): Reso… argument
H A Dphp_intl_arginfo.h635 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fallback, _IS_BOOL, 0, "true")
641 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fallback, _IS_BOOL, 0, "true")
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt139 // 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! …

Completed in 45 milliseconds

12