@@ 5253-5257 (lines=5) @@ | ||
5250 | unset($space0, $space1); |
|
5251 | break; |
|
5252 | case 'tUplus': // unary plus |
|
5253 | case 'tUminus': // unary minus |
|
5254 | $op = array_pop($formulaStrings); |
|
5255 | $formulaStrings[] = "$space1$space0{$token['data']}$op"; |
|
5256 | unset($space0, $space1); |
|
5257 | break; |
|
5258 | case 'tPercent': // percent sign |
|
5259 | $op = array_pop($formulaStrings); |
|
5260 | $formulaStrings[] = "$op$space1$space0{$token['data']}"; |
|
@@ 5258-5262 (lines=5) @@ | ||
5255 | $formulaStrings[] = "$space1$space0{$token['data']}$op"; |
|
5256 | unset($space0, $space1); |
|
5257 | break; |
|
5258 | case 'tPercent': // percent sign |
|
5259 | $op = array_pop($formulaStrings); |
|
5260 | $formulaStrings[] = "$op$space1$space0{$token['data']}"; |
|
5261 | unset($space0, $space1); |
|
5262 | break; |
|
5263 | case 'tAttrVolatile': // indicates volatile function |
|
5264 | case 'tAttrIf': |
|
5265 | case 'tAttrSkip': |