@@ 5303-5307 (lines=5) @@ | ||
5300 | unset($space0, $space1); |
|
5301 | break; |
|
5302 | case 'tUplus': // unary plus |
|
5303 | case 'tUminus': // unary minus |
|
5304 | $op = array_pop($formulaStrings); |
|
5305 | $formulaStrings[] = "$space1$space0{$token['data']}$op"; |
|
5306 | unset($space0, $space1); |
|
5307 | break; |
|
5308 | case 'tPercent': // percent sign |
|
5309 | $op = array_pop($formulaStrings); |
|
5310 | $formulaStrings[] = "$op$space1$space0{$token['data']}"; |
|
@@ 5308-5312 (lines=5) @@ | ||
5305 | $formulaStrings[] = "$space1$space0{$token['data']}$op"; |
|
5306 | unset($space0, $space1); |
|
5307 | break; |
|
5308 | case 'tPercent': // percent sign |
|
5309 | $op = array_pop($formulaStrings); |
|
5310 | $formulaStrings[] = "$op$space1$space0{$token['data']}"; |
|
5311 | unset($space0, $space1); |
|
5312 | break; |
|
5313 | case 'tAttrVolatile': // indicates volatile function |
|
5314 | case 'tAttrIf': |
|
5315 | case 'tAttrSkip': |