Lines Matching full:tests
10 $tests = array();
11 $tests[] = array('asciistring',2,null,'ciistring');
12 $tests[] = array('asciistring',2,4,'ciis');
13 $tests[] = array('asciistring',-4,null,'ring');
14 $tests[] = array('asciistring',2,-4,'ciist');
15 $tests[] = array('asciistring',-6,-2,'stri');
17 $tests[] = array('живπά우리をあöä',2,null,'вπά우리をあöä');
18 $tests[] = array('живπά우리をあöä',2,4,'вπά우');
19 $tests[] = array('живπά우리をあöä',-4,null,'をあöä');
20 $tests[] = array('живπά우리をあöä',2,-4,'вπά우리');
21 $tests[] = array('живπά우리をあöä',-6,-2,'우리をあ');
23 foreach($tests as $test){
30 $tests = array();
33 $tests[] = array($str, 65600, 1, 'в');
34 $tests[] = array($str,0,66002,$str);
36 foreach($tests as $test){