This should be simple and it works in php 7.4, but bombs in 8.0
sc_lookup(fn,“select filenames from tablename where inezra =0”);
$arrct=count({fn});
CRASH: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, bool given…
Am I being dense here?