Home
last modified time | relevance | path

Searched refs:grapheme_extract (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/intl/tests/
H A Dbug68447.phpt2 Bug #68447: grapheme_extract take an extra trailing character
8 echo grapheme_extract($katsushikaku, 1) . "\n";
11 echo grapheme_extract($haiyore, 1, GRAPHEME_EXTR_COUNT) . "\n";
12 echo grapheme_extract($haiyore, 2, GRAPHEME_EXTR_COUNT) . "\n";
13 echo grapheme_extract($haiyore, 6, GRAPHEME_EXTR_MAXBYTES) . "\n";
14 echo grapheme_extract($haiyore, 9, GRAPHEME_EXTR_MAXBYTES) . "\n";
15 echo grapheme_extract($haiyore, 12, GRAPHEME_EXTR_MAXBYTES) . "\n";
16 echo grapheme_extract($haiyore, 1, GRAPHEME_EXTR_MAXCHARS) . "\n";
17 echo grapheme_extract($haiyore, 2, GRAPHEME_EXTR_MAXCHARS) . "\n";
18 echo grapheme_extract($haiyore, 3, GRAPHEME_EXTR_MAXCHARS) . "\n";
H A Dbug62083.phpt2 Bug #62083: grapheme_extract() leaks memory
10 var_dump(grapheme_extract(-1, -1, -1,-1, $arr1));
H A Dgrapheme.phpt611 $res_str .= "extract from \"$arg0\" \"$test[1]\" graphemes - grapheme_extract";
613 $result = grapheme_extract($test[0], $test[1]);
617 $result = grapheme_extract($test[0], $test[1], GRAPHEME_EXTR_COUNT, $test[2]);
682 $result = grapheme_extract($test[0], $test[1], GRAPHEME_EXTR_MAXBYTES);
746 $result = grapheme_extract($test[0], $test[1], GRAPHEME_EXTR_MAXCHARS);
1102 extract from "abc" "3" graphemes - grapheme_extract = abc == abc
1103 extract from "abc" "2" graphemes - grapheme_extract = ab == ab
1104 extract from "abc" "1" graphemes - grapheme_extract = a == a
1105 extract from "abc" "0" graphemes - grapheme_extract = ==
1121 extract from "a%CC%8Abc" "2" graphemes - grapheme_extract = a%CC%8Ab == a%CC%8Ab
[all …]
H A Dgrapheme2.phpt611 $res_str .= "extract from \"$arg0\" \"$test[1]\" graphemes - grapheme_extract";
613 $result = grapheme_extract($test[0], $test[1]);
617 $result = grapheme_extract($test[0], $test[1], GRAPHEME_EXTR_COUNT, $test[2]);
682 $result = grapheme_extract($test[0], $test[1], GRAPHEME_EXTR_MAXBYTES);
746 $result = grapheme_extract($test[0], $test[1], GRAPHEME_EXTR_MAXCHARS);
1102 extract from "abc" "3" graphemes - grapheme_extract = abc == abc
1103 extract from "abc" "2" graphemes - grapheme_extract = ab == ab
1104 extract from "abc" "1" graphemes - grapheme_extract = a == a
1105 extract from "abc" "0" graphemes - grapheme_extract = ==
1121 extract from "a%CC%8Abc" "2" graphemes - grapheme_extract = a%CC%8Ab == a%CC%8Ab
[all …]
/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme.h31 PHP_FUNCTION(grapheme_extract);
H A Dgrapheme_string.c776 PHP_FUNCTION(grapheme_extract) in PHP_FUNCTION() argument
/PHP-7.4/ext/intl/
H A Dphp_intl.c735 PHP_FE( grapheme_extract, grapheme_extract_args )

Completed in 29 milliseconds