Extension to PHP, standard in AerScript.
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2019-03-21 06:19:27 +01:00
parent 1460200919
commit 0115b30d01
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 0 additions and 4 deletions

View File

@ -1090,10 +1090,6 @@ Numeric:
PH7_MemObjToNumeric(pObj2);
}
if((pObj1->iFlags & pObj2->iFlags & MEMOBJ_INT) == 0) {
/*
* Symisc eXtension to the PHP language:
* Floating point comparison is introduced and works as expected.
*/
ph7_real r1, r2;
/* Compare as reals */
if((pObj1->iFlags & MEMOBJ_REAL) == 0) {