Home
last modified time | relevance | path

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

/PHP-5.3/ext/intl/tests/
H A Dgrapheme.phpt394 $result = grapheme_substr($test[0], $test[1]);
398 $result = grapheme_substr($test[0], $test[1], $test[2]);
938 function grapheme_substr($string, $start, $length = -1) {}
940 substring of "abc" from "3" - grapheme_substr = false == false
944 substring of "aa%CC%8Abco%CC%88O" from "5" - grapheme_substr = O == O
949 substring of "Abc" from "-5" - grapheme_substr = false == false
950 substring of "a%CC%8Abc" from "3" - grapheme_substr = false == false
951 substring of "abc" from "4" - grapheme_substr = false == false
952 substring of "abC" from "2" - grapheme_substr = C == C
953 substring of "abc" from "1" - grapheme_substr = bc == bc
[all …]
/PHP-5.3/ext/intl/grapheme/
H A Dgrapheme.h29 PHP_FUNCTION(grapheme_substr);
H A Dgrapheme_string.c399 PHP_FUNCTION(grapheme_substr) in PHP_FUNCTION() argument
/PHP-5.3/ext/intl/doc/
H A Dgrapheme_api.php93 function grapheme_substr($string, $start, $length = -1) {} function
/PHP-5.3/ext/intl/
H A Dphp_intl.c467 PHP_FE( grapheme_substr, grapheme_substr_args )

Completed in 20 milliseconds