jBBCode icon indicating copy to clipboard operation
jBBCode copied to clipboard

Tokenize.php 'strlen()'

Open joelmiguelvalente opened this issue 10 months ago • 0 comments

En el archivo https://github.com/jbowens/jBBCode/blob/d9a132e7886a11cf997e3ec025a41bdf97899704/JBBCode/Tokenizer.php#L29

Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in ...\JBBCode\Tokenizer.php

Una posible solución fue añadir esto if($str == NULL) return; sobre dicha línea mencionada!

joelmiguelvalente avatar Mar 28 '24 19:03 joelmiguelvalente