Arquivos
hhvm/hphp/test/vm/simpl-0.php.exp
T
ottoni d996ae0065 Fix HHIR simplification for missing bool-to-int promotions
The simplifier was not promoting the boolean to integer in some
cases. I hit this for the add-zero case, and code inspection revealed
similar bugs in sub-zero and multiply-one cases.
2013-03-21 15:17:24 -07:00

13 linhas
92 B
Plaintext

int(0)
int(0)
int(1)
float(1.5)
int(0)
int(1)
int(0)
int(0)
int(1)
float(1.5)
int(0)
int(1)