@@ 5371-5375 (lines=5) @@ | ||
5368 | unset($space0, $space1); |
|
5369 | break; |
|
5370 | case 'tUplus': // unary plus |
|
5371 | case 'tUminus': // unary minus |
|
5372 | $op = array_pop($formulaStrings); |
|
5373 | $formulaStrings[] = "$space1$space0{$token['data']}$op"; |
|
5374 | unset($space0, $space1); |
|
5375 | break; |
|
5376 | case 'tPercent': // percent sign |
|
5377 | $op = array_pop($formulaStrings); |
|
5378 | $formulaStrings[] = "$op$space1$space0{$token['data']}"; |
|
@@ 5376-5380 (lines=5) @@ | ||
5373 | $formulaStrings[] = "$space1$space0{$token['data']}$op"; |
|
5374 | unset($space0, $space1); |
|
5375 | break; |
|
5376 | case 'tPercent': // percent sign |
|
5377 | $op = array_pop($formulaStrings); |
|
5378 | $formulaStrings[] = "$op$space1$space0{$token['data']}"; |
|
5379 | unset($space0, $space1); |
|
5380 | break; |
|
5381 | case 'tAttrVolatile': // indicates volatile function |
|
5382 | case 'tAttrIf': |
|
5383 | case 'tAttrSkip': |