myokyawhtun / PDFMerger

PDFMerger compatible for PHP 5, PHP 7, and PHP 8
238 stars 272 forks source link

bug fix on line: '} elseif (( == '/Index') AND ([0] == PDF_TYPE_ARRAY… #70

Closed elielrj closed 1 month ago

elielrj commented 1 year ago

… AND count([1] >= 2')))) {', where the variable count() receives a boolean and not a numerical value.