Skip to content

null equality issue#538

Merged
dweeves merged 1 commit intodweeves:masterfrom
hidonet:patch-2
Jun 9, 2017
Merged

null equality issue#538
dweeves merged 1 commit intodweeves:masterfrom
hidonet:patch-2

Conversation

@hidonet
Copy link
Contributor

@hidonet hidonet commented Jun 8, 2017

if ($ovalue !== false && $ovalue != null) returns wrong result in php 5.6.30 and sets $ovalue as false

if ($ovalue !== false && $ovalue != null) returns wrong result in php 5.6.30 and sets $ovalue as false
@dweeves dweeves merged commit 5b7d001 into dweeves:master Jun 9, 2017
@dweeves
Copy link
Owner

dweeves commented Jun 9, 2017

thx for spotting this.

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.

2 participants