PhpSpreadsheet/tests/data/Calculation/Statistical/COUNTBLANK.php

9 lines
89 B
PHP

<?php
return [
[
4,
[-1, null, 0, '', 1, null, 2, '', 3],
],
];