Correct the condition.
Todas as verificações foram bem sucedidas
The build was successful.

Esse commit está contido em:
2019-06-05 19:15:47 +02:00
commit 24c75975e3

Ver Arquivo

@@ -810,7 +810,7 @@ PH7_PRIVATE sxi32 PH7_ClassInstanceCmp(ph7_class_instance *pLeft, ph7_class_inst
* are identical if and only if they refer to the same instance
* of the same class.
*/
return !(pLeft == pRight);
return pLeft != pRight;
}
/*
* Attribute comparison.