Lines Matching full:tests
10 $tests = array();
13 $tests[] = array('aaживπά우리をあöä',0,false,0);
14 $tests[] = array('aaживπά우리をあöä',1,false,1);
15 $tests[] = array('aaживπά우리をあöä',1,true,1);
17 foreach($tests as $test){
24 $tests = array();
27 $tests[] = array('aaживπά우리をあöä',2,false,2);
28 $tests[] = array('aaживπά우리をあöä',3,false,2);
29 $tests[] = array('aaживπά우리をあöä',4,false,4);
31 $tests[] = array('aaживπά우리をあöä',2,true,2);
32 $tests[] = array('aaживπά우리をあöä',3,true,4);
33 $tests[] = array('aaживπά우리をあöä',4,true,4);
35 foreach($tests as $test){
42 $tests = array();
45 $tests[] = array('aaживπά우리をあöä',10,false,10);
46 $tests[] = array('aaживπά우리をあöä',11,false,10);
47 $tests[] = array('aaживπά우리をあöä',12,false,10);
48 $tests[] = array('aaживπά우리をあöä',13,false,13);
50 $tests[] = array('aaживπά우리をあöä',10,true,10);
51 $tests[] = array('aaживπά우리をあöä',11,true,13);
52 $tests[] = array('aaживπά우리をあöä',12,true,13);
53 $tests[] = array('aaживπά우리をあöä',13,true,13);
55 foreach($tests as $test){
62 $tests = array();
65 $tests[] = array('aaживπά우리をあöä',-2,false,0);
66 $tests[] = array('aaживπά우리をあöä',128,false,29);
68 $tests[] = array('aaживπά우리をあöä',-2,true,0);
69 $tests[] = array('aaживπά우리をあöä',128,true,29);
71 foreach($tests as $test){