Home
last modified time | relevance | path

Searched refs:GRAPHEME_EXTR_COUNT (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/intl/tests/
H A Dbug68447.phpt11 echo grapheme_extract($haiyore, 1, GRAPHEME_EXTR_COUNT) . "\n";
12 echo grapheme_extract($haiyore, 2, GRAPHEME_EXTR_COUNT) . "\n";
H A Dbug62083.phpt15 grapheme_extract(): Argument #3 ($type) must be one of GRAPHEME_EXTR_COUNT, GRAPHEME_EXTR_MAXBYTES,…
H A Dgrapheme.phpt568 …\n" . 'function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_COUNT, $start = 0…
634 $result = grapheme_extract($test[0], $test[1], GRAPHEME_EXTR_COUNT, $test[2]);
638 $result = grapheme_extract($test[0], $test[1], GRAPHEME_EXTR_COUNT, $test[2], $next);
1117 function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_COUNT, $start = 0[, $next…
H A Dgrapheme2.phpt556 …\n" . 'function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_COUNT, $start = 0…
622 $result = grapheme_extract($test[0], $test[1], GRAPHEME_EXTR_COUNT, $test[2]);
626 $result = grapheme_extract($test[0], $test[1], GRAPHEME_EXTR_COUNT, $test[2], $next);
1105 function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_COUNT, $start = 0[, $next…
/php-src/ext/intl/
H A Dphp_intl.stub.php27 const GRAPHEME_EXTR_COUNT = UNKNOWN; define
451 function grapheme_extract(string $haystack, int $size, int $type = GRAPHEME_EXTR_COUNT, int $offset…

Completed in 16 milliseconds