Mantis - Quercus
Viewing Issue Advanced Details
530 minor always 12-21-05 00:45 12-23-05 09:20
bago  
 
normal  
closed  
snap 2005-12-20 fixed  
none    
none 3.0.18  
0000530: $or should not be reserved
Original php allows for variables named $or while qercus raise an error.
$or = 'foo';
/Programmi/Java/Resin-3.0.16/webapps/ROOT/modules/search.module:688: expected
identifier at (token 277). in
search.module:687: $queryor = array();
search.module:688: foreach ($key as $or) {
search.module:689: $q = _search_parse_query($or, $scorewords);

Notes
(0000569)
ferg   
12-23-05 09:20   
php/0268