@@ 5245-5249 (lines=5) @@ | ||
5242 | unset($space0, $space1); |
|
5243 | break; |
|
5244 | case 'tUplus': // unary plus |
|
5245 | case 'tUminus': // unary minus |
|
5246 | $op = array_pop($formulaStrings); |
|
5247 | $formulaStrings[] = "$space1$space0{$token['data']}$op"; |
|
5248 | unset($space0, $space1); |
|
5249 | break; |
|
5250 | case 'tPercent': // percent sign |
|
5251 | $op = array_pop($formulaStrings); |
|
5252 | $formulaStrings[] = "$op$space1$space0{$token['data']}"; |
|
@@ 5250-5254 (lines=5) @@ | ||
5247 | $formulaStrings[] = "$space1$space0{$token['data']}$op"; |
|
5248 | unset($space0, $space1); |
|
5249 | break; |
|
5250 | case 'tPercent': // percent sign |
|
5251 | $op = array_pop($formulaStrings); |
|
5252 | $formulaStrings[] = "$op$space1$space0{$token['data']}"; |
|
5253 | unset($space0, $space1); |
|
5254 | break; |
|
5255 | case 'tAttrVolatile': // indicates volatile function |
|
5256 | case 'tAttrIf': |
|
5257 | case 'tAttrSkip': |