Lines Matching refs:be

14 print "COUNT_NORMAL: should be 0, is ".count($arr, COUNT_NORMAL)."\n";
15 print "COUNT_RECURSIVE: should be 0, is ".count($arr, COUNT_RECURSIVE)."\n";
19 print "COUNT_NORMAL: should be 2, is ".count($arr, COUNT_NORMAL)."\n";
20 print "COUNT_RECURSIVE: should be 8, is ".count($arr, COUNT_RECURSIVE)."\n";
24 print "COUNT_NORMAL: should be 3, is ".count($arr, COUNT_NORMAL)."\n";
25 print "COUNT_RECURSIVE: should be 6, is ".count($arr, COUNT_RECURSIVE)."\n";
28 print "COUNT_NORMAL: should be 1, is ".count("string", COUNT_NORMAL)."\n";
29 print "COUNT_RECURSIVE: should be 1, is ".count("string", COUNT_RECURSIVE)."\n";
32 print "COUNT_NORMAL: should be 1, is ".count("string")."\n";
33 print "COUNT_NORMAL: should be 2, is ".count(array("a", array("b")))."\n";
38 print "COUNT_NORMAL: should be 3, is ".count($arr, COUNT_NORMAL)."\n";
39 print "COUNT_RECURSIVE: should be 13, is ".count($arr, COUNT_RECURSIVE)."\n";
68 print "COUNT_NORMAL: should be 1, is ".count(100)."\n";
69 print "COUNT_NORMAL: should be 1, is ".count(-23.45)."\n";
72 print "COUNT_NORMAL: should be 0, is ".count(NULL)."\n";
73 print "COUNT_NORMAL: should be 1, is ".count("")."\n";
74 print "COUNT_NORMAL: should be 0, is ".@count($a)."\n";
79 print "COUNT_NORMAL: should be 2, is ".count($arr, COUNT_NORMAL)."\n";
80 print "COUNT_RECURSIVE: should be 5, is ".count($arr, COUNT_RECURSIVE)."\n";
94 print "COUNT_NORMAL: should be 3, is ".count($obj)."\n";
135 COUNT_NORMAL: should be 0, is 0
136 COUNT_RECURSIVE: should be 0, is 0
138 COUNT_NORMAL: should be 2, is 2
139 COUNT_RECURSIVE: should be 8, is 8
141 COUNT_NORMAL: should be 3, is 3
142 COUNT_RECURSIVE: should be 6, is 6
144 COUNT_NORMAL: should be 1, is 1
145 COUNT_RECURSIVE: should be 1, is 1
147 COUNT_NORMAL: should be 1, is 1
148 COUNT_NORMAL: should be 2, is 2
150 COUNT_NORMAL: should be 3, is 3
151 COUNT_RECURSIVE: should be 13, is 13
187 COUNT_NORMAL: should be 1, is 1
188 COUNT_NORMAL: should be 1, is 1
191 COUNT_NORMAL: should be 0, is 0
192 COUNT_NORMAL: should be 1, is 1
193 COUNT_NORMAL: should be 0, is 0
196 COUNT_NORMAL: should be 2, is 2
197 COUNT_RECURSIVE: should be 5, is 5
200 COUNT_NORMAL: should be 3, is 3
226 Warning: count() expects parameter 2 to be long, %s given in %s on line %d
229 Warning: count() expects parameter 2 to be long, %s given in %s on line %d
232 Warning: count() expects parameter 2 to be long, %s given in %s on line %d