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

Fix PHP 7 #43

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

Conversation

michael-e
Copy link
Contributor

Passing the result of a function here results in a PHP notice "Only variables should be passed by reference". Passing a variable fixes this.

@michael-e michael-e changed the title Fix PHP 7 notice Fix PHP 7 Mar 3, 2019
Passing the result of a function here results in a PHP notice "Only variables should be passed by reference". Passing a variable fixes this.
ABF::__isListed returns a boolean value, which is not countable. Attempting to count non-countable types will emit an E_WARNING since PHP 7.2; see: http://php.net/manual/de/migration72.incompatible.php
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

Successfully merging this pull request may close these issues.

1 participant