Lines Matching refs:count
6 $result = count(null);
9 $result = count("string");
12 $result = count(123);
15 $result = count(true);
18 $result = count(false);
21 $result = count((object) []);
26 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d
29 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d
32 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d
35 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d
38 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d
41 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d