Lines Matching refs:be

12 print "COUNT_NORMAL: should be 0, is ".count($arr, COUNT_NORMAL)."\n";
13 print "COUNT_RECURSIVE: should be 0, is ".count($arr, COUNT_RECURSIVE)."\n";
17 print "COUNT_NORMAL: should be 2, is ".count($arr, COUNT_NORMAL)."\n";
18 print "COUNT_RECURSIVE: should be 8, is ".count($arr, COUNT_RECURSIVE)."\n";
22 print "COUNT_NORMAL: should be 3, is ".count($arr, COUNT_NORMAL)."\n";
23 print "COUNT_RECURSIVE: should be 6, is ".count($arr, COUNT_RECURSIVE)."\n";
26 print "COUNT_NORMAL: should be 1, is ".count("string", COUNT_NORMAL)."\n";
27 print "COUNT_RECURSIVE: should be 1, is ".count("string", COUNT_RECURSIVE)."\n";
30 print "COUNT_NORMAL: should be 1, is ".count("string")."\n";
31 print "COUNT_NORMAL: should be 2, is ".count(array("a", array("b")))."\n";
36 print "COUNT_NORMAL: should be 3, is ".count($arr, COUNT_NORMAL)."\n";
37 print "COUNT_RECURSIVE: should be 13, is ".count($arr, COUNT_RECURSIVE)."\n";
66 print "COUNT_NORMAL: should be 1, is ".count(100)."\n";
67 print "COUNT_NORMAL: should be 1, is ".count(-23.45)."\n";
70 print "COUNT_NORMAL: should be 0, is ".count(NULL)."\n";
71 print "COUNT_NORMAL: should be 1, is ".count("")."\n";
72 print "COUNT_NORMAL: should be 0, is ".@count($a)."\n";
77 print "COUNT_NORMAL: should be 2, is ".count($arr, COUNT_NORMAL)."\n";
78 print "COUNT_RECURSIVE: should be 5, is ".count($arr, COUNT_RECURSIVE)."\n";
92 print "COUNT_NORMAL: should be 3, is ".count($obj)."\n";
134 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d
135 COUNT_NORMAL: should be 0, is 0
137 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d
138 COUNT_RECURSIVE: should be 0, is 0
140 COUNT_NORMAL: should be 2, is 2
141 COUNT_RECURSIVE: should be 8, is 8
143 COUNT_NORMAL: should be 3, is 3
144 COUNT_RECURSIVE: should be 6, is 6
147 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d
148 COUNT_NORMAL: should be 1, is 1
150 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d
151 COUNT_RECURSIVE: should be 1, is 1
154 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d
155 COUNT_NORMAL: should be 1, is 1
156 COUNT_NORMAL: should be 2, is 2
158 COUNT_NORMAL: should be 3, is 3
159 COUNT_RECURSIVE: should be 13, is 13
196 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d
197 COUNT_NORMAL: should be 1, is 1
199 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d
200 COUNT_NORMAL: should be 1, is 1
204 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d
205 COUNT_NORMAL: should be 0, is 0
207 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d
208 COUNT_NORMAL: should be 1, is 1
209 COUNT_NORMAL: should be 0, is 0
212 COUNT_NORMAL: should be 2, is 2
213 COUNT_RECURSIVE: should be 5, is 5
216 COUNT_NORMAL: should be 3, is 3
242 Warning: count() expects parameter 2 to be int, %s given in %s on line %d
245 Warning: count() expects parameter 2 to be int, %s given in %s on line %d
248 Warning: count() expects parameter 2 to be int, %s given in %s on line %d