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";
136 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d
137 COUNT_NORMAL: should be 0, is 0
139 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d
140 COUNT_RECURSIVE: should be 0, is 0
142 COUNT_NORMAL: should be 2, is 2
143 COUNT_RECURSIVE: should be 8, is 8
145 COUNT_NORMAL: should be 3, is 3
146 COUNT_RECURSIVE: should be 6, is 6
149 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d
150 COUNT_NORMAL: should be 1, is 1
152 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d
153 COUNT_RECURSIVE: should be 1, is 1
156 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d
157 COUNT_NORMAL: should be 1, is 1
158 COUNT_NORMAL: should be 2, is 2
160 COUNT_NORMAL: should be 3, is 3
161 COUNT_RECURSIVE: should be 13, is 13
198 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d
199 COUNT_NORMAL: should be 1, is 1
201 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d
202 COUNT_NORMAL: should be 1, is 1
206 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d
207 COUNT_NORMAL: should be 0, is 0
209 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d
210 COUNT_NORMAL: should be 1, is 1
211 COUNT_NORMAL: should be 0, is 0
214 COUNT_NORMAL: should be 2, is 2
215 COUNT_RECURSIVE: should be 5, is 5
218 COUNT_NORMAL: should be 3, is 3
244 Warning: count() expects parameter 2 to be integer, %s given in %s on line %d
247 Warning: count() expects parameter 2 to be integer, %s given in %s on line %d
250 Warning: count() expects parameter 2 to be integer, %s given in %s on line %d