Skip to content

Deprecated: strpos(): Non-string needles #14

Description

@tsipilai

Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /data/wordpress/htdocs/wp-content/mu-plugins/dynamic-mo-loader/inc/mo_dynamic.php on line 536

With PHP 7.3

https://github.com/aucor/dynamic-mo-loader/blob/master/inc/mo_dynamic.php#L536

strpos( $t, 0 )
strpos( $t, '0' )
strpos( $t, (string)0 )
jne.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions