Skip to content
New issue

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

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

Open
tsipilai opened this issue Nov 13, 2019 · 0 comments
Open

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

tsipilai opened this issue Nov 13, 2019 · 0 comments

Comments

@tsipilai
Copy link
Contributor

tsipilai commented Nov 13, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant