Lines Matching refs:COUNT_NORMAL

12 print "COUNT_NORMAL: should be 0, is ".count($arr, COUNT_NORMAL)."\n";
17 print "COUNT_NORMAL: should be 2, is ".count($arr, COUNT_NORMAL)."\n";
22 print "COUNT_NORMAL: should be 3, is ".count($arr, COUNT_NORMAL)."\n";
26 print "COUNT_NORMAL: should be 1, is ".count("string", COUNT_NORMAL)."\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";
58 print "COUNT_NORMAL is ".count($count_value, COUNT_NORMAL)."\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";
92 print "COUNT_NORMAL: should be 3, is ".count($obj)."\n";
107 $mode_arr = array( COUNT_NORMAL, COUNT_RECURSIVE, 0, 1, -1, -1.45, 2, TRUE,
117 var_dump( count(array(), COUNT_NORMAL, 100) ); // No. of args > expected
135 COUNT_NORMAL: should be 0, is 0
140 COUNT_NORMAL: should be 2, is 2
143 COUNT_NORMAL: should be 3, is 3
148 COUNT_NORMAL: should be 1, is 1
155 COUNT_NORMAL: should be 1, is 1
156 COUNT_NORMAL: should be 2, is 2
158 COUNT_NORMAL: should be 3, is 3
163 COUNT_NORMAL is 0
167 COUNT_NORMAL is 1
171 COUNT_NORMAL is 4
175 COUNT_NORMAL is 2
179 COUNT_NORMAL is 4
183 COUNT_NORMAL is 5
187 COUNT_NORMAL is 6
191 COUNT_NORMAL is 4
197 COUNT_NORMAL: should be 1, is 1
200 COUNT_NORMAL: should be 1, is 1
205 COUNT_NORMAL: should be 0, is 0
208 COUNT_NORMAL: should be 1, is 1
209 COUNT_NORMAL: should be 0, is 0
212 COUNT_NORMAL: should be 2, is 2
216 COUNT_NORMAL: should be 3, is 3