We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
En el archivo
jBBCode/JBBCode/Tokenizer.php
Line 29 in d9a132e
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!
if($str == NULL) return;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
En el archivo
jBBCode/JBBCode/Tokenizer.php
Line 29 in d9a132e
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!The text was updated successfully, but these errors were encountered: