/PHP-8.2/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')); 35 var_dump($child1, $child2, $fallback, $keep->nodeName); 44 <fallback-child1/><fallback-child2/> 63 <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') --
|
/PHP-8.2/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 21 public function get($index, bool $fallback = true): mixed {} argument
|
H A D | resourcebundle_class.c | 83 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 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.2/ext/standard/tests/crypt/ |
H A D | des_fallback_invalid_salt.phpt | 2 Test DES with invalid fallback
|
/PHP-8.2/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.2/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.2/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.2/ext/pdo_odbc/tests/ |
H A D | common.phpt | 47 // on Windows and user didn't set PDOTEST_DSN, try this as a fallback:
|
/PHP-8.2/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.2/ext/intl/ |
H A D | php_intl.stub.php | 542 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 D | php_intl_arginfo.h | 630 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 D | pdo_mysql___construct.phpt | 142 // 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 D | libtool.m4 | 413 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 D | ltmain.sh | 67 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 D | EmojiSources.txt | 12 # symbols or sequences. This file does not include best-fit ("fallback")
|