Mantis - Quercus
Viewing Issue Advanced Details
3244 block always 01-13-09 09:11 01-13-09 09:56
koreth  
nam  
normal  
closed 4.0.0  
fixed  
none    
none 4.0.0  
0003244: Array-to-integer comparison fails in compiled mode
<?php
$foo = array('x'=>'y');
if ($foo > 0) print "yep\n";

Regular PHP and Quercus in interpreted mode print "yep". Quercus in compiled mode doesn't.

Notes
(0003724)
nam   
01-13-09 09:56   
php/33oh