@@ 5385-5390 (lines=6) @@ | ||
5382 | ||
5383 | break; |
|
5384 | case 'tUplus': // unary plus |
|
5385 | case 'tUminus': // unary minus |
|
5386 | $op = array_pop($formulaStrings); |
|
5387 | $formulaStrings[] = "$space1$space0{$token['data']}$op"; |
|
5388 | unset($space0, $space1); |
|
5389 | ||
5390 | break; |
|
5391 | case 'tPercent': // percent sign |
|
5392 | $op = array_pop($formulaStrings); |
|
5393 | $formulaStrings[] = "$op$space1$space0{$token['data']}"; |
|
@@ 5391-5396 (lines=6) @@ | ||
5388 | unset($space0, $space1); |
|
5389 | ||
5390 | break; |
|
5391 | case 'tPercent': // percent sign |
|
5392 | $op = array_pop($formulaStrings); |
|
5393 | $formulaStrings[] = "$op$space1$space0{$token['data']}"; |
|
5394 | unset($space0, $space1); |
|
5395 | ||
5396 | break; |
|
5397 | case 'tAttrVolatile': // indicates volatile function |
|
5398 | case 'tAttrIf': |
|
5399 | case 'tAttrSkip': |