/PHP-8.4/ext/dom/tests/ |
H A D | gh14702.phpt | 13 <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 D | DOMDocument_getElementsByTagNameNS_match_any_namespace.phpt | 15 <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 D | DOMDocument_getElementsByTagName_liveness_xinclude.phpt | 15 <xi:fallback> 17 </xi:fallback>
|
H A D | DOMNode_isEqualNode.phpt | 256 <xi:fallback> 258 </xi:fallback>
|
/PHP-8.4/ext/intl/resourcebundle/ |
H A D | resourcebundle.stub.php | 8 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 D | resourcebundle_class.c | 81 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 D | resourcebundle_arginfo.h | 7 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.4/ext/random/ |
H A D | zend_utils.c | 42 goto fallback; in php_random_bytes_insecure_for_zend() 45 fallback: in php_random_bytes_insecure_for_zend()
|
/PHP-8.4/ext/standard/tests/crypt/ |
H A D | des_fallback_invalid_salt.phpt | 2 Test DES with invalid fallback
|
/PHP-8.4/Zend/tests/ |
H A D | defined_fn_no_ns_fallback.phpt | 2 There should be no namespace fallback when using the defined() function
|
/PHP-8.4/Zend/ |
H A D | zend_ini_parser.y | 173 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.4/ext/dom/tests/modern/html/encoding/ |
H A D | HTMLDocument_fallback_encoding.phpt | 2 Dom\HTMLDocument fallback encoding test
|
/PHP-8.4/ext/standard/tests/general_functions/ |
H A D | parse_ini_basic.data | 147 [variable-fallback] 154 exclamation = ${hi_is_this_undefined:-"no, this is fallback!"} 166 NONEXISTENT:INI:WITH:COLON = ${NONEXISTENT:INI:WITH:COLON:-fallback}
|
H A D | parse_ini_basic.phpt | 305 ["variable-fallback"]=> 320 string(21) "no, this is fallback!" 344 string(8) "fallback"
|
/PHP-8.4/main/ |
H A D | SAPI.h | 127 #define REQUEST_PARSE_BODY_OPTION_GET(name, fallback) \ argument 130 : (fallback))
|
/PHP-8.4/ext/intl/tests/ |
H A D | gh8115.phpt | 40 Caught (8192): ResourceBundle::__construct(): Passing null to parameter #3 ($fallback) of type bool…
|
H A D | ut_common.inc | 405 function ut_resourcebundle_create( $locale, $bundle, $fallback=true ) 409 return new ResourceBundle($locale, $bundle, $fallback); 414 return resourcebundle_create($locale, $bundle, $fallback);
|
/PHP-8.4/ext/soap/tests/ |
H A D | custom_content_type.phpt | 53 * In case of an empty content-type, let's fallback to the default content.
|
/PHP-8.4/ext/pdo_odbc/tests/ |
H A D | common.phpt | 48 // on Windows and user didn't set PDOTEST_DSN, try this as a fallback:
|
/PHP-8.4/ext/pdo_mysql/ |
H A D | mysql_driver.c | 192 goto fallback; in mysql_handle_preparer() 223 goto fallback; in mysql_handle_preparer() 249 fallback: in mysql_handle_preparer()
|
/PHP-8.4/ext/dom/ |
H A D | html_document.c | 429 goto fallback; in dom_determine_encoding() 433 goto fallback; in dom_determine_encoding() 437 goto fallback; in dom_determine_encoding() 443 fallback: in dom_determine_encoding()
|
/PHP-8.4/ext/intl/ |
H A D | php_intl.stub.php | 546 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 D | php_intl_arginfo.h | 635 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-8.4/ext/pdo_mysql/tests/ |
H A D | pdo_mysql___construct.phpt | 139 // 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-8.4/ |
H A D | UPGRADING.INTERNALS | 143 - PHP_CHECK_IN_ADDR_T Autoconf macro and 'in_addr_t' fallback definition to 219 - Added pkg-config support to find GNU MP library. As a fallback default 222 - Added optional pkg-config support to find NET-SNMP library. As a fallback
|