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

bug in PHP 7.2 #1

Merged
merged 1 commit into from Oct 22, 2018
Merged

Conversation

plandruxa
Copy link

@plandruxa plandruxa commented Sep 25, 2018

Денис, в PHP 7.2 стало падать исключение "A non well formed numeric value encountered"
при поле вида $value = '123423234 ', с пробелом на конце

Возможно я что-то не учёл, но в моём случае проблема решилась заменой приведения к INT вида
$value * 1 на intVal($value)

there is an exception "A non well formed numeric value encountered"
@ellumilel ellumilel self-assigned this Oct 4, 2018
@ellumilel
Copy link
Owner

@plandruxa Спасибо, проверю и волью.

@ellumilel ellumilel merged commit f6685f3 into ellumilel:master Oct 22, 2018
@ellumilel ellumilel removed the testing label Oct 22, 2018
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.

None yet

2 participants