@@ 5263-5267 (lines=5) @@ | ||
5260 | unset($space0, $space1); |
|
5261 | break; |
|
5262 | case 'tUplus': // unary plus |
|
5263 | case 'tUminus': // unary minus |
|
5264 | $op = array_pop($formulaStrings); |
|
5265 | $formulaStrings[] = "$space1$space0{$token['data']}$op"; |
|
5266 | unset($space0, $space1); |
|
5267 | break; |
|
5268 | case 'tPercent': // percent sign |
|
5269 | $op = array_pop($formulaStrings); |
|
5270 | $formulaStrings[] = "$op$space1$space0{$token['data']}"; |
|
@@ 5268-5272 (lines=5) @@ | ||
5265 | $formulaStrings[] = "$space1$space0{$token['data']}$op"; |
|
5266 | unset($space0, $space1); |
|
5267 | break; |
|
5268 | case 'tPercent': // percent sign |
|
5269 | $op = array_pop($formulaStrings); |
|
5270 | $formulaStrings[] = "$op$space1$space0{$token['data']}"; |
|
5271 | unset($space0, $space1); |
|
5272 | break; |
|
5273 | case 'tAttrVolatile': // indicates volatile function |
|
5274 | case 'tAttrIf': |
|
5275 | case 'tAttrSkip': |