Lines Matching refs:COUNT_NORMAL
9 print "COUNT_NORMAL: should be 2, is ".count($arr, COUNT_NORMAL)."\n";
14 print "COUNT_NORMAL: should be 3, is ".count($arr, COUNT_NORMAL)."\n";
18 print "COUNT_NORMAL: should be 2, is ".count(array("a", array("b")))."\n";
23 print "COUNT_NORMAL: should be 3, is ".count($arr, COUNT_NORMAL)."\n";
45 print "COUNT_NORMAL is ".count($count_value, COUNT_NORMAL)."\n";
52 print "COUNT_NORMAL: should be 2, is ".count($arr, COUNT_NORMAL)."\n";
67 print "COUNT_NORMAL: should be 3, is ".count($obj)."\n";
83 var_dump(count($arr, COUNT_NORMAL));
94 COUNT_NORMAL: should be 2, is 2
97 COUNT_NORMAL: should be 3, is 3
100 COUNT_NORMAL: should be 2, is 2
102 COUNT_NORMAL: should be 3, is 3
107 COUNT_NORMAL is 0
111 COUNT_NORMAL is 1
115 COUNT_NORMAL is 4
119 COUNT_NORMAL is 2
123 COUNT_NORMAL is 4
127 COUNT_NORMAL is 5
131 COUNT_NORMAL is 6
135 COUNT_NORMAL is 4
139 COUNT_NORMAL: should be 2, is 2
143 COUNT_NORMAL: should be 3, is 3