jbowens / jBBCode

A lightweight but extensible BBCode parser
http://jbbcode.com
MIT License
164 stars 32 forks source link

Tokenize.php 'strlen()' #90

Open joelmiguelvalente opened 3 months ago

joelmiguelvalente commented 3 months ago

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!