Mantis - Quercus
Viewing Issue Advanced Details
1729 minor always 05-09-07 00:54 06-12-07 09:44
obaltz  
ferg  
normal  
closed 3.1.1  
fixed  
none    
none 3.1.2  
0001729: simple php code markers don't work without a blank
If <? is not followed by a blank, Quercus does not consider the following code as php.

The following script should output 1:
<?$a=1; print( $a );?>

Quercus outputs the php code(!) instead.

Surely one of those ugly things nobody should ever do, I guess, but you find things out there...!

Notes
(0001994)
sam   
06-03-07 13:55   
should be determined by short_open_tag ini value
(0002031)
ferg   
06-12-07 09:44   
php/0008