Lines Matching refs:COUNT_RECURSIVE
10 print "COUNT_RECURSIVE: should be 8, is ".count($arr, COUNT_RECURSIVE)."\n";
15 print "COUNT_RECURSIVE: should be 6, is ".count($arr, COUNT_RECURSIVE)."\n";
24 print "COUNT_RECURSIVE: should be 13, is ".count($arr, COUNT_RECURSIVE)."\n";
46 print "COUNT_RECURSIVE is ".count($count_value, COUNT_RECURSIVE)."\n";
53 print "COUNT_RECURSIVE: should be 5, is ".count($arr, COUNT_RECURSIVE)."\n";
85 var_dump(count($arr, COUNT_RECURSIVE));
95 COUNT_RECURSIVE: should be 8, is 8
98 COUNT_RECURSIVE: should be 6, is 6
103 COUNT_RECURSIVE: should be 13, is 13
108 COUNT_RECURSIVE is 0
112 COUNT_RECURSIVE is 1
116 COUNT_RECURSIVE is 7
120 COUNT_RECURSIVE is 8
124 COUNT_RECURSIVE is 4
128 COUNT_RECURSIVE is 5
132 COUNT_RECURSIVE is 6
136 COUNT_RECURSIVE is 7
140 COUNT_RECURSIVE: should be 5, is 5