/PHP-8.2/ext/intl/tests/ |
H A D | grapheme_empty.phpt | 22 var_dump(grapheme_strpos("äbc", "")); 23 var_dump(grapheme_strpos("äbc", "", -1)); 24 var_dump(grapheme_stripos("äbc", "")); 25 var_dump(grapheme_stripos("äbc", "", -1)); 26 var_dump(grapheme_strrpos("äbc", "")); 27 var_dump(grapheme_strrpos("äbc", "", -1)); 28 var_dump(grapheme_strripos("äbc", "")); 30 var_dump(grapheme_strstr("äbc", "")); 32 var_dump(grapheme_stristr("äbc", "")); 57 string(4) "äbc" [all …]
|
H A D | grapheme.phpt | 86 array( "a" . $char_a_ring_nfd . "bc", $char_a_ring_nfd . "bc", 1 ), 446 array( "abc", "bc", "bc" ), 457 array( "a" . $char_a_ring_nfd . "bc", "b", "bc" ), 461 array( "a" . $char_a_ring_nfd . "bc", $char_a_ring_nfd . "bc", $char_a_ring_nfd . "bc" ), 530 array( "a" . $char_a_ring_nfd . "bc", "B", "bc" ), 534 array( "a" . $char_a_ring_nfd . "bc", $char_A_ring_nfd . "bc", $char_a_ring_nfd . "bc" ), 990 substring of "abc" from "1" - grapheme_substr = bc == bc 1052 find "b" in "abc" - grapheme_strstr = bc == bc 1056 find "bc" in "abc" - grapheme_strstr = bc == bc 1066 find "b" in "aa%CC%8Abc" - grapheme_strstr = bc == bc [all …]
|
H A D | grapheme2.phpt | 86 array( "a" . $char_a_ring_nfd . "bc", $char_a_ring_nfd . "bc", 1 ), 442 array( "abc", "bc", "bc" ), 453 array( "a" . $char_a_ring_nfd . "bc", "b", "bc" ), 457 array( "a" . $char_a_ring_nfd . "bc", $char_a_ring_nfd . "bc", $char_a_ring_nfd . "bc" ), 518 array( "a" . $char_a_ring_nfd . "bc", "B", "bc" ), 522 array( "a" . $char_a_ring_nfd . "bc", $char_A_ring_nfd . "bc", $char_a_ring_nfd . "bc" ), 978 substring of "abc" from "1" - grapheme_substr = bc == bc 1040 find "b" in "abc" - grapheme_strstr = bc == bc 1044 find "bc" in "abc" - grapheme_strstr = bc == bc 1054 find "b" in "aa%CC%8Abc" - grapheme_strstr = bc == bc [all …]
|
/PHP-8.2/ext/filter/tests/ |
H A D | gh16523.phpt | 8 'a-.bc.com', 9 'a.bc-.com', 10 'a.bc.com-',
|
H A D | 056.phpt | 17 'a.-bc.com',
|
H A D | 015.phpt | 25 'http://a.-bc.com',
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | htmlspecialchars_basic.phpt | 9 $s3 = "a>,\<bc<>\"&\n"; 10 $s4 = "a\'\'&bc<>\"&\n"; 58 Test 3: a>,\<bc<>"& 59 Test 4: a\'\'&bc<>"& 63 Test 8: a>,\<bc<>"& 64 Test 9: a\'\'&bc<>"& 68 Test 13: a>,\<bc<>"& 69 Test 14: a\'\'&bc<>"& 73 Test 18: a>,\<bc<>"& 74 Test 19: a\'\'&bc<>"& [all …]
|
H A D | substr_compare.phpt | 8 var_dump(substr_compare("abcde", "bc", 1, 2)); 11 var_dump(substr_compare("abcde", "bc", 1, 3) > 0);
|
H A D | strtr_variation1.phpt | 60 string(3) "1bc" 69 string(3) "1bc" 78 1bc
|
H A D | substr.phpt | 112 string(2) "bc" 125 string(2) "bc" 134 string(2) "bc" 143 string(2) "bc" 152 string(2) "bc"
|
H A D | levenshtein_bug_16473.phpt | 6 var_dump(levenshtein('a', 'bc'));
|
H A D | strtolower.phpt | 241 bc => bc
|
H A D | strtoupper1.phpt | 239 bc => bc
|
/PHP-8.2/Zend/ |
H A D | zend_strtod.c | 2296 (x, bc) U *x; BCinfo *bc; in sulp() argument 2318 (rv, s0, bc) in bigcomp() argument 2539 BCinfo bc; local 2566 sign = nz0 = nz1 = nz = bc.dplen = bc.uflchk = 0; 2615 bc.dp0 = bc.dp1 = s - s0; 2640 bc.dplen = bc.dp1 - bc.dp0; 2646 bc.dp1 = bc.dp0 + bc.dplen; 2860 bc.rounding = bc.rounding == 2 ? 0 : 2; 3007 if (--j < bc.dp1 && j >= bc.dp0) 3193 if (!((bc.rounding>>1) ^ bc.dsign)) [all …]
|
/PHP-8.2/ext/iconv/tests/ |
H A D | bug77147.phpt | 8 Feedback-ID: 014a93e3-1f5e-4df6-b347-6b59f0f746b8:b5891053-55d1-45bc-a0b5-47a7a9b59687:email:epslh1� 16 …string(86) "014a93e3-1f5e-4df6-b347-6b59f0f746b8:b5891053-55d1-45bc-a0b5-47a7a9b59687:email:epslh1"
|
/PHP-8.2/ext/bcmath/libbcmath/ |
H A D | README.md | 8 for GNU bc and GNU dc. 23 The math routines of GNU bc become more generally useful in a library form. By 24 separating the BCMATH library from GNU bc, GNU bc can be under the GPL and
|
/PHP-8.2/ext/bcmath/ |
H A D | config.m4 | 2 [whether to enable bc style precision math functions], 4 [Enable bc style precision math functions])])
|
H A D | config.w32 | 3 ARG_ENABLE("bcmath", "bc style precision math functions", "yes");
|
/PHP-8.2/ext/standard/tests/streams/ |
H A D | stream_get_contents_negative_length.phpt | 18 string(2) "bc"
|
/PHP-8.2/ext/mbstring/tests/ |
H A D | bug43993.phpt | 13 var_dump(mb_substr_count("ababababab", "bc"));
|
/PHP-8.2/ext/pcre/tests/ |
H A D | preg_replace2.phpt | 17 var_dump(preg_replace(array('/\s+/', '~[b-d]~'), array('$'), array('x y', 'bd bc')));
|
/PHP-8.2/ext/standard/tests/general_functions/ |
H A D | 003.phpt | 48 $n += test_me("bug #16473", 2, "a", "bc");
|
/PHP-8.2/Zend/tests/ |
H A D | constant_expressions_dynamic.phpt | 39 const T_20 = null ?: (T_20x . 'bc');
|
/PHP-8.2/ext/standard/tests/file/windows_links/ |
H A D | readlink_compat.phpt | 2 Test readlink bc behaviour on Windows
|
/PHP-8.2/ext/date/lib/ |
H A D | parse_tz.c | 103 tz->bc = (**tzf == '\1'); in read_php_preamble() 141 tz->bc = 0; in read_tzif_preamble() 518 printf("BC: %s\n", tz->bc ? "no" : "yes"); in timelib_dump_tzinfo()
|