Extension to PHP, standard in AerScript.
Alle Prüfungen waren erfolgreich
The build was successful.

Dieser Commit ist enthalten in:
2019-03-21 06:19:27 +01:00
Ursprung 1460200919
Commit 0115b30d01

Datei anzeigen

@@ -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) {