/php-src/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-src/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-src/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 | 242 bc => bc
|
H A D | strtoupper1.phpt | 245 bc => bc
|
/php-src/Zend/ |
H A D | zend_strtod.c | 2288 (x, bc) U *x; BCinfo *bc; in sulp() argument 2310 (rv, s0, bc) in bigcomp() argument 2531 BCinfo bc; local 2558 sign = nz0 = nz1 = nz = bc.dplen = bc.uflchk = 0; 2607 bc.dp0 = bc.dp1 = s - s0; 2632 bc.dplen = bc.dp1 - bc.dp0; 2638 bc.dp1 = bc.dp0 + bc.dplen; 2852 bc.rounding = bc.rounding == 2 ? 0 : 2; 2999 if (--j < bc.dp1 && j >= bc.dp0) 3185 if (!((bc.rounding>>1) ^ bc.dsign)) [all …]
|
/php-src/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-src/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-src/ext/dom/lexbor/lexbor/core/ |
H A D | diyfp.h | 223 uint64_t a, b, c, d, ac, bc, ad, bd, tmp; in lexbor_diyfp_mul() 231 bc = b * c; in lexbor_diyfp_mul() 235 tmp = (bd >> 32) + (ad & 0xffffffff) + (bc & 0xffffffff); in lexbor_diyfp_mul() 241 return lexbor_diyfp(ac + (ad >> 32) + (bc >> 32) + (tmp >> 32), in lexbor_diyfp_mul()
|
/php-src/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-src/ext/standard/tests/streams/ |
H A D | stream_get_contents_negative_length.phpt | 18 string(2) "bc"
|
/php-src/ext/mbstring/tests/ |
H A D | bug43993.phpt | 13 var_dump(mb_substr_count("ababababab", "bc"));
|
/php-src/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-src/ext/standard/tests/general_functions/ |
H A D | 003.phpt | 48 $n += test_me("bug #16473", 2, "a", "bc");
|
/php-src/Zend/tests/constant_expressions/ |
H A D | constant_expressions_dynamic.phpt | 39 const T_20 = null ?: (T_20x . 'bc');
|
/php-src/ext/standard/tests/file/windows_links/ |
H A D | readlink_compat.phpt | 2 Test readlink bc behaviour on Windows
|