Lines Matching refs:count
7 $result = count(null);
14 $result = count("string");
21 $result = count(123);
28 $result = count(true);
35 $result = count(false);
42 $result = count((object) []);
50 count(): Argument #1 ($value) must be of type Countable|array, null given
51 count(): Argument #1 ($value) must be of type Countable|array, string given
52 count(): Argument #1 ($value) must be of type Countable|array, int given
53 count(): Argument #1 ($value) must be of type Countable|array, true given
54 count(): Argument #1 ($value) must be of type Countable|array, false given
55 count(): Argument #1 ($value) must be of type Countable|array, stdClass given