Searched refs:grapheme_extract (Results 1 – 7 of 7) sorted by relevance
/PHP-5.3/ext/intl/tests/ |
H A D | grapheme.phpt | 598 $res_str .= "extract from \"$arg0\" \"$test[1]\" graphemes - grapheme_extract"; 600 $result = grapheme_extract($test[0], $test[1]); 604 $result = grapheme_extract($test[0], $test[1], GRAPHEME_EXTR_COUNT, $test[2]); 669 $result = grapheme_extract($test[0], $test[1], GRAPHEME_EXTR_MAXBYTES); 733 $result = grapheme_extract($test[0], $test[1], GRAPHEME_EXTR_MAXCHARS); 1082 extract from "abc" "3" graphemes - grapheme_extract = abc == abc 1083 extract from "abc" "2" graphemes - grapheme_extract = ab == ab 1084 extract from "abc" "1" graphemes - grapheme_extract = a == a 1085 extract from "abc" "0" graphemes - grapheme_extract = == 1100 extract from "a%CC%8Abc" "2" graphemes - grapheme_extract = a%CC%8Ab == a%CC%8Ab [all …]
|
H A D | bug62083.phpt | 2 Bug #62083: grapheme_extract() leaks memory 10 var_dump(grapheme_extract(-1, -1, -1,-1, $arr1));
|
/PHP-5.3/ext/intl/grapheme/ |
H A D | grapheme.h | 32 PHP_FUNCTION(grapheme_extract);
|
H A D | grapheme_string.c | 789 PHP_FUNCTION(grapheme_extract) in PHP_FUNCTION() argument
|
/PHP-5.3/ext/intl/doc/ |
H A D | grapheme_api.php | 128 …function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_COUNT, $start = 0, &$nex… function
|
/PHP-5.3/ext/intl/ |
H A D | php_intl.c | 470 PHP_FE( grapheme_extract, grapheme_extract_args )
|
/PHP-5.3/ |
H A D | NEWS | 459 . Fixed bug #62083 (grapheme_extract() memory leaks). (Gustavo)
|
Completed in 37 milliseconds