ZFDebug icon indicating copy to clipboard operation
ZFDebug copied to clipboard

fixed count() used with non countable parameter

Open francescozanoni opened this issue 6 years ago • 1 comments

Hi, man.

The issue I aim to fix is Warning: count(): Parameter must be an array or an object that implements Countable.

I'm aware this is related only to PHP >= 7.2, but I think it's a costless and safe improvement, worth to be implemented.

Thanks in advance!

Francesco

francescozanoni avatar May 06 '19 07:05 francescozanoni

It is needed in PHP 8.x

fredericgboutin-yapla avatar May 01 '24 18:05 fredericgboutin-yapla