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

PHP 7 Fatal Error #848

Open
alexgurrola opened this issue Mar 30, 2017 · 2 comments
Open

PHP 7 Fatal Error #848

alexgurrola opened this issue Mar 30, 2017 · 2 comments

Comments

@alexgurrola
Copy link

This line causes a Fatal Error stating "Invalid Operand Types", which shows that the += does not unify these arrays as intended in Versions > 7.

https://github.com/kriswallsmith/assetic/blob/master/src/Assetic/Factory/Loader/CachedFormulaLoader.php#L62

@aik099
Copy link

aik099 commented Mar 30, 2017

Can you please post var_dump results of both operands so that we can easily spot what values cause the error to happen. Theoretically one of operands might be something other than array.

@Georgescu-Radu
Copy link

@alexgurrola did you find a solution?

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

3 participants