Lines Matching refs:grapheme_substr

324     $res_str .= "\n" . 'function grapheme_substr($string, $start, $length = -1) {}' . "\n\n";
402 $res_str .= "substring of \"$arg0\" from \"$test[1]\" - grapheme_substr";
404 $result = grapheme_substr($test[0], $test[1]);
408 $result = grapheme_substr($test[0], $test[1], $test[2]);
962 function grapheme_substr($string, $start, $length = -1) {}
964 substring of "abc" from "3" - grapheme_substr = ==
965 substring of "aa%CC%8Abco%CC%88" from "5" - grapheme_substr = ==
966 substring of "aoa%CC%8Abco%CC%88O" from "2" - grapheme_substr = a%CC%8Abco%CC%88O == a%CC%8Abco%CC%…
967 substring of "o%CC%88a%CC%8AaA%CC%8Abc" from "2" - grapheme_substr = aA%CC%8Abc == aA%CC%8Abc
968 substring of "aa%CC%8Abco%CC%88O" from "5" - grapheme_substr = O == O
969 substring of "aa%CC%8Abco%CC%88" from "5" - grapheme_substr = ==
970 substring of "aa%CC%8AbcO%CC%88" from "4" - grapheme_substr = O%CC%88 == O%CC%88
971 substring of "o%CC%88aa%CC%8Abc" from "2" - grapheme_substr = a%CC%8Abc == a%CC%8Abc
972 substring of "aA%CC%8Abc" from "1" - grapheme_substr = A%CC%8Abc == A%CC%8Abc
973 substring of "Abc" from "-5" - grapheme_substr = Abc == Abc
974 substring of "a%CC%8Abc" from "3" - grapheme_substr = ==
975 substring of "abc" from "4" - grapheme_substr = ==
976 substring of "abC" from "2" - grapheme_substr = C == C
977 substring of "abc" from "1" - grapheme_substr = bc == bc
978 substring of "Abc" from "1" - grapheme_substr with length 1 = b == b
979 substring of "abc" from "0" - grapheme_substr with length 2 = ab == ab
980 substring of "Abc" from "-4" - grapheme_substr with length 1 = A == A
981 substring of "ababc" from "1" - grapheme_substr with length 2 = ba == ba
982 substring of "ababc" from "0" - grapheme_substr with length 10 = ababc == ababc
983 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length 10 = aa%CC%8Abco%CC%88Op…
984 substring of "aa%CC%8Abco%CC%88Opq" from "5" - grapheme_substr = Opq == Opq
985 substring of "aa%CC%8Abco%CC%88Opq" from "5" - grapheme_substr with length -1 = Op == Op
986 substring of "aa%CC%8Abco%CC%88Opq" from "5" - grapheme_substr with length -2 = O == O
987 substring of "aa%CC%8Abco%CC%88Opq" from "5" - grapheme_substr with length -3 = ==
988 substring of "aa%CC%8Abco%CC%88Opq" from "5" - grapheme_substr with length -4 = ==
989 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr = aa%CC%8Abco%CC%88Opq == aa%CC%8Abc…
990 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length -1 = aa%CC%8Abco%CC%88Op…
991 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length -2 = aa%CC%8Abco%CC%88O …
992 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length -3 = aa%CC%8Abco%CC%88 =…
993 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length -4 = aa%CC%8Abc == aa%CC…
994 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length -5 = aa%CC%8Ab == aa%CC%…
995 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length -6 = aa%CC%8A == aa%CC%8A
996 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length -7 = a == a
997 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length -8 = ==
998 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length -9 = ==
999 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr = aa%CC%8Abco%CC%88Opq == aa%CC%8Ab…
1000 substring of "aa%CC%8Abco%CC%88Opq" from "-7" - grapheme_substr = a%CC%8Abco%CC%88Opq == a%CC%8Abco…
1001 substring of "aa%CC%8Abco%CC%88Opq" from "-6" - grapheme_substr = bco%CC%88Opq == bco%CC%88Opq
1002 substring of "aa%CC%8Abco%CC%88Opq" from "-5" - grapheme_substr = co%CC%88Opq == co%CC%88Opq
1003 substring of "aa%CC%8Abco%CC%88Opq" from "-4" - grapheme_substr = o%CC%88Opq == o%CC%88Opq
1004 substring of "aa%CC%8Abco%CC%88Opq" from "-3" - grapheme_substr = Opq == Opq
1005 substring of "aa%CC%8Abco%CC%88Opq" from "-2" - grapheme_substr = pq == pq
1006 substring of "aa%CC%8Abco%CC%88Opq" from "-1" - grapheme_substr = q == q
1007 substring of "aa%CC%8Abco%CC%88Opq" from "-999" - grapheme_substr = aa%CC%8Abco%CC%88Opq == aa%CC%8…
1008 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length 8 = aa%CC%8Abco%CC%88Op…
1009 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length 7 = aa%CC%8Abco%CC%88Op…
1010 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length 6 = aa%CC%8Abco%CC%88O …
1011 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length 5 = aa%CC%8Abco%CC%88 =…
1012 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length 4 = aa%CC%8Abc == aa%CC…
1013 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length 3 = aa%CC%8Ab == aa%CC%…
1014 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length 2 = aa%CC%8A == aa%CC%8A
1015 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length 1 = a == a
1016 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length 0 = ==
1017 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length -999 = ==
1018 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length -1 = aa%CC%8Abco%CC%88O…
1019 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length -2 = aa%CC%8Abco%CC%88O…
1020 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length -3 = aa%CC%8Abco%CC%88 …
1021 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length -4 = aa%CC%8Abc == aa%C…
1022 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length -5 = aa%CC%8Ab == aa%CC…
1023 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length -6 = aa%CC%8A == aa%CC%…
1024 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length -7 = a == a
1025 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length -8 = ==
1026 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length -9 = ==