Skip to content

Deprecation notice for strtoupper #138

@mrdarrengriffin

Description

@mrdarrengriffin

The following notice appears:

Deprecated: strtoupper(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wp-content/mu-plugins/sqlite-database-integration/wp-includes/sqlite/class-wp-sqlite-token.php on line 221

A null check is not performed for $this->value in the sqlite-database-integration must-use plugin causing a deprecation notice.

The file is /wp-content/mu-plugins/sqlite-database-integration/wp-includes/sqlite/class-wp-sqlite-token.php on line 214

image

a fix for this could be to introduce another null check

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions