php-parser/internal/php7/scanner.go

24159 lines
399 KiB
Go
Raw Normal View History

// line internal/php7/scanner.rl:1
package php7
2017-12-01 13:36:46 +00:00
import (
"fmt"
"strconv"
"strings"
2020-08-17 17:31:04 +00:00
"github.com/VKCOM/php-parser/pkg/token"
2017-12-01 13:36:46 +00:00
)
// line internal/php7/scanner.go:15
const lexer_start int = 113
const lexer_first_final int = 113
2019-03-10 21:37:01 +00:00
const lexer_error int = 0
const lexer_en_main int = 113
const lexer_en_html int = 116
const lexer_en_php int = 123
2020-12-11 11:28:16 +00:00
const lexer_en_property int = 467
const lexer_en_nowdoc int = 473
const lexer_en_heredoc int = 477
const lexer_en_backqote int = 484
const lexer_en_template_string int = 490
const lexer_en_heredoc_end int = 496
const lexer_en_string_var int = 498
const lexer_en_string_var_index int = 503
const lexer_en_string_var_name int = 513
const lexer_en_halt_compiller_open_parenthesis int = 515
const lexer_en_halt_compiller_close_parenthesis int = 519
const lexer_en_halt_compiller_close_semicolon int = 523
const lexer_en_halt_compiller_end int = 527
2019-03-10 21:37:01 +00:00
// line internal/php7/scanner.rl:17
2019-03-10 21:37:01 +00:00
func initLexer(lex *Lexer) {
2019-03-10 21:37:01 +00:00
// line internal/php7/scanner.go:43
2019-03-10 21:37:01 +00:00
{
lex.cs = lexer_start
lex.top = 0
lex.ts = 0
lex.te = 0
lex.act = 0
2017-12-01 13:36:46 +00:00
}
// line internal/php7/scanner.rl:21
2019-03-10 21:37:01 +00:00
}
2017-12-01 13:36:46 +00:00
2020-08-17 17:31:04 +00:00
func (lex *Lexer) Lex() *token.Token {
2019-03-10 21:37:01 +00:00
eof := lex.pe
2020-08-17 17:31:04 +00:00
var tok token.ID
tkn := lex.tokenPool.Get()
2017-12-01 13:36:46 +00:00
2019-03-10 21:37:01 +00:00
lblStart := 0
lblEnd := 0
2017-12-01 13:36:46 +00:00
2019-03-10 21:37:01 +00:00
_, _ = lblStart, lblEnd
2017-12-01 13:36:46 +00:00
// line internal/php7/scanner.go:67
2019-03-10 21:37:01 +00:00
{
var _widec int16
if (lex.p) == (lex.pe) {
goto _test_eof
}
goto _resume
_again:
switch lex.cs {
case 113:
goto st113
case 114:
goto st114
case 1:
goto st1
2019-03-10 21:37:01 +00:00
case 115:
goto st115
case 116:
goto st116
case 117:
goto st117
case 118:
goto st118
case 119:
goto st119
case 120:
goto st120
case 121:
goto st121
2019-12-29 22:20:20 +00:00
case 2:
goto st2
case 3:
goto st3
case 4:
goto st4
case 122:
goto st122
case 5:
goto st5
case 123:
goto st123
2019-06-07 06:33:35 +00:00
case 124:
goto st124
2019-03-10 21:37:01 +00:00
case 125:
goto st125
case 6:
goto st6
2019-03-10 21:37:01 +00:00
case 126:
goto st126
case 127:
goto st127
case 128:
goto st128
case 129:
goto st129
2019-12-29 22:20:20 +00:00
case 7:
goto st7
case 8:
goto st8
case 9:
goto st9
case 10:
goto st10
case 130:
goto st130
case 131:
goto st131
2019-12-29 22:20:20 +00:00
case 132:
goto st132
case 133:
goto st133
case 134:
goto st134
case 135:
goto st135
case 136:
goto st136
2019-12-29 22:20:20 +00:00
case 11:
goto st11
2019-03-10 21:37:01 +00:00
case 12:
goto st12
case 137:
goto st137
2019-03-10 21:37:01 +00:00
case 13:
goto st13
case 14:
goto st14
case 15:
goto st15
case 16:
goto st16
case 17:
goto st17
case 18:
goto st18
case 19:
goto st19
case 20:
goto st20
case 21:
goto st21
case 22:
goto st22
case 23:
goto st23
case 24:
goto st24
case 25:
goto st25
case 26:
goto st26
case 27:
goto st27
case 28:
goto st28
case 29:
goto st29
case 30:
goto st30
case 31:
goto st31
case 32:
goto st32
case 33:
goto st33
case 34:
goto st34
case 35:
goto st35
case 36:
goto st36
case 37:
goto st37
case 38:
goto st38
case 39:
goto st39
case 40:
goto st40
case 41:
goto st41
case 42:
goto st42
case 43:
goto st43
case 44:
goto st44
case 45:
goto st45
case 46:
goto st46
case 47:
goto st47
case 48:
goto st48
case 49:
goto st49
case 50:
goto st50
case 51:
goto st51
case 52:
goto st52
case 53:
goto st53
case 54:
goto st54
case 55:
goto st55
case 56:
goto st56
case 57:
goto st57
case 58:
goto st58
case 59:
goto st59
case 60:
goto st60
case 61:
goto st61
case 62:
goto st62
case 63:
goto st63
case 64:
goto st64
case 65:
goto st65
case 66:
goto st66
2019-12-29 22:20:20 +00:00
case 138:
goto st138
case 139:
goto st139
case 140:
goto st140
case 141:
goto st141
case 142:
goto st142
case 67:
goto st67
case 143:
goto st143
case 68:
goto st68
2019-06-07 06:33:35 +00:00
case 69:
goto st69
case 144:
goto st144
2019-03-10 21:37:01 +00:00
case 70:
goto st70
case 145:
goto st145
2019-03-10 21:37:01 +00:00
case 71:
goto st71
case 72:
goto st72
case 73:
goto st73
2019-03-10 21:37:01 +00:00
case 146:
goto st146
2019-12-29 22:20:20 +00:00
case 147:
goto st147
case 148:
goto st148
case 74:
goto st74
case 75:
goto st75
2019-12-29 22:20:20 +00:00
case 149:
goto st149
case 76:
goto st76
2019-12-29 22:20:20 +00:00
case 150:
goto st150
case 151:
goto st151
case 152:
goto st152
case 77:
goto st77
case 78:
goto st78
2019-03-10 21:37:01 +00:00
case 79:
goto st79
case 80:
goto st80
2019-12-29 22:20:20 +00:00
case 153:
goto st153
case 154:
goto st154
case 81:
goto st81
case 155:
goto st155
case 156:
goto st156
2019-03-10 21:37:01 +00:00
case 82:
goto st82
case 83:
goto st83
case 84:
goto st84
case 85:
goto st85
case 157:
goto st157
2019-03-10 21:37:01 +00:00
case 86:
goto st86
case 87:
goto st87
case 88:
goto st88
2019-12-29 22:20:20 +00:00
case 89:
goto st89
2019-03-10 21:37:01 +00:00
case 158:
goto st158
case 159:
goto st159
case 160:
goto st160
case 161:
goto st161
case 162:
goto st162
case 163:
goto st163
case 164:
goto st164
case 165:
goto st165
case 90:
goto st90
2019-03-10 21:37:01 +00:00
case 166:
goto st166
case 167:
goto st167
case 168:
goto st168
case 169:
goto st169
case 170:
goto st170
case 171:
goto st171
case 172:
goto st172
case 173:
goto st173
2019-03-10 21:37:01 +00:00
case 174:
goto st174
case 175:
goto st175
case 176:
goto st176
case 177:
goto st177
case 178:
goto st178
case 179:
goto st179
case 91:
goto st91
case 92:
goto st92
2019-03-10 21:37:01 +00:00
case 180:
goto st180
case 181:
goto st181
case 182:
goto st182
case 183:
goto st183
case 184:
goto st184
case 185:
goto st185
case 186:
goto st186
case 187:
goto st187
case 188:
goto st188
case 189:
goto st189
case 190:
goto st190
case 191:
goto st191
case 192:
goto st192
case 193:
goto st193
case 194:
goto st194
case 195:
goto st195
case 196:
goto st196
case 197:
goto st197
case 198:
goto st198
case 199:
goto st199
case 200:
goto st200
case 201:
goto st201
case 202:
goto st202
case 203:
goto st203
case 204:
goto st204
case 205:
goto st205
case 206:
goto st206
case 207:
goto st207
case 208:
goto st208
case 209:
goto st209
case 210:
goto st210
case 211:
goto st211
case 212:
goto st212
case 213:
goto st213
case 214:
goto st214
case 215:
goto st215
case 216:
goto st216
case 217:
goto st217
case 218:
goto st218
case 219:
goto st219
case 220:
goto st220
case 221:
goto st221
case 222:
goto st222
case 223:
goto st223
case 224:
goto st224
case 225:
goto st225
case 226:
goto st226
case 227:
goto st227
case 228:
goto st228
case 229:
goto st229
case 230:
goto st230
case 231:
goto st231
case 232:
goto st232
case 233:
goto st233
case 234:
goto st234
case 235:
goto st235
case 236:
goto st236
case 237:
goto st237
case 238:
goto st238
case 239:
goto st239
case 240:
goto st240
case 241:
goto st241
case 242:
goto st242
case 243:
goto st243
case 244:
goto st244
case 245:
goto st245
case 246:
goto st246
case 247:
goto st247
case 248:
goto st248
case 249:
goto st249
case 250:
goto st250
case 251:
goto st251
case 252:
goto st252
case 253:
goto st253
case 254:
goto st254
case 255:
goto st255
case 256:
goto st256
case 257:
goto st257
case 258:
goto st258
case 259:
goto st259
case 260:
goto st260
case 261:
goto st261
case 262:
goto st262
case 263:
goto st263
case 264:
goto st264
case 265:
goto st265
case 266:
goto st266
case 267:
goto st267
case 268:
goto st268
case 269:
goto st269
case 270:
goto st270
case 271:
goto st271
case 272:
goto st272
case 273:
goto st273
case 274:
goto st274
case 275:
goto st275
case 276:
goto st276
case 277:
goto st277
case 278:
goto st278
case 279:
goto st279
case 280:
goto st280
case 281:
goto st281
case 282:
goto st282
case 283:
goto st283
case 284:
goto st284
case 285:
goto st285
case 286:
goto st286
case 287:
goto st287
case 288:
goto st288
case 289:
goto st289
case 290:
goto st290
case 291:
goto st291
case 292:
goto st292
case 293:
goto st293
case 294:
goto st294
case 295:
goto st295
case 296:
goto st296
case 297:
goto st297
case 298:
goto st298
case 299:
goto st299
case 300:
goto st300
case 301:
goto st301
case 302:
goto st302
case 303:
goto st303
case 304:
goto st304
case 305:
goto st305
case 306:
goto st306
case 307:
goto st307
case 308:
goto st308
case 309:
goto st309
case 310:
goto st310
case 311:
goto st311
case 312:
goto st312
case 313:
goto st313
case 314:
goto st314
case 315:
goto st315
case 316:
goto st316
case 317:
goto st317
case 318:
goto st318
case 319:
goto st319
case 320:
goto st320
case 321:
goto st321
case 322:
goto st322
case 323:
goto st323
case 324:
goto st324
case 325:
goto st325
case 326:
goto st326
case 327:
goto st327
case 328:
goto st328
case 329:
goto st329
case 330:
goto st330
case 331:
goto st331
case 332:
goto st332
case 333:
goto st333
case 334:
goto st334
case 335:
goto st335
case 336:
goto st336
case 337:
goto st337
case 338:
goto st338
case 339:
goto st339
case 340:
goto st340
case 341:
goto st341
case 342:
goto st342
case 343:
goto st343
case 344:
goto st344
case 345:
goto st345
case 346:
goto st346
case 347:
goto st347
case 348:
goto st348
case 349:
goto st349
case 350:
goto st350
case 351:
goto st351
case 352:
goto st352
case 353:
goto st353
case 354:
goto st354
case 355:
goto st355
case 356:
goto st356
case 357:
goto st357
case 358:
goto st358
case 359:
goto st359
case 360:
goto st360
case 361:
goto st361
case 362:
goto st362
case 363:
goto st363
case 364:
goto st364
case 365:
goto st365
case 366:
goto st366
case 367:
goto st367
case 368:
goto st368
case 369:
goto st369
case 370:
goto st370
case 371:
goto st371
case 372:
goto st372
case 373:
goto st373
case 374:
goto st374
case 375:
goto st375
case 376:
goto st376
case 377:
goto st377
case 378:
goto st378
case 379:
goto st379
case 380:
goto st380
case 381:
goto st381
case 382:
goto st382
case 383:
goto st383
case 384:
goto st384
case 385:
goto st385
case 386:
goto st386
case 387:
goto st387
case 388:
goto st388
case 389:
goto st389
case 390:
goto st390
case 391:
goto st391
case 392:
goto st392
case 393:
goto st393
2019-12-29 22:20:20 +00:00
case 394:
goto st394
case 395:
goto st395
case 396:
goto st396
case 397:
goto st397
case 398:
goto st398
case 399:
goto st399
case 93:
goto st93
case 94:
goto st94
case 95:
goto st95
case 96:
goto st96
case 97:
goto st97
2019-12-29 22:20:20 +00:00
case 98:
goto st98
2019-03-10 21:37:01 +00:00
case 400:
goto st400
case 401:
goto st401
case 402:
goto st402
case 403:
goto st403
case 404:
goto st404
case 405:
goto st405
case 406:
goto st406
case 407:
goto st407
case 408:
goto st408
case 409:
goto st409
case 410:
goto st410
case 411:
goto st411
case 412:
goto st412
case 413:
goto st413
case 414:
goto st414
case 415:
goto st415
case 416:
goto st416
case 417:
goto st417
case 418:
goto st418
case 419:
goto st419
case 420:
goto st420
case 421:
goto st421
case 422:
goto st422
case 423:
goto st423
case 424:
goto st424
case 425:
goto st425
case 426:
goto st426
case 427:
goto st427
case 428:
goto st428
case 429:
goto st429
case 430:
goto st430
case 431:
goto st431
case 432:
goto st432
case 433:
goto st433
case 434:
goto st434
case 435:
goto st435
case 436:
goto st436
case 437:
goto st437
case 438:
goto st438
case 439:
goto st439
case 440:
goto st440
case 441:
goto st441
case 442:
goto st442
case 443:
goto st443
case 444:
goto st444
case 445:
goto st445
case 446:
goto st446
case 447:
goto st447
case 448:
goto st448
case 449:
goto st449
case 450:
goto st450
case 451:
goto st451
case 452:
goto st452
case 453:
goto st453
case 454:
goto st454
case 455:
goto st455
case 456:
goto st456
case 457:
goto st457
case 458:
goto st458
case 459:
goto st459
case 460:
goto st460
case 461:
goto st461
case 462:
goto st462
case 463:
goto st463
case 464:
goto st464
case 465:
goto st465
case 466:
goto st466
case 467:
goto st467
case 468:
goto st468
case 469:
goto st469
2020-12-11 11:28:16 +00:00
case 99:
goto st99
2019-03-10 21:37:01 +00:00
case 470:
goto st470
case 471:
goto st471
case 472:
goto st472
case 473:
goto st473
2020-12-11 11:28:16 +00:00
case 0:
goto st0
2019-03-10 21:37:01 +00:00
case 474:
goto st474
case 475:
goto st475
case 476:
goto st476
case 477:
goto st477
case 478:
goto st478
2020-12-11 11:28:16 +00:00
case 100:
goto st100
2019-03-10 21:37:01 +00:00
case 479:
goto st479
case 480:
goto st480
case 481:
goto st481
case 482:
goto st482
case 483:
goto st483
case 484:
goto st484
2020-12-11 11:28:16 +00:00
case 101:
goto st101
case 102:
goto st102
2019-03-10 21:37:01 +00:00
case 485:
goto st485
case 486:
goto st486
case 487:
goto st487
case 488:
goto st488
case 489:
goto st489
case 490:
goto st490
2020-12-11 11:28:16 +00:00
case 103:
goto st103
case 104:
goto st104
2019-03-10 21:37:01 +00:00
case 491:
goto st491
case 492:
goto st492
case 493:
goto st493
case 494:
goto st494
case 495:
goto st495
case 496:
goto st496
case 497:
goto st497
case 498:
goto st498
case 499:
goto st499
case 500:
goto st500
case 501:
goto st501
2020-12-11 11:28:16 +00:00
case 105:
goto st105
2019-03-10 21:37:01 +00:00
case 502:
goto st502
case 503:
goto st503
case 504:
goto st504
2019-03-10 21:37:01 +00:00
case 505:
goto st505
case 506:
goto st506
case 507:
goto st507
case 508:
goto st508
case 509:
goto st509
2020-12-11 11:28:16 +00:00
case 106:
goto st106
case 107:
goto st107
2019-03-10 21:37:01 +00:00
case 510:
goto st510
2020-12-11 11:28:16 +00:00
case 108:
goto st108
2019-03-10 21:37:01 +00:00
case 511:
goto st511
case 512:
goto st512
case 513:
goto st513
case 514:
goto st514
2020-12-11 11:28:16 +00:00
case 109:
goto st109
2019-03-10 21:37:01 +00:00
case 515:
goto st515
case 516:
goto st516
case 517:
goto st517
2020-12-11 11:28:16 +00:00
case 110:
goto st110
2019-03-10 21:37:01 +00:00
case 518:
goto st518
case 519:
goto st519
case 520:
goto st520
case 521:
goto st521
2020-12-11 11:28:16 +00:00
case 111:
goto st111
case 522:
goto st522
case 523:
goto st523
case 524:
goto st524
2019-12-29 22:20:20 +00:00
case 525:
goto st525
2020-12-11 11:28:16 +00:00
case 112:
goto st112
2019-12-29 22:20:20 +00:00
case 526:
goto st526
case 527:
goto st527
case 528:
goto st528
case 529:
goto st529
case 530:
goto st530
2019-03-10 21:37:01 +00:00
}
2017-12-01 13:36:46 +00:00
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof
}
_resume:
switch lex.cs {
case 113:
goto st_case_113
case 114:
goto st_case_114
case 1:
goto st_case_1
2019-03-10 21:37:01 +00:00
case 115:
goto st_case_115
case 116:
goto st_case_116
case 117:
goto st_case_117
case 118:
goto st_case_118
case 119:
goto st_case_119
case 120:
goto st_case_120
case 121:
goto st_case_121
2019-12-29 22:20:20 +00:00
case 2:
goto st_case_2
case 3:
goto st_case_3
case 4:
goto st_case_4
case 122:
goto st_case_122
case 5:
goto st_case_5
case 123:
goto st_case_123
2019-06-07 06:33:35 +00:00
case 124:
goto st_case_124
2019-03-10 21:37:01 +00:00
case 125:
goto st_case_125
case 6:
goto st_case_6
2019-03-10 21:37:01 +00:00
case 126:
goto st_case_126
case 127:
goto st_case_127
case 128:
goto st_case_128
case 129:
goto st_case_129
2019-12-29 22:20:20 +00:00
case 7:
goto st_case_7
case 8:
goto st_case_8
case 9:
goto st_case_9
case 10:
goto st_case_10
case 130:
goto st_case_130
case 131:
goto st_case_131
2019-12-29 22:20:20 +00:00
case 132:
goto st_case_132
case 133:
goto st_case_133
case 134:
goto st_case_134
case 135:
goto st_case_135
case 136:
goto st_case_136
2019-12-29 22:20:20 +00:00
case 11:
goto st_case_11
2019-03-10 21:37:01 +00:00
case 12:
goto st_case_12
case 137:
goto st_case_137
2019-03-10 21:37:01 +00:00
case 13:
goto st_case_13
case 14:
goto st_case_14
case 15:
goto st_case_15
case 16:
goto st_case_16
case 17:
goto st_case_17
case 18:
goto st_case_18
case 19:
goto st_case_19
case 20:
goto st_case_20
case 21:
goto st_case_21
case 22:
goto st_case_22
case 23:
goto st_case_23
case 24:
goto st_case_24
case 25:
goto st_case_25
case 26:
goto st_case_26
case 27:
goto st_case_27
case 28:
goto st_case_28
case 29:
goto st_case_29
case 30:
goto st_case_30
case 31:
goto st_case_31
case 32:
goto st_case_32
case 33:
goto st_case_33
case 34:
goto st_case_34
case 35:
goto st_case_35
case 36:
goto st_case_36
case 37:
goto st_case_37
case 38:
goto st_case_38
case 39:
goto st_case_39
case 40:
goto st_case_40
case 41:
goto st_case_41
case 42:
goto st_case_42
case 43:
goto st_case_43
case 44:
goto st_case_44
case 45:
goto st_case_45
case 46:
goto st_case_46
case 47:
goto st_case_47
case 48:
goto st_case_48
case 49:
goto st_case_49
case 50:
goto st_case_50
case 51:
goto st_case_51
case 52:
goto st_case_52
case 53:
goto st_case_53
case 54:
goto st_case_54
case 55:
goto st_case_55
case 56:
goto st_case_56
case 57:
goto st_case_57
case 58:
goto st_case_58
case 59:
goto st_case_59
case 60:
goto st_case_60
case 61:
goto st_case_61
case 62:
goto st_case_62
case 63:
goto st_case_63
case 64:
goto st_case_64
case 65:
goto st_case_65
case 66:
goto st_case_66
2019-12-29 22:20:20 +00:00
case 138:
goto st_case_138
case 139:
goto st_case_139
case 140:
goto st_case_140
case 141:
goto st_case_141
case 142:
goto st_case_142
case 67:
goto st_case_67
case 143:
goto st_case_143
case 68:
goto st_case_68
2019-06-07 06:33:35 +00:00
case 69:
goto st_case_69
case 144:
goto st_case_144
2019-03-10 21:37:01 +00:00
case 70:
goto st_case_70
case 145:
goto st_case_145
2019-03-10 21:37:01 +00:00
case 71:
goto st_case_71
case 72:
goto st_case_72
case 73:
goto st_case_73
2019-03-10 21:37:01 +00:00
case 146:
goto st_case_146
2019-12-29 22:20:20 +00:00
case 147:
goto st_case_147
case 148:
goto st_case_148
case 74:
goto st_case_74
case 75:
goto st_case_75
2019-12-29 22:20:20 +00:00
case 149:
goto st_case_149
case 76:
goto st_case_76
2019-12-29 22:20:20 +00:00
case 150:
goto st_case_150
case 151:
goto st_case_151
case 152:
goto st_case_152
case 77:
goto st_case_77
case 78:
goto st_case_78
2019-03-10 21:37:01 +00:00
case 79:
goto st_case_79
case 80:
goto st_case_80
2019-12-29 22:20:20 +00:00
case 153:
goto st_case_153
case 154:
goto st_case_154
case 81:
goto st_case_81
case 155:
goto st_case_155
case 156:
goto st_case_156
2019-03-10 21:37:01 +00:00
case 82:
goto st_case_82
case 83:
goto st_case_83
case 84:
goto st_case_84
case 85:
goto st_case_85
case 157:
goto st_case_157
2019-03-10 21:37:01 +00:00
case 86:
goto st_case_86
case 87:
goto st_case_87
case 88:
goto st_case_88
2019-12-29 22:20:20 +00:00
case 89:
goto st_case_89
2019-03-10 21:37:01 +00:00
case 158:
goto st_case_158
case 159:
goto st_case_159
case 160:
goto st_case_160
case 161:
goto st_case_161
case 162:
goto st_case_162
case 163:
goto st_case_163
case 164:
goto st_case_164
case 165:
goto st_case_165
case 90:
goto st_case_90
2019-03-10 21:37:01 +00:00
case 166:
goto st_case_166
case 167:
goto st_case_167
case 168:
goto st_case_168
case 169:
goto st_case_169
case 170:
goto st_case_170
case 171:
goto st_case_171
case 172:
goto st_case_172
case 173:
goto st_case_173
2019-03-10 21:37:01 +00:00
case 174:
goto st_case_174
case 175:
goto st_case_175
case 176:
goto st_case_176
case 177:
goto st_case_177
case 178:
goto st_case_178
case 179:
goto st_case_179
case 91:
goto st_case_91
case 92:
goto st_case_92
2019-03-10 21:37:01 +00:00
case 180:
goto st_case_180
case 181:
goto st_case_181
case 182:
goto st_case_182
case 183:
goto st_case_183
case 184:
goto st_case_184
case 185:
goto st_case_185
case 186:
goto st_case_186
case 187:
goto st_case_187
case 188:
goto st_case_188
case 189:
goto st_case_189
case 190:
goto st_case_190
case 191:
goto st_case_191
case 192:
goto st_case_192
case 193:
goto st_case_193
case 194:
goto st_case_194
case 195:
goto st_case_195
case 196:
goto st_case_196
case 197:
goto st_case_197
case 198:
goto st_case_198
case 199:
goto st_case_199
case 200:
goto st_case_200
case 201:
goto st_case_201
case 202:
goto st_case_202
case 203:
goto st_case_203
case 204:
goto st_case_204
case 205:
goto st_case_205
case 206:
goto st_case_206
case 207:
goto st_case_207
case 208:
goto st_case_208
case 209:
goto st_case_209
case 210:
goto st_case_210
case 211:
goto st_case_211
case 212:
goto st_case_212
case 213:
goto st_case_213
case 214:
goto st_case_214
case 215:
goto st_case_215
case 216:
goto st_case_216
case 217:
goto st_case_217
case 218:
goto st_case_218
case 219:
goto st_case_219
case 220:
goto st_case_220
case 221:
goto st_case_221
case 222:
goto st_case_222
case 223:
goto st_case_223
case 224:
goto st_case_224
case 225:
goto st_case_225
case 226:
goto st_case_226
case 227:
goto st_case_227
case 228:
goto st_case_228
case 229:
goto st_case_229
case 230:
goto st_case_230
case 231:
goto st_case_231
case 232:
goto st_case_232
case 233:
goto st_case_233
case 234:
goto st_case_234
case 235:
goto st_case_235
case 236:
goto st_case_236
case 237:
goto st_case_237
case 238:
goto st_case_238
case 239:
goto st_case_239
case 240:
goto st_case_240
case 241:
goto st_case_241
case 242:
goto st_case_242
case 243:
goto st_case_243
case 244:
goto st_case_244
case 245:
goto st_case_245
case 246:
goto st_case_246
case 247:
goto st_case_247
case 248:
goto st_case_248
case 249:
goto st_case_249
case 250:
goto st_case_250
case 251:
goto st_case_251
case 252:
goto st_case_252
case 253:
goto st_case_253
case 254:
goto st_case_254
case 255:
goto st_case_255
case 256:
goto st_case_256
case 257:
goto st_case_257
case 258:
goto st_case_258
case 259:
goto st_case_259
case 260:
goto st_case_260
case 261:
goto st_case_261
case 262:
goto st_case_262
case 263:
goto st_case_263
case 264:
goto st_case_264
case 265:
goto st_case_265
case 266:
goto st_case_266
case 267:
goto st_case_267
case 268:
goto st_case_268
case 269:
goto st_case_269
case 270:
goto st_case_270
case 271:
goto st_case_271
case 272:
goto st_case_272
case 273:
goto st_case_273
case 274:
goto st_case_274
case 275:
goto st_case_275
case 276:
goto st_case_276
case 277:
goto st_case_277
case 278:
goto st_case_278
case 279:
goto st_case_279
case 280:
goto st_case_280
case 281:
goto st_case_281
case 282:
goto st_case_282
case 283:
goto st_case_283
case 284:
goto st_case_284
case 285:
goto st_case_285
case 286:
goto st_case_286
case 287:
goto st_case_287
case 288:
goto st_case_288
case 289:
goto st_case_289
case 290:
goto st_case_290
case 291:
goto st_case_291
case 292:
goto st_case_292
case 293:
goto st_case_293
case 294:
goto st_case_294
case 295:
goto st_case_295
case 296:
goto st_case_296
case 297:
goto st_case_297
case 298:
goto st_case_298
case 299:
goto st_case_299
case 300:
goto st_case_300
case 301:
goto st_case_301
case 302:
goto st_case_302
case 303:
goto st_case_303
case 304:
goto st_case_304
case 305:
goto st_case_305
case 306:
goto st_case_306
case 307:
goto st_case_307
case 308:
goto st_case_308
case 309:
goto st_case_309
case 310:
goto st_case_310
case 311:
goto st_case_311
case 312:
goto st_case_312
case 313:
goto st_case_313
case 314:
goto st_case_314
case 315:
goto st_case_315
case 316:
goto st_case_316
case 317:
goto st_case_317
case 318:
goto st_case_318
case 319:
goto st_case_319
case 320:
goto st_case_320
case 321:
goto st_case_321
case 322:
goto st_case_322
case 323:
goto st_case_323
case 324:
goto st_case_324
case 325:
goto st_case_325
case 326:
goto st_case_326
case 327:
goto st_case_327
case 328:
goto st_case_328
case 329:
goto st_case_329
case 330:
goto st_case_330
case 331:
goto st_case_331
case 332:
goto st_case_332
case 333:
goto st_case_333
case 334:
goto st_case_334
case 335:
goto st_case_335
case 336:
goto st_case_336
case 337:
goto st_case_337
case 338:
goto st_case_338
case 339:
goto st_case_339
case 340:
goto st_case_340
case 341:
goto st_case_341
case 342:
goto st_case_342
case 343:
goto st_case_343
case 344:
goto st_case_344
case 345:
goto st_case_345
case 346:
goto st_case_346
case 347:
goto st_case_347
case 348:
goto st_case_348
case 349:
goto st_case_349
case 350:
goto st_case_350
case 351:
goto st_case_351
case 352:
goto st_case_352
case 353:
goto st_case_353
case 354:
goto st_case_354
case 355:
goto st_case_355
case 356:
goto st_case_356
case 357:
goto st_case_357
case 358:
goto st_case_358
case 359:
goto st_case_359
case 360:
goto st_case_360
case 361:
goto st_case_361
case 362:
goto st_case_362
case 363:
goto st_case_363
case 364:
goto st_case_364
case 365:
goto st_case_365
case 366:
goto st_case_366
case 367:
goto st_case_367
case 368:
goto st_case_368
case 369:
goto st_case_369
case 370:
goto st_case_370
case 371:
goto st_case_371
case 372:
goto st_case_372
case 373:
goto st_case_373
case 374:
goto st_case_374
case 375:
goto st_case_375
case 376:
goto st_case_376
case 377:
goto st_case_377
case 378:
goto st_case_378
case 379:
goto st_case_379
case 380:
goto st_case_380
case 381:
goto st_case_381
case 382:
goto st_case_382
case 383:
goto st_case_383
case 384:
goto st_case_384
case 385:
goto st_case_385
case 386:
goto st_case_386
case 387:
goto st_case_387
case 388:
goto st_case_388
case 389:
goto st_case_389
case 390:
goto st_case_390
case 391:
goto st_case_391
case 392:
goto st_case_392
case 393:
goto st_case_393
2019-12-29 22:20:20 +00:00
case 394:
goto st_case_394
case 395:
goto st_case_395
case 396:
goto st_case_396
case 397:
goto st_case_397
case 398:
goto st_case_398
case 399:
goto st_case_399
case 93:
goto st_case_93
case 94:
goto st_case_94
case 95:
goto st_case_95
case 96:
goto st_case_96
case 97:
goto st_case_97
2019-12-29 22:20:20 +00:00
case 98:
goto st_case_98
2019-03-10 21:37:01 +00:00
case 400:
goto st_case_400
case 401:
goto st_case_401
case 402:
goto st_case_402
case 403:
goto st_case_403
case 404:
goto st_case_404
case 405:
goto st_case_405
case 406:
goto st_case_406
case 407:
goto st_case_407
case 408:
goto st_case_408
case 409:
goto st_case_409
case 410:
goto st_case_410
case 411:
goto st_case_411
case 412:
goto st_case_412
case 413:
goto st_case_413
case 414:
goto st_case_414
case 415:
goto st_case_415
case 416:
goto st_case_416
case 417:
goto st_case_417
case 418:
goto st_case_418
case 419:
goto st_case_419
case 420:
goto st_case_420
case 421:
goto st_case_421
case 422:
goto st_case_422
case 423:
goto st_case_423
case 424:
goto st_case_424
case 425:
goto st_case_425
case 426:
goto st_case_426
case 427:
goto st_case_427
case 428:
goto st_case_428
case 429:
goto st_case_429
case 430:
goto st_case_430
case 431:
goto st_case_431
case 432:
goto st_case_432
case 433:
goto st_case_433
case 434:
goto st_case_434
case 435:
goto st_case_435
case 436:
goto st_case_436
case 437:
goto st_case_437
case 438:
goto st_case_438
case 439:
goto st_case_439
case 440:
goto st_case_440
case 441:
goto st_case_441
case 442:
goto st_case_442
case 443:
goto st_case_443
case 444:
goto st_case_444
case 445:
goto st_case_445
case 446:
goto st_case_446
case 447:
goto st_case_447
case 448:
goto st_case_448
case 449:
goto st_case_449
case 450:
goto st_case_450
case 451:
goto st_case_451
case 452:
goto st_case_452
case 453:
goto st_case_453
case 454:
goto st_case_454
case 455:
goto st_case_455
case 456:
goto st_case_456
case 457:
goto st_case_457
case 458:
goto st_case_458
case 459:
goto st_case_459
case 460:
goto st_case_460
case 461:
goto st_case_461
case 462:
goto st_case_462
case 463:
goto st_case_463
case 464:
goto st_case_464
case 465:
goto st_case_465
case 466:
goto st_case_466
case 467:
goto st_case_467
case 468:
goto st_case_468
case 469:
goto st_case_469
2020-12-11 11:28:16 +00:00
case 99:
goto st_case_99
2019-03-10 21:37:01 +00:00
case 470:
goto st_case_470
case 471:
goto st_case_471
case 472:
goto st_case_472
case 473:
goto st_case_473
2020-12-11 11:28:16 +00:00
case 0:
goto st_case_0
2019-03-10 21:37:01 +00:00
case 474:
goto st_case_474
case 475:
goto st_case_475
case 476:
goto st_case_476
case 477:
goto st_case_477
case 478:
goto st_case_478
2020-12-11 11:28:16 +00:00
case 100:
goto st_case_100
2019-03-10 21:37:01 +00:00
case 479:
goto st_case_479
case 480:
goto st_case_480
case 481:
goto st_case_481
case 482:
goto st_case_482
case 483:
goto st_case_483
case 484:
goto st_case_484
2020-12-11 11:28:16 +00:00
case 101:
goto st_case_101
case 102:
goto st_case_102
2019-03-10 21:37:01 +00:00
case 485:
goto st_case_485
case 486:
goto st_case_486
case 487:
goto st_case_487
case 488:
goto st_case_488
case 489:
goto st_case_489
case 490:
goto st_case_490
2020-12-11 11:28:16 +00:00
case 103:
goto st_case_103
case 104:
goto st_case_104
2019-03-10 21:37:01 +00:00
case 491:
goto st_case_491
case 492:
goto st_case_492
case 493:
goto st_case_493
case 494:
goto st_case_494
case 495:
goto st_case_495
case 496:
goto st_case_496
case 497:
goto st_case_497
case 498:
goto st_case_498
case 499:
goto st_case_499
case 500:
goto st_case_500
case 501:
goto st_case_501
2020-12-11 11:28:16 +00:00
case 105:
goto st_case_105
2019-03-10 21:37:01 +00:00
case 502:
goto st_case_502
case 503:
goto st_case_503
case 504:
goto st_case_504
2019-03-10 21:37:01 +00:00
case 505:
goto st_case_505
case 506:
goto st_case_506
case 507:
goto st_case_507
case 508:
goto st_case_508
case 509:
goto st_case_509
2020-12-11 11:28:16 +00:00
case 106:
goto st_case_106
case 107:
goto st_case_107
2019-03-10 21:37:01 +00:00
case 510:
goto st_case_510
2020-12-11 11:28:16 +00:00
case 108:
goto st_case_108
2019-03-10 21:37:01 +00:00
case 511:
goto st_case_511
case 512:
goto st_case_512
case 513:
goto st_case_513
case 514:
goto st_case_514
2020-12-11 11:28:16 +00:00
case 109:
goto st_case_109
2019-03-10 21:37:01 +00:00
case 515:
goto st_case_515
case 516:
goto st_case_516
case 517:
goto st_case_517
2020-12-11 11:28:16 +00:00
case 110:
goto st_case_110
2019-03-10 21:37:01 +00:00
case 518:
goto st_case_518
case 519:
goto st_case_519
case 520:
goto st_case_520
case 521:
goto st_case_521
2020-12-11 11:28:16 +00:00
case 111:
goto st_case_111
case 522:
goto st_case_522
case 523:
goto st_case_523
case 524:
goto st_case_524
2019-12-29 22:20:20 +00:00
case 525:
goto st_case_525
2020-12-11 11:28:16 +00:00
case 112:
goto st_case_112
2019-12-29 22:20:20 +00:00
case 526:
goto st_case_526
case 527:
goto st_case_527
case 528:
goto st_case_528
case 529:
goto st_case_529
case 530:
goto st_case_530
2019-03-10 21:37:01 +00:00
}
goto st_out
tr0:
lex.cs = 113
// line internal/php7/scanner.rl:130
2019-03-10 21:37:01 +00:00
(lex.p) = (lex.te) - 1
{
lex.cs = 116
2019-12-29 22:20:20 +00:00
lex.ungetCnt(1)
}
goto _again
tr169:
lex.cs = 113
// line internal/php7/scanner.rl:130
2019-12-29 22:20:20 +00:00
lex.te = (lex.p) + 1
{
lex.cs = 116
2019-12-29 22:20:20 +00:00
lex.ungetCnt(1)
}
goto _again
tr171:
lex.cs = 113
// line internal/php7/scanner.rl:130
2019-12-29 22:20:20 +00:00
lex.te = (lex.p)
(lex.p)--
{
lex.cs = 116
2019-12-29 22:20:20 +00:00
lex.ungetCnt(1)
2019-03-10 21:37:01 +00:00
}
goto _again
tr172:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:127
2019-12-29 22:20:20 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-12-07 23:23:48 +00:00
lex.addFreeFloatingToken(tkn, token.T_COMMENT, lex.ts, lex.te)
2019-12-29 22:20:20 +00:00
}
goto st113
st113:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-12-29 22:20:20 +00:00
lex.ts = 0
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof113
2019-12-29 22:20:20 +00:00
}
st_case_113:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-12-29 22:20:20 +00:00
lex.ts = (lex.p)
// line internal/php7/scanner.go:2259
2019-12-29 22:20:20 +00:00
if lex.data[(lex.p)] == 35 {
goto tr170
2019-12-29 22:20:20 +00:00
}
goto tr169
tr170:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-12-29 22:20:20 +00:00
lex.te = (lex.p) + 1
goto st114
st114:
2019-12-29 22:20:20 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof114
2019-12-29 22:20:20 +00:00
}
st_case_114:
// line internal/php7/scanner.go:2274
2019-12-29 22:20:20 +00:00
if lex.data[(lex.p)] == 33 {
goto st1
}
goto tr171
tr3:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st1
2019-12-29 22:20:20 +00:00
st1:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof1
}
st_case_1:
// line internal/php7/scanner.go:2296
switch lex.data[(lex.p)] {
case 10:
goto tr2
case 13:
goto tr3
2019-12-29 22:20:20 +00:00
}
goto st1
tr2:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st115
st115:
2019-12-29 22:20:20 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof115
2019-12-29 22:20:20 +00:00
}
st_case_115:
// line internal/php7/scanner.go:2321
goto tr172
tr4:
lex.cs = 116
// line internal/php7/scanner.rl:143
2019-12-29 22:20:20 +00:00
(lex.p) = (lex.te) - 1
{
2020-12-07 23:23:48 +00:00
lex.addFreeFloatingToken(tkn, token.T_OPEN_TAG, lex.ts, lex.te)
lex.cs = 123
2019-12-29 22:20:20 +00:00
}
goto _again
tr7:
lex.cs = 116
// line internal/php7/scanner.rl:147
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
lex.ungetCnt(lex.te - lex.ts - 5)
2020-12-07 23:23:48 +00:00
lex.addFreeFloatingToken(tkn, token.T_OPEN_TAG, lex.ts, lex.ts+5)
lex.cs = 123
2019-03-10 21:37:01 +00:00
}
goto _again
tr177:
// line internal/php7/scanner.rl:137
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
lex.ungetStr("<")
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_INLINE_HTML
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 116
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st116
tr179:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:137
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
lex.ungetStr("<")
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_INLINE_HTML
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 116
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st116
tr185:
lex.cs = 116
// line internal/php7/scanner.rl:143
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-12-07 23:23:48 +00:00
lex.addFreeFloatingToken(tkn, token.T_OPEN_TAG, lex.ts, lex.te)
lex.cs = 123
2019-03-10 21:37:01 +00:00
}
goto _again
tr186:
lex.cs = 116
// line internal/php7/scanner.rl:152
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_ECHO
lex.cs = 123
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
goto _again
tr188:
lex.cs = 116
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:147
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
lex.ungetCnt(lex.te - lex.ts - 5)
2020-12-07 23:23:48 +00:00
lex.addFreeFloatingToken(tkn, token.T_OPEN_TAG, lex.ts, lex.ts+5)
lex.cs = 123
2019-03-10 21:37:01 +00:00
}
goto _again
st116:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.ts = 0
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof116
2019-03-10 21:37:01 +00:00
}
st_case_116:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.ts = (lex.p)
// line internal/php7/scanner.go:2411
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
goto tr174
case 13:
goto tr175
case 60:
goto st120
2019-03-10 21:37:01 +00:00
}
goto st117
tr175:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st117
tr180:
// line internal/php7/scanner.rl:54
goto st117
tr182:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st117
st117:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof117
2019-03-10 21:37:01 +00:00
}
st_case_117:
// line internal/php7/scanner.go:2456
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
goto tr174
case 13:
goto tr175
2019-03-10 21:37:01 +00:00
case 60:
goto st119
2019-03-10 21:37:01 +00:00
}
goto st117
tr174:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st118
tr181:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st118
st118:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof118
2019-03-10 21:37:01 +00:00
}
st_case_118:
// line internal/php7/scanner.go:2497
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
goto tr181
case 13:
goto tr182
2019-03-10 21:37:01 +00:00
case 60:
goto tr183
2019-03-10 21:37:01 +00:00
}
goto tr180
tr183:
// line internal/php7/scanner.rl:54
goto st119
st119:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof119
2019-03-10 21:37:01 +00:00
}
st_case_119:
// line internal/php7/scanner.go:2516
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
goto tr174
case 13:
goto tr175
2019-03-10 21:37:01 +00:00
case 60:
goto st119
2019-03-10 21:37:01 +00:00
case 63:
goto tr177
2019-03-10 21:37:01 +00:00
}
goto st117
st120:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof120
2019-03-10 21:37:01 +00:00
}
st_case_120:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
goto tr174
case 13:
goto tr175
2019-03-10 21:37:01 +00:00
case 60:
goto st119
2019-03-10 21:37:01 +00:00
case 63:
goto tr184
2019-03-10 21:37:01 +00:00
}
goto st117
tr184:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
goto st121
st121:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof121
2019-03-10 21:37:01 +00:00
}
st_case_121:
// line internal/php7/scanner.go:2554
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 61:
goto tr186
2019-03-10 21:37:01 +00:00
case 80:
goto st2
2019-12-29 22:20:20 +00:00
case 112:
2019-03-10 21:37:01 +00:00
goto st2
}
goto tr185
2019-03-10 21:37:01 +00:00
st2:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof2
}
st_case_2:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 72:
2019-03-10 21:37:01 +00:00
goto st3
2019-12-29 22:20:20 +00:00
case 104:
2019-03-10 21:37:01 +00:00
goto st3
}
goto tr4
2019-03-10 21:37:01 +00:00
st3:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof3
}
st_case_3:
2019-12-29 22:20:20 +00:00
switch lex.data[(lex.p)] {
case 80:
goto st4
case 112:
goto st4
}
goto tr4
2019-12-29 22:20:20 +00:00
st4:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof4
}
st_case_4:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 9:
goto tr7
2019-03-10 21:37:01 +00:00
case 10:
goto tr8
2019-03-10 21:37:01 +00:00
case 13:
goto tr9
2019-03-10 21:37:01 +00:00
case 32:
goto tr7
}
goto tr4
tr8:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
2019-03-10 21:37:01 +00:00
}
goto st122
st122:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof122
2019-03-10 21:37:01 +00:00
}
st_case_122:
// line internal/php7/scanner.go:2621
goto tr188
tr9:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st5
2019-12-29 22:20:20 +00:00
st5:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof5
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_5:
// line internal/php7/scanner.go:2640
2019-03-10 21:37:01 +00:00
if lex.data[(lex.p)] == 10 {
goto tr8
2019-03-10 21:37:01 +00:00
}
goto tr4
tr10:
// line internal/php7/scanner.rl:161
2019-03-10 21:37:01 +00:00
(lex.p) = (lex.te) - 1
{
2020-12-07 23:23:48 +00:00
lex.addFreeFloatingToken(tkn, token.T_WHITESPACE, lex.ts, lex.te)
2019-03-10 21:37:01 +00:00
}
goto st123
tr12:
lex.cs = 123
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
switch lex.act {
2019-12-29 22:20:20 +00:00
case 10:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_DNUMBER
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 11:
{
(lex.p) = (lex.te) - 1
s := strings.Replace(string(lex.data[lex.ts+2:lex.te]), "_", "", -1)
_, err := strconv.ParseInt(s, 2, 0)
if err == nil {
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_LNUMBER
{
(lex.p)++
goto _out
}
}
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_DNUMBER
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 12:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
base := 10
if lex.data[lex.ts] == '0' {
base = 8
}
s := strings.Replace(string(lex.data[lex.ts:lex.te]), "_", "", -1)
_, err := strconv.ParseInt(s, base, 0)
if err == nil {
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_LNUMBER
{
(lex.p)++
goto _out
}
}
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_DNUMBER
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 13:
{
(lex.p) = (lex.te) - 1
s := strings.Replace(string(lex.data[lex.ts+2:lex.te]), "_", "", -1)
_, err := strconv.ParseInt(s, 16, 0)
if err == nil {
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_LNUMBER
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_DNUMBER
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 14:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_ABSTRACT
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 15:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_ARRAY
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 16:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_AS
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 17:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_BREAK
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 18:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_CALLABLE
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 19:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_CASE
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 20:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_CATCH
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 21:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_CLASS
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 22:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_CLONE
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 23:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_CONST
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 24:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_CONTINUE
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 25:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_DECLARE
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 26:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_DEFAULT
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 27:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_DO
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 28:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_ECHO
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 30:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_ELSEIF
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 31:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_EMPTY
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 32:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_ENDDECLARE
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 34:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_ENDFOREACH
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 35:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_ENDIF
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 36:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_ENDSWITCH
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 37:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_ENDWHILE
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 38:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_EVAL
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 39:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_EXIT
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 40:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_EXTENDS
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 42:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_FINALLY
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 44:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_FOREACH
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 45:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_FUNCTION
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 46:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_FN
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 47:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_GLOBAL
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 48:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_GOTO
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 49:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_IF
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 50:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_ISSET
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 51:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_IMPLEMENTS
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 52:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_INSTANCEOF
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 53:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_INSTEADOF
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 54:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_INTERFACE
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 55:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_LIST
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 56:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_NAMESPACE
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 57:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_PRIVATE
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 58:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_PUBLIC
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 59:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_PRINT
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 60:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_PROTECTED
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 61:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_RETURN
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 62:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_STATIC
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 63:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_SWITCH
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 64:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_THROW
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 65:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_TRAIT
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 66:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_TRY
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 67:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_UNSET
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 68:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_USE
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 69:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_VAR
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 70:
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_WHILE
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 74:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_INCLUDE_ONCE
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 76:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_REQUIRE_ONCE
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 77:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_CLASS_C
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 78:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_DIR
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 79:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_FILE
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 80:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_FUNC_C
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 81:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_LINE
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 82:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_NS_C
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 83:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_METHOD_C
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 84:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_TRAIT_C
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 85:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_HALT_COMPILER
2020-12-11 11:28:16 +00:00
lex.cs = 515
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 86:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_NEW
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 87:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_LOGICAL_AND
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 88:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_LOGICAL_OR
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 89:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_LOGICAL_XOR
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 118:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_SL
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 135:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_STRING
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 140:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.ID(int('"'))
2020-12-11 11:28:16 +00:00
lex.cs = 490
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
}
2017-12-01 13:36:46 +00:00
2019-03-10 21:37:01 +00:00
goto _again
tr15:
// line internal/php7/scanner.rl:349
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_CONSTANT_ENCAPSED_STRING
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr19:
// line internal/php7/scanner.rl:372
2019-03-10 21:37:01 +00:00
(lex.p) = (lex.te) - 1
{
c := lex.data[lex.p]
lex.error(fmt.Sprintf("WARNING: Unexpected character in input: '%c' (ASCII=%d)", c, c))
2019-03-10 21:37:01 +00:00
}
goto st123
tr23:
// line internal/php7/scanner.rl:336
2019-03-10 21:37:01 +00:00
(lex.p) = (lex.te) - 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.ID(int(lex.data[lex.ts]))
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr38:
// line internal/php7/scanner.rl:311
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_ARRAY_CAST
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr45:
// line internal/php7/scanner.rl:316
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_STRING_CAST
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr49:
// line internal/php7/scanner.rl:312
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_BOOL_CAST
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr57:
// line internal/php7/scanner.rl:313
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_DOUBLE_CAST
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr64:
// line internal/php7/scanner.rl:314
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_INT_CAST
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr73:
// line internal/php7/scanner.rl:315
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_OBJECT_CAST
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr84:
// line internal/php7/scanner.rl:317
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_UNSET_CAST
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr85:
// line internal/php7/scanner.rl:279
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_ELLIPSIS
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr88:
// line internal/php7/scanner.rl:165
(lex.p) = (lex.te) - 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_DNUMBER
{
(lex.p)++
lex.cs = 123
goto _out
}
}
goto st123
tr98:
// line internal/php7/scanner.rl:323
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
isDocComment := false
if lex.te-lex.ts > 4 && string(lex.data[lex.ts:lex.ts+3]) == "/**" {
isDocComment = true
}
2017-12-01 13:36:46 +00:00
2019-03-10 21:37:01 +00:00
if isDocComment {
2020-12-07 23:23:48 +00:00
lex.addFreeFloatingToken(tkn, token.T_DOC_COMMENT, lex.ts, lex.te)
2020-05-12 21:16:36 +00:00
} else {
2020-12-07 23:23:48 +00:00
lex.addFreeFloatingToken(tkn, token.T_COMMENT, lex.ts, lex.te)
2019-03-10 21:37:01 +00:00
}
}
goto st123
tr99:
// line internal/php7/scanner.rl:176
2019-03-10 21:37:01 +00:00
(lex.p) = (lex.te) - 1
{
base := 10
if lex.data[lex.ts] == '0' {
base = 8
}
s := strings.Replace(string(lex.data[lex.ts:lex.te]), "_", "", -1)
_, err := strconv.ParseInt(s, base, 0)
if err == nil {
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_LNUMBER
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_DNUMBER
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr112:
lex.cs = 123
// line internal/php7/scanner.rl:163
2019-03-10 21:37:01 +00:00
(lex.p) = (lex.te) - 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.ID(int(';'))
lex.cs = 116
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
goto _again
tr128:
lex.cs = 123
// line internal/php7/scanner.rl:162
2019-03-10 21:37:01 +00:00
(lex.p) = (lex.te) - 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.ID(int(';'))
lex.cs = 116
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
goto _again
tr130:
// line internal/php7/scanner.rl:345
2019-03-10 21:37:01 +00:00
(lex.p) = (lex.te) - 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_STRING
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr132:
// line internal/php7/scanner.rl:260
2019-03-10 21:37:01 +00:00
(lex.p) = (lex.te) - 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_YIELD
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr143:
// line internal/php7/scanner.rl:259
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_YIELD_FROM
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr189:
// line internal/php7/scanner.rl:372
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
c := lex.data[lex.p]
lex.error(fmt.Sprintf("WARNING: Unexpected character in input: '%c' (ASCII=%d)", c, c))
2019-03-10 21:37:01 +00:00
}
goto st123
tr200:
// line internal/php7/scanner.rl:336
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.ID(int(lex.data[lex.ts]))
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr234:
// line internal/php7/scanner.rl:278
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_NS_SEPARATOR
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr237:
lex.cs = 123
// line internal/php7/scanner.rl:369
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.ID(int('`'))
2020-12-11 11:28:16 +00:00
lex.cs = 484
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
goto _again
tr238:
// line internal/php7/scanner.rl:342
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.ID(int('{'))
lex.call(123, 123)
2019-03-10 21:37:01 +00:00
goto _out
}
goto st123
tr240:
// line internal/php7/scanner.rl:343
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.ID(int('}'))
2019-03-10 21:37:01 +00:00
lex.ret(1)
goto _out
}
goto st123
tr241:
// line internal/php7/scanner.rl:161
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-12-07 23:23:48 +00:00
lex.addFreeFloatingToken(tkn, token.T_WHITESPACE, lex.ts, lex.te)
2019-03-10 21:37:01 +00:00
}
goto st123
tr243:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:161
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-12-07 23:23:48 +00:00
lex.addFreeFloatingToken(tkn, token.T_WHITESPACE, lex.ts, lex.te)
2019-03-10 21:37:01 +00:00
}
goto st123
tr247:
// line internal/php7/scanner.rl:372
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
c := lex.data[lex.p]
lex.error(fmt.Sprintf("WARNING: Unexpected character in input: '%c' (ASCII=%d)", c, c))
2019-03-10 21:37:01 +00:00
}
goto st123
tr248:
// line internal/php7/scanner.rl:336
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.ID(int(lex.data[lex.ts]))
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr250:
// line internal/php7/scanner.rl:297
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_IS_NOT_EQUAL
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr251:
// line internal/php7/scanner.rl:298
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_IS_NOT_IDENTICAL
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr252:
lex.cs = 123
// line internal/php7/scanner.rl:370
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.ID(int('"'))
2020-12-11 11:28:16 +00:00
lex.cs = 490
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
goto _again
tr253:
// line internal/php7/scanner.rl:319
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
lex.ungetStr("?>")
2020-12-07 23:23:48 +00:00
lex.addFreeFloatingToken(tkn, token.T_COMMENT, lex.ts, lex.te)
2019-03-10 21:37:01 +00:00
}
goto st123
tr256:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:319
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
lex.ungetStr("?>")
2020-12-07 23:23:48 +00:00
lex.addFreeFloatingToken(tkn, token.T_COMMENT, lex.ts, lex.te)
2019-03-10 21:37:01 +00:00
}
goto st123
tr261:
// line internal/php7/scanner.rl:344
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_VARIABLE
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr262:
// line internal/php7/scanner.rl:292
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_MOD_EQUAL
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr263:
// line internal/php7/scanner.rl:281
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_BOOLEAN_AND
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr264:
// line internal/php7/scanner.rl:283
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_AND_EQUAL
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr266:
// line internal/php7/scanner.rl:286
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_MUL_EQUAL
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr267:
// line internal/php7/scanner.rl:305
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_POW
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr268:
// line internal/php7/scanner.rl:287
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_POW_EQUAL
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr269:
// line internal/php7/scanner.rl:294
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_INC
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr270:
// line internal/php7/scanner.rl:289
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_PLUS_EQUAL
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr271:
// line internal/php7/scanner.rl:293
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_DEC
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr272:
// line internal/php7/scanner.rl:290
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_MINUS_EQUAL
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr273:
lex.cs = 123
// line internal/php7/scanner.rl:347
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_OBJECT_OPERATOR
2020-12-11 11:28:16 +00:00
lex.cs = 467
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
goto _again
tr275:
// line internal/php7/scanner.rl:285
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_CONCAT_EQUAL
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr276:
// line internal/php7/scanner.rl:165
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_DNUMBER
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr279:
// line internal/php7/scanner.rl:288
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_DIV_EQUAL
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr280:
// line internal/php7/scanner.rl:176
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
base := 10
if lex.data[lex.ts] == '0' {
base = 8
}
s := strings.Replace(string(lex.data[lex.ts:lex.te]), "_", "", -1)
_, err := strconv.ParseInt(s, base, 0)
if err == nil {
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_LNUMBER
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_DNUMBER
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr285:
// line internal/php7/scanner.rl:166
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
s := strings.Replace(string(lex.data[lex.ts+2:lex.te]), "_", "", -1)
_, err := strconv.ParseInt(s, 2, 0)
2017-12-01 13:36:46 +00:00
if err == nil {
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_LNUMBER
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_DNUMBER
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr286:
// line internal/php7/scanner.rl:191
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
s := strings.Replace(string(lex.data[lex.ts+2:lex.te]), "_", "", -1)
_, err := strconv.ParseInt(s, 16, 0)
2017-12-01 13:36:46 +00:00
if err == nil {
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_LNUMBER
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_DNUMBER
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr287:
// line internal/php7/scanner.rl:280
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_PAAMAYIM_NEKUDOTAYIM
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr288:
lex.cs = 123
// line internal/php7/scanner.rl:163
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.ID(int(';'))
lex.cs = 116
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
goto _again
tr290:
lex.cs = 123
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:163
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.ID(int(';'))
lex.cs = 116
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
goto _again
tr293:
// line internal/php7/scanner.rl:297
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_IS_NOT_EQUAL
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr294:
// line internal/php7/scanner.rl:306
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_SL
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr295:
// line internal/php7/scanner.rl:301
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_SL_EQUAL
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr296:
lex.cs = 123
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:355
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
lex.heredocLabel = lex.data[lblStart:lblEnd]
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_START_HEREDOC
2019-03-10 21:37:01 +00:00
if lex.isHeredocEnd(lex.p + 1) {
2020-12-11 11:28:16 +00:00
lex.cs = 496
2019-03-10 21:37:01 +00:00
} else if lex.data[lblStart-1] == '\'' {
2020-12-11 11:28:16 +00:00
lex.cs = 473
2019-03-10 21:37:01 +00:00
} else {
2020-12-11 11:28:16 +00:00
lex.cs = 477
2019-03-10 21:37:01 +00:00
}
{
(lex.p)++
goto _out
}
}
goto _again
tr297:
// line internal/php7/scanner.rl:304
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_IS_SMALLER_OR_EQUAL
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr298:
// line internal/php7/scanner.rl:296
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_SPACESHIP
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr300:
// line internal/php7/scanner.rl:295
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_DOUBLE_ARROW
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr301:
// line internal/php7/scanner.rl:299
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_IS_EQUAL
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr302:
// line internal/php7/scanner.rl:300
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_IS_IDENTICAL
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr303:
// line internal/php7/scanner.rl:303
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_IS_GREATER_OR_EQUAL
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr305:
// line internal/php7/scanner.rl:307
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_SR
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr306:
// line internal/php7/scanner.rl:302
2019-12-29 22:20:20 +00:00
lex.te = (lex.p) + 1
2019-03-10 21:37:01 +00:00
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_SR_EQUAL
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr309:
lex.cs = 123
// line internal/php7/scanner.rl:162
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.ID(int(';'))
lex.cs = 116
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
goto _again
tr311:
lex.cs = 123
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:162
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.ID(int(';'))
lex.cs = 116
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
goto _again
tr312:
// line internal/php7/scanner.rl:308
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_COALESCE
{
(lex.p)++
lex.cs = 123
goto _out
}
}
goto st123
tr313:
// line internal/php7/scanner.rl:309
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_COALESCE_EQUAL
{
(lex.p)++
lex.cs = 123
goto _out
}
}
goto st123
tr314:
// line internal/php7/scanner.rl:345
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_STRING
{
(lex.p)++
lex.cs = 123
goto _out
}
}
goto st123
tr394:
// line internal/php7/scanner.rl:217
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_ELSE
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr414:
// line internal/php7/scanner.rl:221
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_ENDFOR
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr443:
// line internal/php7/scanner.rl:229
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_FINAL
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr447:
// line internal/php7/scanner.rl:231
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_FOR
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr479:
// line internal/php7/scanner.rl:261
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_INCLUDE
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr547:
// line internal/php7/scanner.rl:263
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_REQUIRE
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
tr593:
// line internal/php7/scanner.rl:260
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_YIELD
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
2020-12-11 11:28:16 +00:00
tr594:
// line internal/php7/scanner.rl:291
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_XOR_EQUAL
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
2020-12-11 11:28:16 +00:00
tr668:
// line internal/php7/scanner.rl:284
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_OR_EQUAL
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
2020-12-11 11:28:16 +00:00
tr669:
// line internal/php7/scanner.rl:282
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_BOOLEAN_OR
2019-03-10 21:37:01 +00:00
{
(lex.p)++
lex.cs = 123
2019-03-10 21:37:01 +00:00
goto _out
}
}
goto st123
st123:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.ts = 0
2017-12-01 13:36:46 +00:00
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof123
2019-03-10 21:37:01 +00:00
}
st_case_123:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.ts = (lex.p)
// line internal/php7/scanner.go:3488
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
goto tr11
2019-03-10 21:37:01 +00:00
case 13:
goto tr191
2019-03-10 21:37:01 +00:00
case 32:
goto tr190
2019-03-10 21:37:01 +00:00
case 33:
goto st127
2019-03-10 21:37:01 +00:00
case 34:
goto tr193
2019-03-10 21:37:01 +00:00
case 35:
2019-12-29 22:20:20 +00:00
goto st130
case 36:
2019-12-29 22:20:20 +00:00
goto st132
case 37:
goto st134
2019-03-10 21:37:01 +00:00
case 38:
goto st135
2019-03-10 21:37:01 +00:00
case 39:
goto tr198
2019-03-10 21:37:01 +00:00
case 40:
goto tr199
2019-03-10 21:37:01 +00:00
case 42:
2019-12-29 22:20:20 +00:00
goto st138
case 43:
goto st140
2019-03-10 21:37:01 +00:00
case 45:
goto st141
2019-03-10 21:37:01 +00:00
case 46:
goto tr204
2019-03-10 21:37:01 +00:00
case 47:
goto tr205
2019-03-10 21:37:01 +00:00
case 48:
goto tr206
2019-03-10 21:37:01 +00:00
case 58:
goto st151
2019-03-10 21:37:01 +00:00
case 59:
goto tr208
2019-03-10 21:37:01 +00:00
case 60:
goto st155
2019-12-29 22:20:20 +00:00
case 61:
goto st159
case 62:
2019-12-29 22:20:20 +00:00
goto st161
case 63:
goto st163
2019-03-10 21:37:01 +00:00
case 64:
goto tr200
2019-03-10 21:37:01 +00:00
case 65:
goto st167
2019-03-10 21:37:01 +00:00
case 66:
goto tr214
2019-03-10 21:37:01 +00:00
case 67:
goto st183
2019-03-10 21:37:01 +00:00
case 68:
goto st212
2019-03-10 21:37:01 +00:00
case 69:
goto st223
2019-03-10 21:37:01 +00:00
case 70:
goto st265
2019-03-10 21:37:01 +00:00
case 71:
goto st276
2019-03-10 21:37:01 +00:00
case 73:
goto st283
2019-03-10 21:37:01 +00:00
case 76:
goto st322
2019-03-10 21:37:01 +00:00
case 78:
goto st325
2019-03-10 21:37:01 +00:00
case 79:
goto st334
case 80:
goto st335
2019-03-10 21:37:01 +00:00
case 82:
goto st352
2019-03-10 21:37:01 +00:00
case 83:
goto st366
2019-03-10 21:37:01 +00:00
case 84:
goto st375
2019-03-10 21:37:01 +00:00
case 85:
goto st382
2019-03-10 21:37:01 +00:00
case 86:
goto st387
case 87:
goto st389
2019-12-29 22:20:20 +00:00
case 88:
goto st393
case 89:
goto st395
2019-03-10 21:37:01 +00:00
case 92:
goto tr234
2019-03-10 21:37:01 +00:00
case 94:
2020-12-11 11:28:16 +00:00
goto st400
case 95:
2020-12-11 11:28:16 +00:00
goto st401
2019-03-10 21:37:01 +00:00
case 96:
goto tr237
2019-03-10 21:37:01 +00:00
case 97:
goto st167
2019-03-10 21:37:01 +00:00
case 98:
goto tr214
2019-03-10 21:37:01 +00:00
case 99:
goto st183
2019-03-10 21:37:01 +00:00
case 100:
goto st212
2019-03-10 21:37:01 +00:00
case 101:
goto st223
2019-03-10 21:37:01 +00:00
case 102:
goto st265
2019-03-10 21:37:01 +00:00
case 103:
goto st276
2019-03-10 21:37:01 +00:00
case 105:
goto st283
2019-03-10 21:37:01 +00:00
case 108:
goto st322
2019-03-10 21:37:01 +00:00
case 110:
goto st325
2019-03-10 21:37:01 +00:00
case 111:
goto st334
case 112:
goto st335
2019-03-10 21:37:01 +00:00
case 114:
goto st352
2019-03-10 21:37:01 +00:00
case 115:
goto st366
2019-03-10 21:37:01 +00:00
case 116:
goto st375
2019-03-10 21:37:01 +00:00
case 117:
goto st382
2019-03-10 21:37:01 +00:00
case 118:
goto st387
case 119:
goto st389
2019-12-29 22:20:20 +00:00
case 120:
goto st393
case 121:
goto st395
2019-03-10 21:37:01 +00:00
case 123:
goto tr238
2019-03-10 21:37:01 +00:00
case 124:
2020-12-11 11:28:16 +00:00
goto st466
2019-03-10 21:37:01 +00:00
case 125:
goto tr240
2019-03-10 21:37:01 +00:00
case 126:
goto tr200
case 127:
goto tr189
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 14:
switch {
case lex.data[(lex.p)] > 8:
if 9 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
goto tr190
}
default:
goto tr189
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 31:
2019-03-10 21:37:01 +00:00
switch {
case lex.data[(lex.p)] < 49:
if 41 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 44 {
goto tr200
}
2019-03-10 21:37:01 +00:00
case lex.data[(lex.p)] > 57:
if 91 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 93 {
goto tr200
2019-03-10 21:37:01 +00:00
}
default:
goto tr100
2019-03-10 21:37:01 +00:00
}
default:
goto tr189
2019-03-10 21:37:01 +00:00
}
goto tr220
tr190:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
goto st124
tr244:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:54
goto st124
st124:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof124
2019-03-10 21:37:01 +00:00
}
st_case_124:
// line internal/php7/scanner.go:3681
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
goto tr11
2019-03-10 21:37:01 +00:00
case 13:
goto tr242
2019-03-10 21:37:01 +00:00
case 32:
goto tr190
2019-03-10 21:37:01 +00:00
}
if 9 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
goto tr190
2019-03-10 21:37:01 +00:00
}
goto tr241
tr11:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st125
tr245:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st125
st125:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof125
2019-03-10 21:37:01 +00:00
}
st_case_125:
// line internal/php7/scanner.go:3731
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
goto tr245
2019-03-10 21:37:01 +00:00
case 13:
goto tr246
2019-03-10 21:37:01 +00:00
case 32:
goto tr244
2019-03-10 21:37:01 +00:00
}
if 9 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
goto tr244
2019-03-10 21:37:01 +00:00
}
goto tr243
tr242:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st6
tr246:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2019-12-29 22:20:20 +00:00
goto st6
st6:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof6
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_6:
// line internal/php7/scanner.go:3775
2019-03-10 21:37:01 +00:00
if lex.data[(lex.p)] == 10 {
goto tr11
}
goto tr10
tr191:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
2019-03-10 21:37:01 +00:00
}
goto st126
st126:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof126
2019-03-10 21:37:01 +00:00
}
st_case_126:
// line internal/php7/scanner.go:3797
2019-03-10 21:37:01 +00:00
if lex.data[(lex.p)] == 10 {
goto tr11
2019-03-10 21:37:01 +00:00
}
goto tr247
st127:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof127
2019-03-10 21:37:01 +00:00
}
st_case_127:
2019-03-10 21:37:01 +00:00
if lex.data[(lex.p)] == 61 {
goto st128
2019-03-10 21:37:01 +00:00
}
goto tr248
st128:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof128
2019-03-10 21:37:01 +00:00
}
st_case_128:
2019-03-10 21:37:01 +00:00
if lex.data[(lex.p)] == 61 {
goto tr251
2019-03-10 21:37:01 +00:00
}
goto tr250
tr193:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:370
2019-12-29 22:20:20 +00:00
lex.act = 140
goto st129
st129:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof129
2019-03-10 21:37:01 +00:00
}
st_case_129:
// line internal/php7/scanner.go:3832
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
goto tr14
2019-03-10 21:37:01 +00:00
case 13:
2019-12-29 22:20:20 +00:00
goto tr14
case 34:
goto tr15
2019-03-10 21:37:01 +00:00
case 36:
goto st8
2019-12-29 22:20:20 +00:00
case 92:
2019-06-07 06:33:35 +00:00
goto st9
2019-12-29 22:20:20 +00:00
case 123:
goto st10
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
goto st7
tr14:
// line internal/php7/scanner.rl:38
2019-06-07 06:33:35 +00:00
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
2019-12-29 22:20:20 +00:00
goto st7
st7:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof7
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_7:
// line internal/php7/scanner.go:3865
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
goto tr14
2019-03-10 21:37:01 +00:00
case 13:
2019-12-29 22:20:20 +00:00
goto tr14
case 34:
goto tr15
2019-03-10 21:37:01 +00:00
case 36:
goto st8
2019-12-29 22:20:20 +00:00
case 92:
2019-06-07 06:33:35 +00:00
goto st9
2019-12-29 22:20:20 +00:00
case 123:
goto st10
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
goto st7
st8:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof8
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_8:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
2019-06-07 06:33:35 +00:00
case 10:
goto tr14
2019-06-07 06:33:35 +00:00
case 13:
2019-12-29 22:20:20 +00:00
goto tr14
case 34:
goto tr15
case 36:
goto st8
2019-03-10 21:37:01 +00:00
case 92:
2019-12-29 22:20:20 +00:00
goto st9
2019-06-07 06:33:35 +00:00
case 96:
2019-12-29 22:20:20 +00:00
goto st7
2019-03-10 21:37:01 +00:00
}
switch {
2019-06-07 06:33:35 +00:00
case lex.data[(lex.p)] < 91:
if lex.data[(lex.p)] <= 64 {
2019-12-29 22:20:20 +00:00
goto st7
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
case lex.data[(lex.p)] > 94:
if 124 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
2019-12-29 22:20:20 +00:00
goto st7
2019-06-07 06:33:35 +00:00
}
default:
2019-12-29 22:20:20 +00:00
goto st7
2019-03-10 21:37:01 +00:00
}
goto tr12
2019-12-29 22:20:20 +00:00
st9:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof9
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_9:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
goto tr14
2019-03-10 21:37:01 +00:00
case 13:
goto tr14
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
goto st7
st10:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof10
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_10:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
goto tr14
2019-03-10 21:37:01 +00:00
case 13:
2019-12-29 22:20:20 +00:00
goto tr14
case 34:
goto tr15
2019-03-10 21:37:01 +00:00
case 36:
goto tr12
2020-01-08 07:31:40 +00:00
case 92:
goto st9
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
goto st7
tr255:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st130
tr257:
// line internal/php7/scanner.rl:54
goto st130
tr259:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st130
st130:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof130
2019-03-10 21:37:01 +00:00
}
st_case_130:
// line internal/php7/scanner.go:3978
2019-03-10 21:37:01 +00:00
_widec = int16(lex.data[(lex.p)])
switch {
case lex.data[(lex.p)] < 11:
switch {
case lex.data[(lex.p)] > 9:
if 10 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 10 {
_widec = 256 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotPhpCloseToken() && lex.isNotNewLine() {
_widec += 256
}
}
default:
_widec = 256 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotPhpCloseToken() && lex.isNotNewLine() {
_widec += 256
}
}
case lex.data[(lex.p)] > 12:
switch {
case lex.data[(lex.p)] > 13:
if 14 <= lex.data[(lex.p)] {
_widec = 256 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotPhpCloseToken() && lex.isNotNewLine() {
_widec += 256
}
}
case lex.data[(lex.p)] >= 13:
_widec = 256 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotPhpCloseToken() && lex.isNotNewLine() {
_widec += 256
}
}
default:
_widec = 256 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotPhpCloseToken() && lex.isNotNewLine() {
_widec += 256
}
}
switch _widec {
case 522:
goto tr254
case 525:
goto tr255
2019-03-10 21:37:01 +00:00
}
if 512 <= _widec && _widec <= 767 {
goto st130
2019-03-10 21:37:01 +00:00
}
goto tr253
tr254:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st131
tr258:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st131
st131:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof131
2019-03-10 21:37:01 +00:00
}
st_case_131:
// line internal/php7/scanner.go:4058
2019-03-10 21:37:01 +00:00
_widec = int16(lex.data[(lex.p)])
switch {
case lex.data[(lex.p)] < 11:
switch {
case lex.data[(lex.p)] > 9:
if 10 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 10 {
_widec = 256 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotPhpCloseToken() && lex.isNotNewLine() {
_widec += 256
}
}
default:
_widec = 256 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotPhpCloseToken() && lex.isNotNewLine() {
_widec += 256
}
}
case lex.data[(lex.p)] > 12:
switch {
case lex.data[(lex.p)] > 13:
if 14 <= lex.data[(lex.p)] {
_widec = 256 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotPhpCloseToken() && lex.isNotNewLine() {
_widec += 256
}
}
case lex.data[(lex.p)] >= 13:
_widec = 256 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotPhpCloseToken() && lex.isNotNewLine() {
_widec += 256
}
}
default:
_widec = 256 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotPhpCloseToken() && lex.isNotNewLine() {
_widec += 256
}
}
switch _widec {
case 522:
goto tr258
case 525:
goto tr259
2019-03-10 21:37:01 +00:00
}
if 512 <= _widec && _widec <= 767 {
goto tr257
2019-03-10 21:37:01 +00:00
}
goto tr256
st132:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof132
2019-03-10 21:37:01 +00:00
}
st_case_132:
if lex.data[(lex.p)] == 96 {
goto tr248
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 91:
if lex.data[(lex.p)] <= 64 {
goto tr248
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr248
}
default:
goto tr248
2019-03-10 21:37:01 +00:00
}
goto st133
st133:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof133
2019-03-10 21:37:01 +00:00
}
st_case_133:
if lex.data[(lex.p)] == 96 {
goto tr261
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr261
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr261
}
case lex.data[(lex.p)] >= 91:
goto tr261
2019-03-10 21:37:01 +00:00
}
default:
goto tr261
2019-03-10 21:37:01 +00:00
}
goto st133
st134:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof134
2019-03-10 21:37:01 +00:00
}
st_case_134:
2019-03-10 21:37:01 +00:00
if lex.data[(lex.p)] == 61 {
goto tr262
2019-03-10 21:37:01 +00:00
}
goto tr248
st135:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof135
2019-03-10 21:37:01 +00:00
}
st_case_135:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 38:
goto tr263
2019-03-10 21:37:01 +00:00
case 61:
goto tr264
2019-03-10 21:37:01 +00:00
}
goto tr248
tr198:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
goto st136
st136:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof136
2019-03-10 21:37:01 +00:00
}
st_case_136:
// line internal/php7/scanner.go:4185
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
goto tr21
2019-03-10 21:37:01 +00:00
case 13:
goto tr21
2019-03-10 21:37:01 +00:00
case 39:
goto tr15
2019-03-10 21:37:01 +00:00
case 92:
2019-12-29 22:20:20 +00:00
goto st12
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
goto st11
tr21:
// line internal/php7/scanner.rl:38
2019-06-07 06:33:35 +00:00
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
2019-12-29 22:20:20 +00:00
goto st11
st11:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof11
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_11:
// line internal/php7/scanner.go:4214
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
goto tr21
2019-03-10 21:37:01 +00:00
case 13:
goto tr21
2019-03-10 21:37:01 +00:00
case 39:
goto tr15
2019-03-10 21:37:01 +00:00
case 92:
2019-12-29 22:20:20 +00:00
goto st12
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
goto st11
st12:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof12
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_12:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
goto tr21
2019-03-10 21:37:01 +00:00
case 13:
goto tr21
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
goto st11
tr199:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
goto st137
st137:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof137
2019-03-10 21:37:01 +00:00
}
st_case_137:
// line internal/php7/scanner.go:4248
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 9:
2019-12-29 22:20:20 +00:00
goto st13
2019-03-10 21:37:01 +00:00
case 32:
2019-06-07 06:33:35 +00:00
goto st13
2019-12-29 22:20:20 +00:00
case 65:
goto st14
2019-03-10 21:37:01 +00:00
case 66:
2019-12-29 22:20:20 +00:00
goto st19
2019-03-10 21:37:01 +00:00
case 68:
2019-12-29 22:20:20 +00:00
goto st31
2019-03-10 21:37:01 +00:00
case 70:
2019-12-29 22:20:20 +00:00
goto st37
2019-03-10 21:37:01 +00:00
case 73:
2019-12-29 22:20:20 +00:00
goto st41
2019-03-10 21:37:01 +00:00
case 79:
2019-12-29 22:20:20 +00:00
goto st48
2019-03-10 21:37:01 +00:00
case 82:
2019-12-29 22:20:20 +00:00
goto st54
2019-03-10 21:37:01 +00:00
case 83:
2019-12-29 22:20:20 +00:00
goto st57
2019-03-10 21:37:01 +00:00
case 85:
2019-12-29 22:20:20 +00:00
goto st62
2019-03-10 21:37:01 +00:00
case 97:
2019-12-29 22:20:20 +00:00
goto st14
2019-03-10 21:37:01 +00:00
case 98:
2019-12-29 22:20:20 +00:00
goto st19
2019-03-10 21:37:01 +00:00
case 100:
2019-12-29 22:20:20 +00:00
goto st31
2019-03-10 21:37:01 +00:00
case 102:
2019-12-29 22:20:20 +00:00
goto st37
2019-03-10 21:37:01 +00:00
case 105:
2019-12-29 22:20:20 +00:00
goto st41
2019-03-10 21:37:01 +00:00
case 111:
2019-12-29 22:20:20 +00:00
goto st48
2019-03-10 21:37:01 +00:00
case 114:
2019-12-29 22:20:20 +00:00
goto st54
2019-03-10 21:37:01 +00:00
case 115:
2019-12-29 22:20:20 +00:00
goto st57
2019-03-10 21:37:01 +00:00
case 117:
2019-12-29 22:20:20 +00:00
goto st62
2019-03-10 21:37:01 +00:00
}
if 11 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
2019-12-29 22:20:20 +00:00
goto st13
2019-03-10 21:37:01 +00:00
}
goto tr248
2019-12-29 22:20:20 +00:00
st13:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof13
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_13:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 9:
2019-12-29 22:20:20 +00:00
goto st13
2019-03-10 21:37:01 +00:00
case 32:
2019-06-07 06:33:35 +00:00
goto st13
2019-12-29 22:20:20 +00:00
case 65:
goto st14
2019-03-10 21:37:01 +00:00
case 66:
2019-12-29 22:20:20 +00:00
goto st19
2019-03-10 21:37:01 +00:00
case 68:
2019-12-29 22:20:20 +00:00
goto st31
2019-03-10 21:37:01 +00:00
case 70:
2019-12-29 22:20:20 +00:00
goto st37
2019-03-10 21:37:01 +00:00
case 73:
2019-12-29 22:20:20 +00:00
goto st41
2019-03-10 21:37:01 +00:00
case 79:
2019-12-29 22:20:20 +00:00
goto st48
2019-03-10 21:37:01 +00:00
case 82:
2019-12-29 22:20:20 +00:00
goto st54
2019-03-10 21:37:01 +00:00
case 83:
2019-12-29 22:20:20 +00:00
goto st57
2019-03-10 21:37:01 +00:00
case 85:
2019-12-29 22:20:20 +00:00
goto st62
2019-03-10 21:37:01 +00:00
case 97:
2019-12-29 22:20:20 +00:00
goto st14
2019-03-10 21:37:01 +00:00
case 98:
2019-12-29 22:20:20 +00:00
goto st19
2019-03-10 21:37:01 +00:00
case 100:
2019-12-29 22:20:20 +00:00
goto st31
2019-03-10 21:37:01 +00:00
case 102:
2019-12-29 22:20:20 +00:00
goto st37
2019-03-10 21:37:01 +00:00
case 105:
2019-12-29 22:20:20 +00:00
goto st41
2019-03-10 21:37:01 +00:00
case 111:
2019-12-29 22:20:20 +00:00
goto st48
2019-03-10 21:37:01 +00:00
case 114:
2019-12-29 22:20:20 +00:00
goto st54
2019-03-10 21:37:01 +00:00
case 115:
2019-12-29 22:20:20 +00:00
goto st57
2019-03-10 21:37:01 +00:00
case 117:
2019-12-29 22:20:20 +00:00
goto st62
2019-03-10 21:37:01 +00:00
}
if 11 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
2019-12-29 22:20:20 +00:00
goto st13
2019-06-07 06:33:35 +00:00
}
goto tr23
2019-06-07 06:33:35 +00:00
st14:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof14
}
st_case_14:
switch lex.data[(lex.p)] {
case 82:
goto st15
case 114:
goto st15
}
goto tr23
2019-06-07 06:33:35 +00:00
st15:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof15
}
st_case_15:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 82:
2019-06-07 06:33:35 +00:00
goto st16
2019-12-29 22:20:20 +00:00
case 114:
2019-03-10 21:37:01 +00:00
goto st16
}
goto tr23
2019-06-07 06:33:35 +00:00
st16:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof16
}
st_case_16:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 65:
2019-06-07 06:33:35 +00:00
goto st17
2019-12-29 22:20:20 +00:00
case 97:
2019-06-07 06:33:35 +00:00
goto st17
}
goto tr23
2019-03-10 21:37:01 +00:00
st17:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof17
}
st_case_17:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 89:
goto st18
case 121:
goto st18
2019-06-07 06:33:35 +00:00
}
goto tr23
2019-03-10 21:37:01 +00:00
st18:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof18
}
st_case_18:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 9:
goto st18
case 32:
goto st18
case 41:
goto tr38
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
if 11 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
goto st18
}
goto tr23
2019-03-10 21:37:01 +00:00
st19:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof19
}
st_case_19:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 73:
2019-03-10 21:37:01 +00:00
goto st20
2019-12-29 22:20:20 +00:00
case 79:
goto st25
case 105:
2019-03-10 21:37:01 +00:00
goto st20
2019-12-29 22:20:20 +00:00
case 111:
goto st25
2019-03-10 21:37:01 +00:00
}
goto tr23
2019-03-10 21:37:01 +00:00
st20:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof20
}
st_case_20:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 78:
2019-03-10 21:37:01 +00:00
goto st21
2019-12-29 22:20:20 +00:00
case 110:
2019-03-10 21:37:01 +00:00
goto st21
}
goto tr23
2019-03-10 21:37:01 +00:00
st21:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof21
}
st_case_21:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 65:
2019-06-07 06:33:35 +00:00
goto st22
2019-12-29 22:20:20 +00:00
case 97:
2019-06-07 06:33:35 +00:00
goto st22
2019-03-10 21:37:01 +00:00
}
goto tr23
2019-03-10 21:37:01 +00:00
st22:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof22
}
st_case_22:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 82:
2019-03-10 21:37:01 +00:00
goto st23
2019-12-29 22:20:20 +00:00
case 114:
2019-03-10 21:37:01 +00:00
goto st23
}
goto tr23
2019-03-10 21:37:01 +00:00
st23:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof23
}
st_case_23:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 89:
goto st24
case 121:
goto st24
2019-03-10 21:37:01 +00:00
}
goto tr23
2019-03-10 21:37:01 +00:00
st24:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof24
}
st_case_24:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 9:
goto st24
case 32:
goto st24
case 41:
goto tr45
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
if 11 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
goto st24
}
goto tr23
2019-03-10 21:37:01 +00:00
st25:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof25
}
st_case_25:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 79:
2019-03-10 21:37:01 +00:00
goto st26
2019-12-29 22:20:20 +00:00
case 111:
2019-03-10 21:37:01 +00:00
goto st26
}
goto tr23
2019-03-10 21:37:01 +00:00
st26:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof26
}
st_case_26:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 76:
2019-06-07 06:33:35 +00:00
goto st27
2019-12-29 22:20:20 +00:00
case 108:
2019-03-10 21:37:01 +00:00
goto st27
}
goto tr23
2019-03-10 21:37:01 +00:00
st27:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof27
}
st_case_27:
switch lex.data[(lex.p)] {
case 9:
2019-12-29 22:20:20 +00:00
goto st28
2019-03-10 21:37:01 +00:00
case 32:
2019-12-29 22:20:20 +00:00
goto st28
2019-03-10 21:37:01 +00:00
case 41:
goto tr49
2019-12-29 22:20:20 +00:00
case 69:
goto st29
case 101:
goto st29
2019-03-10 21:37:01 +00:00
}
if 11 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
2019-12-29 22:20:20 +00:00
goto st28
2019-03-10 21:37:01 +00:00
}
goto tr23
2019-03-10 21:37:01 +00:00
st28:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof28
}
st_case_28:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 9:
goto st28
case 32:
goto st28
case 41:
goto tr49
2019-12-29 22:20:20 +00:00
}
if 11 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
goto st28
2019-03-10 21:37:01 +00:00
}
goto tr23
2019-03-10 21:37:01 +00:00
st29:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof29
}
st_case_29:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 65:
goto st30
case 97:
goto st30
2019-03-10 21:37:01 +00:00
}
goto tr23
2019-03-10 21:37:01 +00:00
st30:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof30
}
st_case_30:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 78:
goto st28
case 110:
goto st28
2019-03-10 21:37:01 +00:00
}
goto tr23
2019-03-10 21:37:01 +00:00
st31:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof31
}
st_case_31:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 79:
2019-06-07 06:33:35 +00:00
goto st32
2019-12-29 22:20:20 +00:00
case 111:
2019-06-07 06:33:35 +00:00
goto st32
2019-03-10 21:37:01 +00:00
}
goto tr23
2019-03-10 21:37:01 +00:00
st32:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof32
}
st_case_32:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 85:
2019-03-10 21:37:01 +00:00
goto st33
2019-12-29 22:20:20 +00:00
case 117:
2019-03-10 21:37:01 +00:00
goto st33
}
goto tr23
2019-03-10 21:37:01 +00:00
st33:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof33
}
st_case_33:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 66:
2019-06-07 06:33:35 +00:00
goto st34
2019-12-29 22:20:20 +00:00
case 98:
2019-06-07 06:33:35 +00:00
goto st34
2019-03-10 21:37:01 +00:00
}
goto tr23
2019-03-10 21:37:01 +00:00
st34:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof34
}
st_case_34:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 76:
2019-03-10 21:37:01 +00:00
goto st35
2019-12-29 22:20:20 +00:00
case 108:
2019-03-10 21:37:01 +00:00
goto st35
}
goto tr23
2019-03-10 21:37:01 +00:00
st35:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof35
}
st_case_35:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 69:
goto st36
case 101:
goto st36
2019-03-10 21:37:01 +00:00
}
goto tr23
2019-03-10 21:37:01 +00:00
st36:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof36
}
st_case_36:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 9:
goto st36
case 32:
goto st36
case 41:
goto tr57
2019-12-29 22:20:20 +00:00
}
if 11 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
goto st36
2019-03-10 21:37:01 +00:00
}
goto tr23
2019-03-10 21:37:01 +00:00
st37:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof37
}
st_case_37:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 76:
2019-03-10 21:37:01 +00:00
goto st38
2019-12-29 22:20:20 +00:00
case 108:
2019-03-10 21:37:01 +00:00
goto st38
}
goto tr23
2019-03-10 21:37:01 +00:00
st38:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof38
}
st_case_38:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 79:
2019-03-10 21:37:01 +00:00
goto st39
2019-12-29 22:20:20 +00:00
case 111:
2019-03-10 21:37:01 +00:00
goto st39
}
goto tr23
2019-03-10 21:37:01 +00:00
st39:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof39
}
st_case_39:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 65:
goto st40
case 97:
goto st40
2019-03-10 21:37:01 +00:00
}
goto tr23
2019-03-10 21:37:01 +00:00
st40:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof40
}
st_case_40:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 84:
goto st36
case 116:
goto st36
2019-03-10 21:37:01 +00:00
}
goto tr23
2019-03-10 21:37:01 +00:00
st41:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof41
}
st_case_41:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 78:
2019-03-10 21:37:01 +00:00
goto st42
2019-12-29 22:20:20 +00:00
case 110:
2019-03-10 21:37:01 +00:00
goto st42
}
goto tr23
2019-03-10 21:37:01 +00:00
st42:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof42
}
st_case_42:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 84:
2019-06-07 06:33:35 +00:00
goto st43
2019-12-29 22:20:20 +00:00
case 116:
2019-03-10 21:37:01 +00:00
goto st43
}
goto tr23
2019-03-10 21:37:01 +00:00
st43:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof43
}
st_case_43:
switch lex.data[(lex.p)] {
2019-06-07 06:33:35 +00:00
case 9:
2019-12-29 22:20:20 +00:00
goto st44
2019-06-07 06:33:35 +00:00
case 32:
2019-12-29 22:20:20 +00:00
goto st44
2019-06-07 06:33:35 +00:00
case 41:
goto tr64
2019-12-29 22:20:20 +00:00
case 69:
goto st45
case 101:
goto st45
2019-06-07 06:33:35 +00:00
}
if 11 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
2019-12-29 22:20:20 +00:00
goto st44
2019-03-10 21:37:01 +00:00
}
goto tr23
2019-03-10 21:37:01 +00:00
st44:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof44
}
st_case_44:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 9:
goto st44
case 32:
goto st44
case 41:
goto tr64
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
if 11 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
goto st44
}
goto tr23
2019-03-10 21:37:01 +00:00
st45:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof45
}
st_case_45:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 71:
2019-03-10 21:37:01 +00:00
goto st46
2019-12-29 22:20:20 +00:00
case 103:
2019-03-10 21:37:01 +00:00
goto st46
}
goto tr23
2019-03-10 21:37:01 +00:00
st46:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof46
}
st_case_46:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 69:
goto st47
case 101:
goto st47
2019-03-10 21:37:01 +00:00
}
goto tr23
2019-03-10 21:37:01 +00:00
st47:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof47
}
st_case_47:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 82:
goto st44
case 114:
goto st44
2019-03-10 21:37:01 +00:00
}
goto tr23
2019-03-10 21:37:01 +00:00
st48:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof48
}
st_case_48:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 66:
2019-03-10 21:37:01 +00:00
goto st49
2019-12-29 22:20:20 +00:00
case 98:
2019-03-10 21:37:01 +00:00
goto st49
}
goto tr23
2019-03-10 21:37:01 +00:00
st49:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof49
}
st_case_49:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 74:
2019-03-10 21:37:01 +00:00
goto st50
2019-12-29 22:20:20 +00:00
case 106:
2019-03-10 21:37:01 +00:00
goto st50
}
goto tr23
2019-03-10 21:37:01 +00:00
st50:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof50
}
st_case_50:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 69:
2019-06-07 06:33:35 +00:00
goto st51
2019-12-29 22:20:20 +00:00
case 101:
2019-06-07 06:33:35 +00:00
goto st51
2019-03-10 21:37:01 +00:00
}
goto tr23
2019-03-10 21:37:01 +00:00
st51:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof51
}
st_case_51:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 67:
2019-03-10 21:37:01 +00:00
goto st52
2019-12-29 22:20:20 +00:00
case 99:
2019-03-10 21:37:01 +00:00
goto st52
}
goto tr23
2019-03-10 21:37:01 +00:00
st52:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof52
}
st_case_52:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 84:
goto st53
case 116:
goto st53
2019-03-10 21:37:01 +00:00
}
goto tr23
2019-03-10 21:37:01 +00:00
st53:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof53
}
st_case_53:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 9:
goto st53
case 32:
goto st53
case 41:
goto tr73
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
if 11 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
goto st53
}
goto tr23
2019-03-10 21:37:01 +00:00
st54:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof54
}
st_case_54:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 69:
2019-03-10 21:37:01 +00:00
goto st55
2019-12-29 22:20:20 +00:00
case 101:
2019-03-10 21:37:01 +00:00
goto st55
}
goto tr23
2019-03-10 21:37:01 +00:00
st55:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof55
}
st_case_55:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 65:
goto st56
case 97:
goto st56
2019-03-10 21:37:01 +00:00
}
goto tr23
2019-03-10 21:37:01 +00:00
st56:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof56
}
st_case_56:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 76:
goto st36
case 108:
goto st36
2019-03-10 21:37:01 +00:00
}
goto tr23
2019-03-10 21:37:01 +00:00
st57:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof57
}
st_case_57:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 84:
2019-03-10 21:37:01 +00:00
goto st58
2019-12-29 22:20:20 +00:00
case 116:
2019-03-10 21:37:01 +00:00
goto st58
}
goto tr23
2019-03-10 21:37:01 +00:00
st58:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof58
}
st_case_58:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 82:
2019-03-10 21:37:01 +00:00
goto st59
2019-12-29 22:20:20 +00:00
case 114:
2019-03-10 21:37:01 +00:00
goto st59
}
goto tr23
2019-03-10 21:37:01 +00:00
st59:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof59
}
st_case_59:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 73:
2019-06-07 06:33:35 +00:00
goto st60
2019-12-29 22:20:20 +00:00
case 105:
2019-06-07 06:33:35 +00:00
goto st60
2019-03-10 21:37:01 +00:00
}
goto tr23
2019-03-10 21:37:01 +00:00
st60:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof60
}
st_case_60:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 78:
goto st61
case 110:
goto st61
2019-03-10 21:37:01 +00:00
}
goto tr23
2019-03-10 21:37:01 +00:00
st61:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof61
}
st_case_61:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 71:
goto st24
case 103:
goto st24
2019-03-10 21:37:01 +00:00
}
goto tr23
2019-03-10 21:37:01 +00:00
st62:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof62
}
st_case_62:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 78:
2019-03-10 21:37:01 +00:00
goto st63
2019-12-29 22:20:20 +00:00
case 110:
2019-03-10 21:37:01 +00:00
goto st63
}
goto tr23
2019-03-10 21:37:01 +00:00
st63:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof63
}
st_case_63:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 83:
2019-03-10 21:37:01 +00:00
goto st64
2019-12-29 22:20:20 +00:00
case 115:
2019-03-10 21:37:01 +00:00
goto st64
}
goto tr23
2019-03-10 21:37:01 +00:00
st64:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof64
}
st_case_64:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 69:
2019-06-07 06:33:35 +00:00
goto st65
2019-12-29 22:20:20 +00:00
case 101:
2019-06-07 06:33:35 +00:00
goto st65
2019-03-10 21:37:01 +00:00
}
goto tr23
2019-03-10 21:37:01 +00:00
st65:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof65
}
st_case_65:
2019-12-29 22:20:20 +00:00
switch lex.data[(lex.p)] {
case 84:
goto st66
case 116:
goto st66
}
goto tr23
2019-12-29 22:20:20 +00:00
st66:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof66
}
st_case_66:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 9:
2019-12-29 22:20:20 +00:00
goto st66
2019-03-10 21:37:01 +00:00
case 32:
2019-12-29 22:20:20 +00:00
goto st66
2019-03-10 21:37:01 +00:00
case 41:
goto tr84
2019-03-10 21:37:01 +00:00
}
if 11 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
2019-12-29 22:20:20 +00:00
goto st66
2019-03-10 21:37:01 +00:00
}
goto tr23
st138:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof138
2019-03-10 21:37:01 +00:00
}
st_case_138:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 42:
goto st139
2019-03-10 21:37:01 +00:00
case 61:
goto tr266
2019-03-10 21:37:01 +00:00
}
goto tr248
st139:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof139
2019-03-10 21:37:01 +00:00
}
st_case_139:
2019-03-10 21:37:01 +00:00
if lex.data[(lex.p)] == 61 {
goto tr268
2019-03-10 21:37:01 +00:00
}
goto tr267
st140:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof140
2019-03-10 21:37:01 +00:00
}
st_case_140:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 43:
goto tr269
2019-03-10 21:37:01 +00:00
case 61:
goto tr270
2019-03-10 21:37:01 +00:00
}
goto tr248
st141:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof141
2019-03-10 21:37:01 +00:00
}
st_case_141:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 45:
goto tr271
2019-03-10 21:37:01 +00:00
case 61:
goto tr272
2019-03-10 21:37:01 +00:00
case 62:
goto tr273
2019-03-10 21:37:01 +00:00
}
goto tr248
tr204:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
goto st142
st142:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof142
2019-03-10 21:37:01 +00:00
}
st_case_142:
// line internal/php7/scanner.go:5096
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 46:
2019-12-29 22:20:20 +00:00
goto st67
2019-03-10 21:37:01 +00:00
case 61:
goto tr275
2019-03-10 21:37:01 +00:00
}
if 48 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 57 {
goto tr89
2019-03-10 21:37:01 +00:00
}
goto tr248
2019-12-29 22:20:20 +00:00
st67:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof67
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_67:
2019-03-10 21:37:01 +00:00
if lex.data[(lex.p)] == 46 {
goto tr85
2019-03-10 21:37:01 +00:00
}
goto tr23
tr89:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:165
2019-12-29 22:20:20 +00:00
lex.act = 10
goto st143
st143:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof143
2019-03-10 21:37:01 +00:00
}
st_case_143:
// line internal/php7/scanner.go:5128
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 69:
2019-12-29 22:20:20 +00:00
goto st68
case 95:
2019-12-29 22:20:20 +00:00
goto st70
2019-03-10 21:37:01 +00:00
case 101:
2019-12-29 22:20:20 +00:00
goto st68
2019-03-10 21:37:01 +00:00
}
if 48 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 57 {
goto tr89
2019-03-10 21:37:01 +00:00
}
goto tr276
2019-12-29 22:20:20 +00:00
st68:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof68
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_68:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 43:
2019-12-29 22:20:20 +00:00
goto st69
2019-03-10 21:37:01 +00:00
case 45:
2019-12-29 22:20:20 +00:00
goto st69
2019-03-10 21:37:01 +00:00
}
if 48 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 57 {
goto tr87
2019-03-10 21:37:01 +00:00
}
goto tr12
2019-12-29 22:20:20 +00:00
st69:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof69
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_69:
2019-03-10 21:37:01 +00:00
if 48 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 57 {
goto tr87
2019-03-10 21:37:01 +00:00
}
goto tr12
tr87:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:165
2019-12-29 22:20:20 +00:00
lex.act = 10
goto st144
st144:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof144
2019-03-10 21:37:01 +00:00
}
st_case_144:
// line internal/php7/scanner.go:5177
if lex.data[(lex.p)] == 95 {
2019-12-29 22:20:20 +00:00
goto st69
2019-03-10 21:37:01 +00:00
}
if 48 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 57 {
goto tr87
}
goto tr276
2019-12-29 22:20:20 +00:00
st70:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof70
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_70:
if 48 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 57 {
goto tr89
}
goto tr88
tr205:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
goto st145
st145:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof145
}
st_case_145:
// line internal/php7/scanner.go:5204
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 42:
2019-12-29 22:20:20 +00:00
goto st71
case 47:
goto st130
case 61:
goto tr279
2019-03-10 21:37:01 +00:00
}
goto tr248
2019-12-29 22:20:20 +00:00
tr92:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st71
tr94:
// line internal/php7/scanner.rl:54
goto st71
tr96:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2019-06-07 06:33:35 +00:00
goto st71
st71:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof71
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_71:
// line internal/php7/scanner.go:5249
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
goto tr91
case 13:
goto tr92
2019-03-10 21:37:01 +00:00
case 42:
2019-12-29 22:20:20 +00:00
goto st73
}
2019-12-29 22:20:20 +00:00
goto st71
tr91:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st72
tr95:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st72
st72:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof72
}
st_case_72:
// line internal/php7/scanner.go:5290
switch lex.data[(lex.p)] {
case 10:
goto tr95
case 13:
goto tr96
case 42:
goto tr97
2019-12-29 22:20:20 +00:00
}
goto tr94
tr97:
// line internal/php7/scanner.rl:54
2019-12-29 22:20:20 +00:00
goto st73
st73:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof73
}
st_case_73:
// line internal/php7/scanner.go:5309
2019-12-29 22:20:20 +00:00
switch lex.data[(lex.p)] {
case 10:
goto tr91
case 13:
goto tr92
2019-12-29 22:20:20 +00:00
case 42:
goto st73
2019-03-10 21:37:01 +00:00
case 47:
goto tr98
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
goto st71
tr206:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:176
2019-12-29 22:20:20 +00:00
lex.act = 12
goto st146
st146:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof146
2019-03-10 21:37:01 +00:00
}
st_case_146:
// line internal/php7/scanner.go:5333
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 46:
goto tr281
2019-03-10 21:37:01 +00:00
case 69:
2019-12-29 22:20:20 +00:00
goto st68
case 95:
goto st74
2019-12-29 22:20:20 +00:00
case 98:
goto st75
2019-03-10 21:37:01 +00:00
case 101:
2019-12-29 22:20:20 +00:00
goto st68
2019-03-10 21:37:01 +00:00
case 120:
2019-12-29 22:20:20 +00:00
goto st76
}
if 48 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 57 {
goto tr100
}
goto tr280
tr281:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:165
2019-12-29 22:20:20 +00:00
lex.act = 10
goto st147
st147:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof147
}
st_case_147:
// line internal/php7/scanner.go:5364
switch lex.data[(lex.p)] {
case 69:
2019-12-29 22:20:20 +00:00
goto st68
case 101:
2019-12-29 22:20:20 +00:00
goto st68
2019-03-10 21:37:01 +00:00
}
if 48 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 57 {
goto tr89
2019-03-10 21:37:01 +00:00
}
goto tr276
tr100:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:176
2019-12-29 22:20:20 +00:00
lex.act = 12
goto st148
st148:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof148
2019-03-10 21:37:01 +00:00
}
st_case_148:
// line internal/php7/scanner.go:5387
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 46:
goto tr281
2019-03-10 21:37:01 +00:00
case 69:
2019-12-29 22:20:20 +00:00
goto st68
case 95:
2019-12-29 22:20:20 +00:00
goto st74
2019-03-10 21:37:01 +00:00
case 101:
2019-12-29 22:20:20 +00:00
goto st68
2019-03-10 21:37:01 +00:00
}
if 48 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 57 {
goto tr100
2019-03-10 21:37:01 +00:00
}
goto tr280
2019-12-29 22:20:20 +00:00
st74:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof74
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_74:
if 48 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 57 {
goto tr100
}
goto tr99
2019-12-29 22:20:20 +00:00
st75:
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof75
}
2019-12-29 22:20:20 +00:00
st_case_75:
2019-03-10 21:37:01 +00:00
if 48 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 49 {
goto tr101
2019-03-10 21:37:01 +00:00
}
goto tr12
tr101:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:166
2019-12-29 22:20:20 +00:00
lex.act = 11
goto st149
st149:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof149
}
st_case_149:
// line internal/php7/scanner.go:5432
if lex.data[(lex.p)] == 95 {
2019-12-29 22:20:20 +00:00
goto st75
2019-03-10 21:37:01 +00:00
}
if 48 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 49 {
goto tr101
2019-03-10 21:37:01 +00:00
}
goto tr285
2019-12-29 22:20:20 +00:00
st76:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof76
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_76:
2019-03-10 21:37:01 +00:00
switch {
case lex.data[(lex.p)] < 65:
if 48 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 57 {
goto tr102
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 70:
if 97 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 102 {
goto tr102
2019-03-10 21:37:01 +00:00
}
default:
goto tr102
2019-03-10 21:37:01 +00:00
}
goto tr12
tr102:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:191
2019-12-29 22:20:20 +00:00
lex.act = 13
goto st150
st150:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof150
}
st_case_150:
// line internal/php7/scanner.go:5470
if lex.data[(lex.p)] == 95 {
2019-12-29 22:20:20 +00:00
goto st76
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 65:
if 48 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 57 {
goto tr102
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 70:
if 97 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 102 {
goto tr102
2019-03-10 21:37:01 +00:00
}
default:
goto tr102
2019-03-10 21:37:01 +00:00
}
goto tr286
st151:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof151
2019-03-10 21:37:01 +00:00
}
st_case_151:
if lex.data[(lex.p)] == 58 {
goto tr287
}
goto tr248
tr208:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
goto st152
st152:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof152
}
st_case_152:
// line internal/php7/scanner.go:5506
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
goto tr104
case 13:
goto tr105
case 32:
2019-12-29 22:20:20 +00:00
goto st77
case 63:
2019-12-29 22:20:20 +00:00
goto st80
}
if 9 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
2019-12-29 22:20:20 +00:00
goto st77
}
goto tr248
tr107:
// line internal/php7/scanner.rl:54
goto st77
st77:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof77
}
st_case_77:
// line internal/php7/scanner.go:5530
switch lex.data[(lex.p)] {
case 10:
goto tr104
case 13:
goto tr105
case 32:
2019-12-29 22:20:20 +00:00
goto st77
case 63:
2019-12-29 22:20:20 +00:00
goto st80
}
if 9 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
2019-12-29 22:20:20 +00:00
goto st77
}
goto tr23
tr104:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st78
tr108:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st78
st78:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof78
}
st_case_78:
// line internal/php7/scanner.go:5576
2019-12-29 22:20:20 +00:00
switch lex.data[(lex.p)] {
case 10:
goto tr108
2019-12-29 22:20:20 +00:00
case 13:
goto tr109
2019-12-29 22:20:20 +00:00
case 32:
goto tr107
case 63:
goto tr110
}
2019-12-29 22:20:20 +00:00
if 9 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
goto tr107
}
goto tr23
tr105:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
2019-12-29 22:20:20 +00:00
}
goto st79
tr109:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st79
st79:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof79
}
st_case_79:
// line internal/php7/scanner.go:5622
2019-12-29 22:20:20 +00:00
if lex.data[(lex.p)] == 10 {
goto tr104
2019-12-29 22:20:20 +00:00
}
goto tr23
tr110:
// line internal/php7/scanner.rl:54
2019-12-29 22:20:20 +00:00
goto st80
st80:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof80
}
st_case_80:
// line internal/php7/scanner.go:5636
if lex.data[(lex.p)] == 62 {
goto tr111
2019-03-10 21:37:01 +00:00
}
goto tr23
tr111:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
goto st153
st153:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof153
}
st_case_153:
// line internal/php7/scanner.go:5651
switch lex.data[(lex.p)] {
case 10:
goto tr113
case 13:
goto tr289
}
goto tr288
tr113:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st154
st154:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof154
}
st_case_154:
// line internal/php7/scanner.go:5676
goto tr290
tr289:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st81
2019-12-29 22:20:20 +00:00
st81:
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof81
}
2019-12-29 22:20:20 +00:00
st_case_81:
// line internal/php7/scanner.go:5695
if lex.data[(lex.p)] == 10 {
goto tr113
}
goto tr112
st155:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof155
}
st_case_155:
switch lex.data[(lex.p)] {
case 60:
goto tr291
case 61:
goto st158
case 62:
goto tr293
}
goto tr248
tr291:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:306
2019-12-29 22:20:20 +00:00
lex.act = 118
goto st156
st156:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof156
}
st_case_156:
// line internal/php7/scanner.go:5726
switch lex.data[(lex.p)] {
case 60:
2019-12-29 22:20:20 +00:00
goto st82
case 61:
goto tr295
}
goto tr294
2019-12-29 22:20:20 +00:00
st82:
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof82
}
2019-12-29 22:20:20 +00:00
st_case_82:
switch lex.data[(lex.p)] {
case 9:
2019-12-29 22:20:20 +00:00
goto st82
case 32:
goto st82
2019-12-29 22:20:20 +00:00
case 34:
goto st83
case 39:
2019-12-29 22:20:20 +00:00
goto st87
case 96:
goto tr12
}
switch {
case lex.data[(lex.p)] < 91:
if lex.data[(lex.p)] <= 64 {
goto tr12
}
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr12
}
default:
goto tr12
}
goto tr117
2019-12-29 22:20:20 +00:00
st83:
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof83
}
2019-12-29 22:20:20 +00:00
st_case_83:
if lex.data[(lex.p)] == 96 {
goto tr12
}
switch {
case lex.data[(lex.p)] < 91:
if lex.data[(lex.p)] <= 64 {
goto tr12
}
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr12
}
default:
goto tr12
}
goto tr118
tr118:
// line internal/php7/scanner.rl:35
lblStart = lex.p
2019-12-29 22:20:20 +00:00
goto st84
st84:
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof84
}
2019-12-29 22:20:20 +00:00
st_case_84:
// line internal/php7/scanner.go:5794
switch lex.data[(lex.p)] {
case 34:
goto tr119
case 96:
goto tr12
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr12
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr12
}
case lex.data[(lex.p)] >= 91:
goto tr12
}
default:
goto tr12
}
2019-12-29 22:20:20 +00:00
goto st84
tr119:
// line internal/php7/scanner.rl:36
lblEnd = lex.p
2019-12-29 22:20:20 +00:00
goto st85
st85:
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof85
}
2019-12-29 22:20:20 +00:00
st_case_85:
// line internal/php7/scanner.go:5828
switch lex.data[(lex.p)] {
case 10:
goto tr121
case 13:
goto tr122
}
goto tr12
tr121:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st157
tr125:
// line internal/php7/scanner.rl:36
lblEnd = lex.p
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st157
st157:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof157
}
st_case_157:
// line internal/php7/scanner.go:5867
goto tr296
tr122:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st86
tr126:
// line internal/php7/scanner.rl:36
lblEnd = lex.p
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2019-12-29 22:20:20 +00:00
goto st86
st86:
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof86
}
2019-12-29 22:20:20 +00:00
st_case_86:
// line internal/php7/scanner.go:5900
if lex.data[(lex.p)] == 10 {
goto tr121
}
goto tr12
2019-12-29 22:20:20 +00:00
st87:
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof87
}
2019-12-29 22:20:20 +00:00
st_case_87:
if lex.data[(lex.p)] == 96 {
goto tr12
}
switch {
case lex.data[(lex.p)] < 91:
if lex.data[(lex.p)] <= 64 {
goto tr12
}
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr12
}
default:
goto tr12
}
goto tr123
tr123:
// line internal/php7/scanner.rl:35
lblStart = lex.p
2019-12-29 22:20:20 +00:00
goto st88
st88:
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof88
}
2019-12-29 22:20:20 +00:00
st_case_88:
// line internal/php7/scanner.go:5935
switch lex.data[(lex.p)] {
case 39:
goto tr119
case 96:
goto tr12
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr12
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr12
}
case lex.data[(lex.p)] >= 91:
goto tr12
}
default:
goto tr12
}
2019-12-29 22:20:20 +00:00
goto st88
tr117:
// line internal/php7/scanner.rl:35
lblStart = lex.p
2019-12-29 22:20:20 +00:00
goto st89
st89:
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof89
}
2019-12-29 22:20:20 +00:00
st_case_89:
// line internal/php7/scanner.go:5969
switch lex.data[(lex.p)] {
case 10:
goto tr125
case 13:
goto tr126
case 96:
goto tr12
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr12
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr12
}
case lex.data[(lex.p)] >= 91:
goto tr12
}
default:
goto tr12
}
2019-12-29 22:20:20 +00:00
goto st89
st158:
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof158
}
2019-12-29 22:20:20 +00:00
st_case_158:
if lex.data[(lex.p)] == 62 {
goto tr298
}
goto tr297
2019-12-29 22:20:20 +00:00
st159:
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof159
}
2019-12-29 22:20:20 +00:00
st_case_159:
switch lex.data[(lex.p)] {
case 61:
2019-12-29 22:20:20 +00:00
goto st160
case 62:
goto tr300
}
goto tr248
2019-12-29 22:20:20 +00:00
st160:
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof160
}
2019-12-29 22:20:20 +00:00
st_case_160:
if lex.data[(lex.p)] == 61 {
goto tr302
}
goto tr301
2019-12-29 22:20:20 +00:00
st161:
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof161
}
2019-12-29 22:20:20 +00:00
st_case_161:
switch lex.data[(lex.p)] {
case 61:
goto tr303
case 62:
goto st162
}
goto tr248
st162:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof162
}
st_case_162:
if lex.data[(lex.p)] == 61 {
goto tr306
}
goto tr305
st163:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof163
}
st_case_163:
switch lex.data[(lex.p)] {
case 62:
goto tr307
case 63:
goto st166
}
goto tr248
tr307:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
goto st164
st164:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof164
}
st_case_164:
// line internal/php7/scanner.go:6069
switch lex.data[(lex.p)] {
case 10:
goto tr129
case 13:
goto tr310
}
goto tr309
tr129:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st165
st165:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof165
}
st_case_165:
// line internal/php7/scanner.go:6094
goto tr311
tr310:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st90
2019-12-29 22:20:20 +00:00
st90:
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof90
}
2019-12-29 22:20:20 +00:00
st_case_90:
// line internal/php7/scanner.go:6113
if lex.data[(lex.p)] == 10 {
goto tr129
}
goto tr128
st166:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof166
}
st_case_166:
if lex.data[(lex.p)] == 61 {
goto tr313
}
goto tr312
st167:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof167
}
st_case_167:
switch lex.data[(lex.p)] {
case 66:
goto st169
case 78:
goto st175
case 82:
goto st176
case 83:
goto tr318
case 96:
goto tr314
case 98:
goto st169
case 110:
goto st175
case 114:
goto st176
case 115:
goto tr318
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
}
default:
goto tr314
}
goto tr220
tr220:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:345
2019-12-29 22:20:20 +00:00
lex.act = 135
goto st168
tr318:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:204
2019-12-29 22:20:20 +00:00
lex.act = 16
goto st168
tr324:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:202
2019-12-29 22:20:20 +00:00
lex.act = 14
goto st168
tr325:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:275
2019-12-29 22:20:20 +00:00
lex.act = 87
goto st168
tr328:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:203
2019-12-29 22:20:20 +00:00
lex.act = 15
goto st168
tr333:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:205
2019-03-10 21:37:01 +00:00
lex.act = 17
goto st168
tr345:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:206
2019-03-10 21:37:01 +00:00
lex.act = 18
goto st168
tr346:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:207
2019-12-29 22:20:20 +00:00
lex.act = 19
goto st168
tr348:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:208
2019-12-29 22:20:20 +00:00
lex.act = 20
goto st168
tr355:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:233
2019-12-29 22:20:20 +00:00
lex.act = 45
goto st168
tr359:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:209
2019-03-10 21:37:01 +00:00
lex.act = 21
goto st168
tr361:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:210
2019-03-10 21:37:01 +00:00
lex.act = 22
goto st168
tr365:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:211
2019-12-29 22:20:20 +00:00
lex.act = 23
goto st168
tr369:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:212
2019-12-29 22:20:20 +00:00
lex.act = 24
goto st168
tr372:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:215
2019-12-29 22:20:20 +00:00
lex.act = 27
goto st168
tr378:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:213
2019-12-29 22:20:20 +00:00
lex.act = 25
goto st168
tr382:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:214
lex.act = 26
goto st168
tr383:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:227
2019-12-29 22:20:20 +00:00
lex.act = 39
goto st168
tr391:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:216
2019-12-29 22:20:20 +00:00
lex.act = 28
goto st168
tr396:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:218
lex.act = 30
goto st168
tr399:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:219
2019-12-29 22:20:20 +00:00
lex.act = 31
goto st168
tr411:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:220
2019-12-29 22:20:20 +00:00
lex.act = 32
goto st168
tr418:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:222
lex.act = 34
goto st168
tr419:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:223
lex.act = 35
goto st168
tr424:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:224
lex.act = 36
goto st168
tr428:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:225
2019-12-29 22:20:20 +00:00
lex.act = 37
goto st168
tr430:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:226
2019-12-29 22:20:20 +00:00
lex.act = 38
goto st168
tr436:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:228
lex.act = 40
goto st168
tr438:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:234
2019-12-29 22:20:20 +00:00
lex.act = 46
goto st168
tr445:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:230
2019-12-29 22:20:20 +00:00
lex.act = 42
goto st168
tr451:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:232
2019-12-29 22:20:20 +00:00
lex.act = 44
goto st168
tr457:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:235
lex.act = 47
goto st168
tr459:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:236
2019-12-29 22:20:20 +00:00
lex.act = 48
goto st168
tr460:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:237
2019-12-29 22:20:20 +00:00
lex.act = 49
goto st168
tr471:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:239
2019-12-29 22:20:20 +00:00
lex.act = 51
goto st168
tr484:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:262
2019-12-29 22:20:20 +00:00
lex.act = 74
goto st168
tr492:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:240
lex.act = 52
goto st168
tr496:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:241
2019-12-29 22:20:20 +00:00
lex.act = 53
goto st168
tr502:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:242
2019-12-29 22:20:20 +00:00
lex.act = 54
goto st168
tr505:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:238
2019-12-29 22:20:20 +00:00
lex.act = 50
goto st168
tr508:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:243
2019-12-29 22:20:20 +00:00
lex.act = 55
goto st168
tr517:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:244
2019-12-29 22:20:20 +00:00
lex.act = 56
goto st168
tr518:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:274
2019-12-29 22:20:20 +00:00
lex.act = 86
goto st168
tr519:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:276
2019-12-29 22:20:20 +00:00
lex.act = 88
goto st168
tr526:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:247
2019-12-29 22:20:20 +00:00
lex.act = 59
goto st168
tr529:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:245
2019-12-29 22:20:20 +00:00
lex.act = 57
goto st168
tr535:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:248
2019-12-29 22:20:20 +00:00
lex.act = 60
goto st168
tr539:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:246
2019-12-29 22:20:20 +00:00
lex.act = 58
goto st168
tr552:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:264
2019-12-29 22:20:20 +00:00
lex.act = 76
goto st168
tr555:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:249
lex.act = 61
goto st168
tr561:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:250
lex.act = 62
goto st168
tr565:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:251
lex.act = 63
goto st168
tr570:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:252
2019-12-29 22:20:20 +00:00
lex.act = 64
goto st168
tr572:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:254
lex.act = 66
goto st168
tr574:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-12-29 22:20:20 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:253
2019-12-29 22:20:20 +00:00
lex.act = 65
goto st168
tr579:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:255
lex.act = 67
goto st168
tr580:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:256
lex.act = 68
goto st168
tr582:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:257
2019-12-29 22:20:20 +00:00
lex.act = 69
goto st168
tr586:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:258
2019-12-29 22:20:20 +00:00
lex.act = 70
goto st168
tr588:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:277
2019-12-29 22:20:20 +00:00
lex.act = 89
goto st168
2020-12-11 11:28:16 +00:00
tr609:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:265
lex.act = 77
goto st168
2020-12-11 11:28:16 +00:00
tr613:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:266
lex.act = 78
goto st168
2020-12-11 11:28:16 +00:00
tr619:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:267
2019-12-29 22:20:20 +00:00
lex.act = 79
goto st168
2020-12-11 11:28:16 +00:00
tr627:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:268
2019-12-29 22:20:20 +00:00
lex.act = 80
goto st168
2020-12-11 11:28:16 +00:00
tr639:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-12-29 22:20:20 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:273
2019-12-29 22:20:20 +00:00
lex.act = 85
goto st168
2020-12-11 11:28:16 +00:00
tr644:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:269
lex.act = 81
goto st168
2020-12-11 11:28:16 +00:00
tr651:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:271
2019-12-29 22:20:20 +00:00
lex.act = 83
goto st168
2020-12-11 11:28:16 +00:00
tr661:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:270
lex.act = 82
goto st168
2020-12-11 11:28:16 +00:00
tr667:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-12-29 22:20:20 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:272
2019-12-29 22:20:20 +00:00
lex.act = 84
goto st168
st168:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof168
2019-03-10 21:37:01 +00:00
}
st_case_168:
// line internal/php7/scanner.go:6658
2019-12-29 22:20:20 +00:00
if lex.data[(lex.p)] == 96 {
goto tr12
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr12
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr12
}
case lex.data[(lex.p)] >= 91:
goto tr12
2019-03-10 21:37:01 +00:00
}
default:
goto tr12
2019-03-10 21:37:01 +00:00
}
goto tr220
st169:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof169
2019-03-10 21:37:01 +00:00
}
st_case_169:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 83:
goto st170
case 96:
goto tr314
2019-12-29 22:20:20 +00:00
case 115:
goto st170
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st170:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof170
2019-03-10 21:37:01 +00:00
}
st_case_170:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 84:
goto st171
case 96:
goto tr314
case 116:
goto st171
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-06-07 06:33:35 +00:00
}
goto tr220
st171:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof171
2019-03-10 21:37:01 +00:00
}
st_case_171:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 82:
goto st172
case 96:
goto tr314
2019-12-29 22:20:20 +00:00
case 114:
goto st172
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st172:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof172
2019-03-10 21:37:01 +00:00
}
st_case_172:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 65:
goto st173
case 96:
goto tr314
2019-12-29 22:20:20 +00:00
case 97:
goto st173
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st173:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof173
2019-03-10 21:37:01 +00:00
}
st_case_173:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 67:
goto st174
case 96:
goto tr314
2019-12-29 22:20:20 +00:00
case 99:
goto st174
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
}
default:
goto tr314
}
goto tr220
st174:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof174
}
st_case_174:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 84:
goto tr324
case 96:
goto tr314
2019-12-29 22:20:20 +00:00
case 116:
goto tr324
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st175:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof175
2019-03-10 21:37:01 +00:00
}
st_case_175:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 68:
goto tr325
case 96:
goto tr314
2019-12-29 22:20:20 +00:00
case 100:
goto tr325
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
}
goto tr220
st176:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof176
2019-03-10 21:37:01 +00:00
}
st_case_176:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 82:
goto st177
case 96:
goto tr314
2019-12-29 22:20:20 +00:00
case 114:
goto st177
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st177:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof177
2019-03-10 21:37:01 +00:00
}
st_case_177:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 65:
goto st178
case 96:
goto tr314
case 97:
goto st178
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st178:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof178
2019-03-10 21:37:01 +00:00
}
st_case_178:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 89:
goto tr328
case 96:
goto tr314
2019-12-29 22:20:20 +00:00
case 121:
goto tr328
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
tr214:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-12-29 22:20:20 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:345
2019-12-29 22:20:20 +00:00
lex.act = 135
goto st179
st179:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof179
2019-03-10 21:37:01 +00:00
}
st_case_179:
// line internal/php7/scanner.go:7002
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 34:
goto st7
case 60:
goto st91
case 82:
goto st180
case 96:
goto tr314
2019-12-29 22:20:20 +00:00
case 114:
goto st180
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-12-29 22:20:20 +00:00
st91:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof91
}
st_case_91:
if lex.data[(lex.p)] == 60 {
goto st92
}
goto tr130
2019-12-29 22:20:20 +00:00
st92:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof92
}
st_case_92:
if lex.data[(lex.p)] == 60 {
goto st82
}
goto tr130
st180:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof180
2019-03-10 21:37:01 +00:00
}
st_case_180:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 69:
goto st181
case 96:
goto tr314
2019-12-29 22:20:20 +00:00
case 101:
goto st181
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st181:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof181
2019-03-10 21:37:01 +00:00
}
st_case_181:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 65:
goto st182
case 96:
goto tr314
2019-12-29 22:20:20 +00:00
case 97:
goto st182
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st182:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof182
2019-03-10 21:37:01 +00:00
}
st_case_182:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 75:
goto tr333
case 96:
goto tr314
2019-12-29 22:20:20 +00:00
case 107:
goto tr333
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st183:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof183
2019-03-10 21:37:01 +00:00
}
st_case_183:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 65:
goto st184
2019-12-29 22:20:20 +00:00
case 70:
goto st193
2019-12-29 22:20:20 +00:00
case 76:
goto st200
2019-12-29 22:20:20 +00:00
case 79:
goto st205
case 96:
goto tr314
2019-12-29 22:20:20 +00:00
case 97:
goto st184
2019-12-29 22:20:20 +00:00
case 102:
goto st193
2019-12-29 22:20:20 +00:00
case 108:
goto st200
2019-12-29 22:20:20 +00:00
case 111:
goto st205
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st184:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof184
2019-03-10 21:37:01 +00:00
}
st_case_184:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 76:
goto st185
2019-12-29 22:20:20 +00:00
case 83:
goto st190
2019-12-29 22:20:20 +00:00
case 84:
goto st191
case 96:
goto tr314
case 108:
goto st185
2019-12-29 22:20:20 +00:00
case 115:
goto st190
2019-12-29 22:20:20 +00:00
case 116:
goto st191
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st185:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof185
2019-03-10 21:37:01 +00:00
}
st_case_185:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 76:
goto st186
case 96:
goto tr314
2019-12-29 22:20:20 +00:00
case 108:
goto st186
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st186:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof186
2019-03-10 21:37:01 +00:00
}
st_case_186:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 65:
goto st187
case 96:
goto tr314
2019-12-29 22:20:20 +00:00
case 97:
goto st187
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st187:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof187
2019-03-10 21:37:01 +00:00
}
st_case_187:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 66:
goto st188
case 96:
goto tr314
2019-12-29 22:20:20 +00:00
case 98:
goto st188
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st188:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof188
}
st_case_188:
switch lex.data[(lex.p)] {
case 76:
goto st189
case 96:
goto tr314
case 108:
goto st189
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st189:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof189
}
st_case_189:
switch lex.data[(lex.p)] {
case 69:
goto tr345
case 96:
goto tr314
case 101:
goto tr345
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st190:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof190
}
st_case_190:
switch lex.data[(lex.p)] {
case 69:
goto tr346
case 96:
goto tr314
case 101:
goto tr346
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st191:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof191
}
st_case_191:
switch lex.data[(lex.p)] {
case 67:
goto st192
case 96:
goto tr314
case 99:
goto st192
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st192:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof192
}
st_case_192:
switch lex.data[(lex.p)] {
case 72:
goto tr348
case 96:
goto tr314
case 104:
goto tr348
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st193:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof193
}
st_case_193:
switch lex.data[(lex.p)] {
case 85:
2019-12-29 22:20:20 +00:00
goto st194
case 96:
goto tr314
case 117:
2019-12-29 22:20:20 +00:00
goto st194
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st194:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof194
}
st_case_194:
switch lex.data[(lex.p)] {
case 78:
2019-03-10 21:37:01 +00:00
goto st195
case 96:
goto tr314
case 110:
2019-03-10 21:37:01 +00:00
goto st195
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st195:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof195
}
st_case_195:
switch lex.data[(lex.p)] {
case 67:
goto st196
case 96:
goto tr314
case 99:
goto st196
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st196:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof196
}
st_case_196:
switch lex.data[(lex.p)] {
case 84:
2019-12-29 22:20:20 +00:00
goto st197
case 96:
goto tr314
case 116:
2019-12-29 22:20:20 +00:00
goto st197
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st197:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof197
}
st_case_197:
switch lex.data[(lex.p)] {
case 73:
goto st198
case 96:
goto tr314
case 105:
goto st198
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st198:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof198
}
st_case_198:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 79:
goto st199
case 96:
goto tr314
2019-12-29 22:20:20 +00:00
case 111:
goto st199
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st199:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof199
}
st_case_199:
switch lex.data[(lex.p)] {
case 78:
goto tr355
case 96:
goto tr314
case 110:
goto tr355
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st200:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof200
}
st_case_200:
switch lex.data[(lex.p)] {
case 65:
goto st201
case 79:
goto st203
case 96:
goto tr314
case 97:
goto st201
case 111:
goto st203
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st201:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof201
}
st_case_201:
switch lex.data[(lex.p)] {
case 83:
2019-12-29 22:20:20 +00:00
goto st202
case 96:
goto tr314
case 115:
2019-12-29 22:20:20 +00:00
goto st202
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st202:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof202
}
st_case_202:
switch lex.data[(lex.p)] {
case 83:
goto tr359
case 96:
goto tr314
case 115:
goto tr359
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st203:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof203
}
st_case_203:
switch lex.data[(lex.p)] {
case 78:
goto st204
case 96:
goto tr314
case 110:
goto st204
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st204:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof204
}
st_case_204:
switch lex.data[(lex.p)] {
case 69:
goto tr361
case 96:
goto tr314
case 101:
goto tr361
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st205:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof205
}
st_case_205:
switch lex.data[(lex.p)] {
case 78:
goto st206
case 96:
goto tr314
case 110:
goto st206
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st206:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof206
}
st_case_206:
switch lex.data[(lex.p)] {
case 83:
goto st207
case 84:
goto st208
2019-12-29 22:20:20 +00:00
case 96:
goto tr314
case 115:
2019-12-29 22:20:20 +00:00
goto st207
case 116:
goto st208
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st207:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof207
}
st_case_207:
switch lex.data[(lex.p)] {
case 84:
goto tr365
case 96:
goto tr314
case 116:
goto tr365
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st208:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof208
}
st_case_208:
switch lex.data[(lex.p)] {
case 73:
2019-03-10 21:37:01 +00:00
goto st209
case 96:
goto tr314
case 105:
2019-03-10 21:37:01 +00:00
goto st209
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st209:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof209
}
st_case_209:
switch lex.data[(lex.p)] {
case 78:
goto st210
case 96:
goto tr314
case 110:
goto st210
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st210:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof210
}
st_case_210:
switch lex.data[(lex.p)] {
case 85:
goto st211
case 96:
goto tr314
case 117:
goto st211
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st211:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof211
}
st_case_211:
switch lex.data[(lex.p)] {
case 69:
goto tr369
case 96:
goto tr314
case 101:
goto tr369
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st212:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof212
}
st_case_212:
switch lex.data[(lex.p)] {
case 69:
2019-03-10 21:37:01 +00:00
goto st213
case 73:
goto st222
case 79:
goto tr372
case 96:
goto tr314
case 101:
2019-03-10 21:37:01 +00:00
goto st213
case 105:
goto st222
case 111:
goto tr372
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st213:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof213
}
st_case_213:
switch lex.data[(lex.p)] {
case 67:
goto st214
case 70:
goto st218
case 96:
goto tr314
case 99:
goto st214
case 102:
goto st218
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st214:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof214
}
st_case_214:
switch lex.data[(lex.p)] {
case 76:
goto st215
case 96:
goto tr314
case 108:
goto st215
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st215:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof215
}
st_case_215:
switch lex.data[(lex.p)] {
case 65:
goto st216
case 96:
goto tr314
case 97:
goto st216
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st216:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof216
}
st_case_216:
switch lex.data[(lex.p)] {
case 82:
2019-12-29 22:20:20 +00:00
goto st217
case 96:
goto tr314
case 114:
2019-12-29 22:20:20 +00:00
goto st217
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st217:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof217
}
st_case_217:
switch lex.data[(lex.p)] {
case 69:
goto tr378
case 96:
goto tr314
case 101:
goto tr378
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st218:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof218
}
st_case_218:
switch lex.data[(lex.p)] {
case 65:
goto st219
case 96:
goto tr314
case 97:
goto st219
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st219:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof219
}
st_case_219:
switch lex.data[(lex.p)] {
case 85:
goto st220
case 96:
goto tr314
case 117:
goto st220
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st220:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof220
}
st_case_220:
switch lex.data[(lex.p)] {
case 76:
goto st221
case 96:
goto tr314
case 108:
goto st221
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st221:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof221
}
st_case_221:
switch lex.data[(lex.p)] {
case 84:
goto tr382
case 96:
goto tr314
case 116:
goto tr382
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st222:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof222
}
st_case_222:
switch lex.data[(lex.p)] {
case 69:
goto tr383
case 96:
goto tr314
case 101:
goto tr383
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st223:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof223
}
st_case_223:
switch lex.data[(lex.p)] {
case 67:
goto st224
case 76:
goto st226
case 77:
goto st230
case 78:
goto st233
case 86:
goto st257
case 88:
goto st259
case 96:
goto tr314
case 99:
goto st224
case 108:
goto st226
case 109:
goto st230
case 110:
goto st233
case 118:
goto st257
case 120:
goto st259
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st224:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof224
}
st_case_224:
switch lex.data[(lex.p)] {
case 72:
2019-03-10 21:37:01 +00:00
goto st225
case 96:
goto tr314
case 104:
2019-03-10 21:37:01 +00:00
goto st225
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st225:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof225
}
st_case_225:
switch lex.data[(lex.p)] {
case 79:
goto tr391
case 96:
goto tr314
case 111:
goto tr391
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st226:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof226
}
st_case_226:
switch lex.data[(lex.p)] {
case 83:
2019-12-29 22:20:20 +00:00
goto st227
case 96:
goto tr314
case 115:
2019-12-29 22:20:20 +00:00
goto st227
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st227:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof227
}
st_case_227:
switch lex.data[(lex.p)] {
case 69:
goto st228
case 96:
goto tr314
case 101:
goto st228
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st228:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof228
}
st_case_228:
switch lex.data[(lex.p)] {
case 73:
goto st229
case 96:
goto tr394
case 105:
goto st229
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr394
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr394
}
case lex.data[(lex.p)] >= 91:
goto tr394
2019-03-10 21:37:01 +00:00
}
default:
goto tr394
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st229:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof229
}
st_case_229:
switch lex.data[(lex.p)] {
case 70:
goto tr396
case 96:
goto tr314
case 102:
goto tr396
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st230:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof230
}
st_case_230:
switch lex.data[(lex.p)] {
case 80:
goto st231
2019-12-29 22:20:20 +00:00
case 96:
goto tr314
case 112:
goto st231
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st231:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof231
}
st_case_231:
switch lex.data[(lex.p)] {
case 84:
2019-03-10 21:37:01 +00:00
goto st232
case 96:
goto tr314
case 116:
2019-03-10 21:37:01 +00:00
goto st232
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st232:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof232
}
st_case_232:
switch lex.data[(lex.p)] {
case 89:
goto tr399
case 96:
goto tr314
case 121:
goto tr399
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st233:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof233
}
st_case_233:
switch lex.data[(lex.p)] {
case 68:
goto st234
case 96:
goto tr314
case 100:
goto st234
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st234:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof234
}
st_case_234:
switch lex.data[(lex.p)] {
case 68:
2019-12-29 22:20:20 +00:00
goto st235
case 70:
goto st241
case 73:
goto st247
case 83:
goto st248
case 87:
goto st253
case 96:
goto tr314
case 100:
2019-12-29 22:20:20 +00:00
goto st235
case 102:
goto st241
case 105:
goto st247
case 115:
goto st248
case 119:
goto st253
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st235:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof235
}
st_case_235:
switch lex.data[(lex.p)] {
case 69:
goto st236
case 96:
goto tr314
case 101:
goto st236
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st236:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof236
}
st_case_236:
switch lex.data[(lex.p)] {
case 67:
goto st237
case 96:
goto tr314
case 99:
goto st237
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st237:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof237
}
st_case_237:
switch lex.data[(lex.p)] {
case 76:
2019-03-10 21:37:01 +00:00
goto st238
case 96:
goto tr314
case 108:
2019-03-10 21:37:01 +00:00
goto st238
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st238:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof238
}
st_case_238:
switch lex.data[(lex.p)] {
case 65:
goto st239
case 96:
goto tr314
case 97:
goto st239
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st239:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof239
}
st_case_239:
switch lex.data[(lex.p)] {
case 82:
goto st240
case 96:
goto tr314
case 114:
goto st240
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st240:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof240
}
st_case_240:
switch lex.data[(lex.p)] {
case 69:
goto tr411
case 96:
goto tr314
case 101:
goto tr411
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st241:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof241
}
st_case_241:
switch lex.data[(lex.p)] {
case 79:
2019-12-29 22:20:20 +00:00
goto st242
case 96:
goto tr314
case 111:
2019-12-29 22:20:20 +00:00
goto st242
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st242:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof242
}
st_case_242:
switch lex.data[(lex.p)] {
case 82:
goto st243
case 96:
goto tr314
case 114:
goto st243
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st243:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof243
}
st_case_243:
switch lex.data[(lex.p)] {
case 69:
goto st244
case 96:
goto tr414
case 101:
goto st244
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr414
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr414
}
case lex.data[(lex.p)] >= 91:
goto tr414
2019-03-10 21:37:01 +00:00
}
default:
goto tr414
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st244:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof244
}
st_case_244:
switch lex.data[(lex.p)] {
case 65:
goto st245
case 96:
goto tr314
case 97:
goto st245
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st245:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof245
}
st_case_245:
switch lex.data[(lex.p)] {
case 67:
goto st246
case 96:
goto tr314
case 99:
goto st246
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st246:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof246
}
st_case_246:
switch lex.data[(lex.p)] {
case 72:
goto tr418
case 96:
goto tr314
case 104:
goto tr418
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st247:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof247
}
st_case_247:
switch lex.data[(lex.p)] {
case 70:
goto tr419
case 96:
goto tr314
case 102:
goto tr419
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st248:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof248
}
st_case_248:
switch lex.data[(lex.p)] {
case 87:
goto st249
case 96:
goto tr314
case 119:
goto st249
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st249:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof249
}
st_case_249:
switch lex.data[(lex.p)] {
case 73:
goto st250
case 96:
goto tr314
case 105:
goto st250
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st250:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof250
}
st_case_250:
switch lex.data[(lex.p)] {
case 84:
goto st251
case 96:
goto tr314
case 116:
goto st251
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st251:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof251
}
st_case_251:
switch lex.data[(lex.p)] {
case 67:
goto st252
case 96:
goto tr314
case 99:
goto st252
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st252:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof252
}
st_case_252:
switch lex.data[(lex.p)] {
case 72:
goto tr424
case 96:
goto tr314
case 104:
goto tr424
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st253:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof253
}
st_case_253:
switch lex.data[(lex.p)] {
case 72:
goto st254
case 96:
goto tr314
case 104:
goto st254
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st254:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof254
}
st_case_254:
switch lex.data[(lex.p)] {
case 73:
goto st255
case 96:
goto tr314
case 105:
goto st255
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st255:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof255
}
st_case_255:
switch lex.data[(lex.p)] {
case 76:
2019-03-10 21:37:01 +00:00
goto st256
case 96:
goto tr314
case 108:
2019-03-10 21:37:01 +00:00
goto st256
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st256:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof256
}
st_case_256:
switch lex.data[(lex.p)] {
case 69:
goto tr428
case 96:
goto tr314
case 101:
goto tr428
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st257:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof257
}
st_case_257:
switch lex.data[(lex.p)] {
case 65:
goto st258
case 96:
goto tr314
case 97:
goto st258
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st258:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof258
}
st_case_258:
switch lex.data[(lex.p)] {
case 76:
goto tr430
case 96:
goto tr314
case 108:
goto tr430
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st259:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof259
}
st_case_259:
switch lex.data[(lex.p)] {
case 73:
goto st260
case 84:
goto st261
case 96:
goto tr314
case 105:
goto st260
case 116:
goto st261
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st260:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof260
}
st_case_260:
switch lex.data[(lex.p)] {
case 84:
goto tr383
case 96:
goto tr314
case 116:
goto tr383
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st261:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof261
}
st_case_261:
switch lex.data[(lex.p)] {
case 69:
2019-03-10 21:37:01 +00:00
goto st262
case 96:
goto tr314
case 101:
2019-03-10 21:37:01 +00:00
goto st262
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st262:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof262
}
st_case_262:
switch lex.data[(lex.p)] {
case 78:
goto st263
case 96:
goto tr314
case 110:
goto st263
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st263:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof263
}
st_case_263:
switch lex.data[(lex.p)] {
case 68:
goto st264
case 96:
goto tr314
case 100:
goto st264
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st264:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof264
}
st_case_264:
switch lex.data[(lex.p)] {
case 83:
goto tr436
case 96:
goto tr314
case 115:
goto tr436
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st265:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof265
}
st_case_265:
switch lex.data[(lex.p)] {
case 73:
2019-03-10 21:37:01 +00:00
goto st266
case 78:
goto tr438
case 79:
goto st271
case 85:
goto st194
case 96:
goto tr314
case 105:
2019-03-10 21:37:01 +00:00
goto st266
case 110:
goto tr438
case 111:
goto st271
case 117:
goto st194
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st266:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof266
}
st_case_266:
switch lex.data[(lex.p)] {
case 78:
goto st267
case 96:
goto tr314
case 110:
goto st267
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st267:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof267
}
st_case_267:
switch lex.data[(lex.p)] {
case 65:
2019-03-10 21:37:01 +00:00
goto st268
case 96:
goto tr314
case 97:
2019-03-10 21:37:01 +00:00
goto st268
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st268:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof268
}
st_case_268:
switch lex.data[(lex.p)] {
case 76:
goto st269
case 96:
goto tr314
case 108:
goto st269
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st269:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof269
}
st_case_269:
switch lex.data[(lex.p)] {
case 76:
2019-12-29 22:20:20 +00:00
goto st270
case 96:
goto tr443
case 108:
goto st270
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr443
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr443
}
case lex.data[(lex.p)] >= 91:
goto tr443
2019-03-10 21:37:01 +00:00
}
default:
goto tr443
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st270:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof270
}
st_case_270:
switch lex.data[(lex.p)] {
case 89:
goto tr445
case 96:
goto tr314
case 121:
goto tr445
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st271:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof271
}
st_case_271:
switch lex.data[(lex.p)] {
case 82:
goto st272
case 96:
goto tr314
case 114:
goto st272
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st272:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof272
}
st_case_272:
switch lex.data[(lex.p)] {
case 69:
2019-03-10 21:37:01 +00:00
goto st273
case 96:
goto tr447
case 101:
2019-03-10 21:37:01 +00:00
goto st273
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr447
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr447
}
case lex.data[(lex.p)] >= 91:
goto tr447
2019-03-10 21:37:01 +00:00
}
default:
goto tr447
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st273:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof273
}
st_case_273:
switch lex.data[(lex.p)] {
case 65:
goto st274
case 96:
goto tr314
case 97:
goto st274
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st274:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof274
}
st_case_274:
switch lex.data[(lex.p)] {
case 67:
2019-12-29 22:20:20 +00:00
goto st275
case 96:
goto tr314
case 99:
2019-12-29 22:20:20 +00:00
goto st275
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st275:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof275
}
st_case_275:
switch lex.data[(lex.p)] {
case 72:
goto tr451
case 96:
goto tr314
case 104:
goto tr451
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st276:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof276
}
st_case_276:
switch lex.data[(lex.p)] {
case 76:
2019-12-29 22:20:20 +00:00
goto st277
case 79:
goto st281
case 96:
goto tr314
case 108:
2019-12-29 22:20:20 +00:00
goto st277
case 111:
goto st281
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st277:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof277
}
st_case_277:
switch lex.data[(lex.p)] {
case 79:
2019-03-10 21:37:01 +00:00
goto st278
case 96:
goto tr314
case 111:
2019-03-10 21:37:01 +00:00
goto st278
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st278:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof278
}
st_case_278:
switch lex.data[(lex.p)] {
case 66:
goto st279
case 96:
goto tr314
case 98:
goto st279
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st279:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof279
}
st_case_279:
switch lex.data[(lex.p)] {
case 65:
2019-03-10 21:37:01 +00:00
goto st280
case 96:
goto tr314
case 97:
2019-03-10 21:37:01 +00:00
goto st280
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st280:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof280
}
st_case_280:
switch lex.data[(lex.p)] {
case 76:
goto tr457
case 96:
goto tr314
case 108:
goto tr457
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st281:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof281
}
st_case_281:
switch lex.data[(lex.p)] {
case 84:
2019-03-10 21:37:01 +00:00
goto st282
case 96:
goto tr314
case 116:
2019-03-10 21:37:01 +00:00
goto st282
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st282:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof282
}
st_case_282:
switch lex.data[(lex.p)] {
case 79:
goto tr459
case 96:
goto tr314
case 111:
goto tr459
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st283:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof283
}
st_case_283:
switch lex.data[(lex.p)] {
case 70:
goto tr460
case 77:
2019-03-10 21:37:01 +00:00
goto st284
case 78:
goto st292
case 83:
goto st319
case 96:
goto tr314
case 102:
goto tr460
case 109:
2019-03-10 21:37:01 +00:00
goto st284
case 110:
goto st292
case 115:
goto st319
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st284:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof284
}
st_case_284:
switch lex.data[(lex.p)] {
case 80:
goto st285
case 96:
goto tr314
case 112:
goto st285
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st285:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof285
}
st_case_285:
switch lex.data[(lex.p)] {
case 76:
2019-12-29 22:20:20 +00:00
goto st286
case 96:
goto tr314
case 108:
2019-12-29 22:20:20 +00:00
goto st286
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st286:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof286
}
st_case_286:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 69:
goto st287
case 96:
goto tr314
2019-12-29 22:20:20 +00:00
case 101:
2019-03-10 21:37:01 +00:00
goto st287
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st287:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof287
}
st_case_287:
switch lex.data[(lex.p)] {
case 77:
goto st288
case 96:
goto tr314
case 109:
goto st288
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st288:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof288
}
st_case_288:
switch lex.data[(lex.p)] {
case 69:
2019-03-10 21:37:01 +00:00
goto st289
case 96:
goto tr314
case 101:
2019-03-10 21:37:01 +00:00
goto st289
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st289:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof289
}
st_case_289:
switch lex.data[(lex.p)] {
case 78:
goto st290
case 96:
goto tr314
case 110:
goto st290
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st290:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof290
}
st_case_290:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 84:
goto st291
case 96:
goto tr314
2019-12-29 22:20:20 +00:00
case 116:
goto st291
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st291:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof291
}
st_case_291:
2019-12-29 22:20:20 +00:00
switch lex.data[(lex.p)] {
case 83:
goto tr471
2019-12-29 22:20:20 +00:00
case 96:
goto tr314
case 115:
goto tr471
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2019-12-29 22:20:20 +00:00
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st292:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof292
}
st_case_292:
switch lex.data[(lex.p)] {
case 67:
2019-03-10 21:37:01 +00:00
goto st293
case 83:
goto st302
case 84:
goto st313
case 96:
goto tr314
case 99:
2019-03-10 21:37:01 +00:00
goto st293
case 115:
goto st302
case 116:
goto st313
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st293:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof293
}
st_case_293:
switch lex.data[(lex.p)] {
case 76:
goto st294
case 96:
goto tr314
case 108:
2019-03-10 21:37:01 +00:00
goto st294
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st294:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof294
}
st_case_294:
switch lex.data[(lex.p)] {
case 85:
goto st295
case 96:
goto tr314
case 117:
goto st295
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st295:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof295
}
st_case_295:
switch lex.data[(lex.p)] {
case 68:
goto st296
case 96:
goto tr314
case 100:
2019-12-29 22:20:20 +00:00
goto st296
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st296:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof296
}
st_case_296:
switch lex.data[(lex.p)] {
case 69:
2019-03-10 21:37:01 +00:00
goto st297
case 96:
goto tr314
case 101:
2019-03-10 21:37:01 +00:00
goto st297
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st297:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof297
}
st_case_297:
if lex.data[(lex.p)] == 95 {
goto st298
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr479
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 96:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr479
}
case lex.data[(lex.p)] >= 91:
goto tr479
2019-03-10 21:37:01 +00:00
}
default:
goto tr479
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st298:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof298
}
st_case_298:
switch lex.data[(lex.p)] {
case 79:
2019-03-10 21:37:01 +00:00
goto st299
case 96:
goto tr314
case 111:
2019-03-10 21:37:01 +00:00
goto st299
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st299:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof299
}
st_case_299:
switch lex.data[(lex.p)] {
case 78:
goto st300
case 96:
goto tr314
case 110:
goto st300
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st300:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof300
}
st_case_300:
switch lex.data[(lex.p)] {
case 67:
2019-03-10 21:37:01 +00:00
goto st301
case 96:
goto tr314
case 99:
2019-03-10 21:37:01 +00:00
goto st301
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st301:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof301
}
st_case_301:
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 69:
goto tr484
case 96:
goto tr314
2019-12-29 22:20:20 +00:00
case 101:
goto tr484
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st302:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof302
}
st_case_302:
switch lex.data[(lex.p)] {
case 84:
2019-12-29 22:20:20 +00:00
goto st303
case 96:
goto tr314
case 116:
2019-12-29 22:20:20 +00:00
goto st303
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st303:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof303
}
st_case_303:
switch lex.data[(lex.p)] {
case 65:
2019-03-10 21:37:01 +00:00
goto st304
case 69:
goto st309
case 96:
goto tr314
case 97:
2019-03-10 21:37:01 +00:00
goto st304
case 101:
goto st309
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st304:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof304
}
st_case_304:
switch lex.data[(lex.p)] {
case 78:
goto st305
case 96:
goto tr314
case 110:
goto st305
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st305:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof305
}
st_case_305:
switch lex.data[(lex.p)] {
case 67:
goto st306
case 96:
goto tr314
case 99:
goto st306
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st306:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof306
}
st_case_306:
switch lex.data[(lex.p)] {
case 69:
goto st307
case 96:
goto tr314
case 101:
goto st307
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st307:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof307
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_307:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 79:
goto st308
case 96:
goto tr314
case 111:
goto st308
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st308:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof308
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_308:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 70:
goto tr492
case 96:
goto tr314
case 102:
goto tr492
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st309:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof309
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_309:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 65:
2019-06-07 06:33:35 +00:00
goto st310
case 96:
goto tr314
case 97:
2019-06-07 06:33:35 +00:00
goto st310
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st310:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof310
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_310:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 68:
goto st311
case 96:
goto tr314
case 100:
goto st311
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st311:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof311
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_311:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 79:
goto st312
case 96:
goto tr314
case 111:
goto st312
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st312:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof312
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_312:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 70:
goto tr496
case 96:
goto tr314
case 102:
goto tr496
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st313:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof313
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_313:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 69:
goto st314
case 96:
goto tr314
case 101:
goto st314
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st314:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof314
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_314:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 82:
goto st315
case 96:
goto tr314
case 114:
goto st315
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st315:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof315
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_315:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 70:
2019-12-29 22:20:20 +00:00
goto st316
case 96:
goto tr314
case 102:
2019-12-29 22:20:20 +00:00
goto st316
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st316:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof316
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_316:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 65:
goto st317
case 96:
goto tr314
case 97:
goto st317
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st317:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof317
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_317:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 67:
goto st318
case 96:
goto tr314
case 99:
goto st318
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st318:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof318
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_318:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 69:
goto tr502
case 96:
goto tr314
2019-12-29 22:20:20 +00:00
case 101:
goto tr502
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st319:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof319
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_319:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 83:
goto st320
case 96:
goto tr314
case 115:
goto st320
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st320:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof320
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_320:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 69:
2019-06-07 06:33:35 +00:00
goto st321
case 96:
goto tr314
case 101:
2019-06-07 06:33:35 +00:00
goto st321
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st321:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof321
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_321:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 84:
goto tr505
case 96:
goto tr314
case 116:
goto tr505
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st322:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof322
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_322:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 73:
goto st323
case 96:
goto tr314
case 105:
goto st323
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st323:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof323
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_323:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 83:
goto st324
case 96:
goto tr314
case 115:
goto st324
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st324:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof324
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_324:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 84:
goto tr508
case 96:
goto tr314
case 116:
goto tr508
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st325:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof325
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_325:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 65:
goto st326
case 69:
goto st333
case 96:
goto tr314
case 97:
goto st326
case 101:
goto st333
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st326:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof326
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_326:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 77:
2019-12-29 22:20:20 +00:00
goto st327
case 96:
goto tr314
case 109:
2019-12-29 22:20:20 +00:00
goto st327
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st327:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof327
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_327:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 69:
2019-12-29 22:20:20 +00:00
goto st328
case 96:
goto tr314
case 101:
2019-12-29 22:20:20 +00:00
goto st328
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st328:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof328
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_328:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 83:
2019-12-29 22:20:20 +00:00
goto st329
case 96:
goto tr314
case 115:
2019-12-29 22:20:20 +00:00
goto st329
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st329:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof329
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_329:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 80:
2019-06-07 06:33:35 +00:00
goto st330
case 96:
goto tr314
case 112:
2019-06-07 06:33:35 +00:00
goto st330
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st330:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof330
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_330:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 65:
goto st331
case 96:
goto tr314
case 97:
goto st331
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st331:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof331
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_331:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 67:
goto st332
case 96:
goto tr314
case 99:
goto st332
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st332:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof332
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_332:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 69:
goto tr517
case 96:
goto tr314
case 101:
goto tr517
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st333:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof333
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_333:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 87:
goto tr518
case 96:
goto tr314
case 119:
goto tr518
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st334:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof334
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_334:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 82:
goto tr519
case 96:
goto tr314
case 114:
goto tr519
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st335:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof335
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_335:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 82:
2019-12-29 22:20:20 +00:00
goto st336
case 85:
goto st348
case 96:
goto tr314
case 114:
2019-12-29 22:20:20 +00:00
goto st336
case 117:
goto st348
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st336:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof336
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_336:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 73:
goto st337
case 79:
goto st342
case 96:
goto tr314
case 105:
goto st337
case 111:
goto st342
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st337:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof337
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_337:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 78:
2019-06-07 06:33:35 +00:00
goto st338
case 86:
goto st339
case 96:
goto tr314
case 110:
2019-06-07 06:33:35 +00:00
goto st338
case 118:
goto st339
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st338:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof338
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_338:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 84:
goto tr526
case 96:
goto tr314
2019-12-29 22:20:20 +00:00
case 116:
goto tr526
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st339:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof339
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_339:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 65:
goto st340
case 96:
goto tr314
case 97:
goto st340
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st340:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof340
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_340:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 84:
goto st341
case 96:
goto tr314
2019-12-29 22:20:20 +00:00
case 116:
goto st341
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st341:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof341
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_341:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 69:
goto tr529
case 96:
goto tr314
2019-12-29 22:20:20 +00:00
case 101:
goto tr529
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st342:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof342
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_342:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 84:
2019-06-07 06:33:35 +00:00
goto st343
case 96:
goto tr314
case 116:
2019-06-07 06:33:35 +00:00
goto st343
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st343:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof343
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_343:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 69:
2019-06-07 06:33:35 +00:00
goto st344
case 96:
goto tr314
case 101:
2019-06-07 06:33:35 +00:00
goto st344
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st344:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof344
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_344:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 67:
goto st345
case 96:
goto tr314
case 99:
goto st345
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st345:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof345
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_345:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 84:
goto st346
case 96:
goto tr314
case 116:
goto st346
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st346:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof346
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_346:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 69:
2019-06-07 06:33:35 +00:00
goto st347
case 96:
goto tr314
case 101:
2019-06-07 06:33:35 +00:00
goto st347
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st347:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof347
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_347:
switch lex.data[(lex.p)] {
case 68:
goto tr535
case 96:
goto tr314
case 100:
goto tr535
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st348:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof348
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_348:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 66:
2019-06-07 06:33:35 +00:00
goto st349
case 96:
goto tr314
case 98:
2019-06-07 06:33:35 +00:00
goto st349
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st349:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof349
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_349:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 76:
goto st350
case 96:
goto tr314
case 108:
goto st350
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st350:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof350
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_350:
switch lex.data[(lex.p)] {
case 73:
2019-06-07 06:33:35 +00:00
goto st351
case 96:
goto tr314
case 105:
2019-06-07 06:33:35 +00:00
goto st351
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st351:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof351
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_351:
switch lex.data[(lex.p)] {
case 67:
goto tr539
case 96:
goto tr314
case 99:
goto tr539
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st352:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof352
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_352:
2019-12-29 22:20:20 +00:00
switch lex.data[(lex.p)] {
case 69:
2019-12-29 22:20:20 +00:00
goto st353
case 96:
goto tr314
case 101:
2019-06-07 06:33:35 +00:00
goto st353
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2019-12-29 22:20:20 +00:00
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st353:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof353
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_353:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 81:
2019-06-07 06:33:35 +00:00
goto st354
case 84:
goto st363
case 96:
goto tr314
case 113:
2019-06-07 06:33:35 +00:00
goto st354
case 116:
goto st363
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st354:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof354
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_354:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 85:
goto st355
case 96:
goto tr314
case 117:
goto st355
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st355:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof355
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_355:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 73:
goto st356
case 96:
goto tr314
case 105:
goto st356
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st356:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof356
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_356:
switch lex.data[(lex.p)] {
case 82:
goto st357
case 96:
goto tr314
case 114:
2019-12-29 22:20:20 +00:00
goto st357
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st357:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof357
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_357:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 69:
2019-06-07 06:33:35 +00:00
goto st358
case 96:
goto tr314
case 101:
2019-06-07 06:33:35 +00:00
goto st358
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st358:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof358
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_358:
if lex.data[(lex.p)] == 95 {
goto st359
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr547
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 96:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr547
}
case lex.data[(lex.p)] >= 91:
goto tr547
2019-03-10 21:37:01 +00:00
}
default:
goto tr547
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st359:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof359
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_359:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 79:
2019-12-29 22:20:20 +00:00
goto st360
case 96:
goto tr314
case 111:
2019-12-29 22:20:20 +00:00
goto st360
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st360:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof360
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_360:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 78:
goto st361
case 96:
goto tr314
case 110:
goto st361
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st361:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof361
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_361:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 67:
2019-06-07 06:33:35 +00:00
goto st362
case 96:
goto tr314
case 99:
2019-06-07 06:33:35 +00:00
goto st362
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st362:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof362
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_362:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 69:
goto tr552
case 96:
goto tr314
case 101:
goto tr552
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st363:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof363
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_363:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 85:
goto st364
case 96:
goto tr314
case 117:
goto st364
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st364:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof364
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_364:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 82:
2019-12-29 22:20:20 +00:00
goto st365
case 96:
goto tr314
case 114:
2019-12-29 22:20:20 +00:00
goto st365
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st365:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof365
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_365:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 78:
goto tr555
case 96:
goto tr314
case 110:
goto tr555
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st366:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof366
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_366:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 84:
2019-06-07 06:33:35 +00:00
goto st367
case 87:
goto st371
case 96:
goto tr314
case 116:
2019-06-07 06:33:35 +00:00
goto st367
case 119:
goto st371
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st367:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof367
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_367:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 65:
goto st368
case 96:
goto tr314
case 97:
goto st368
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st368:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof368
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_368:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 84:
goto st369
case 96:
goto tr314
case 116:
goto st369
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st369:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof369
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_369:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 73:
2019-06-07 06:33:35 +00:00
goto st370
case 96:
goto tr314
2019-12-29 22:20:20 +00:00
case 105:
2019-06-07 06:33:35 +00:00
goto st370
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st370:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof370
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_370:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 67:
goto tr561
case 96:
goto tr314
case 99:
goto tr561
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st371:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof371
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_371:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 73:
goto st372
case 96:
goto tr314
case 105:
goto st372
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st372:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof372
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_372:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 84:
goto st373
case 96:
goto tr314
case 116:
goto st373
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st373:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof373
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_373:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 67:
2019-06-07 06:33:35 +00:00
goto st374
case 96:
goto tr314
case 99:
2019-06-07 06:33:35 +00:00
goto st374
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st374:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof374
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_374:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 72:
goto tr565
case 96:
goto tr314
case 104:
goto tr565
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-06-07 06:33:35 +00:00
st375:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof375
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_375:
switch lex.data[(lex.p)] {
case 72:
2019-12-29 22:20:20 +00:00
goto st376
case 82:
goto st379
case 96:
goto tr314
case 104:
2019-12-29 22:20:20 +00:00
goto st376
case 114:
goto st379
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
}
default:
goto tr314
}
goto tr220
st376:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof376
}
st_case_376:
switch lex.data[(lex.p)] {
case 82:
goto st377
case 96:
goto tr314
case 114:
goto st377
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
}
default:
goto tr314
}
goto tr220
st377:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof377
}
st_case_377:
switch lex.data[(lex.p)] {
case 79:
goto st378
case 96:
goto tr314
case 111:
goto st378
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
}
default:
goto tr314
}
goto tr220
st378:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof378
}
st_case_378:
switch lex.data[(lex.p)] {
case 87:
goto tr570
case 96:
goto tr314
case 119:
goto tr570
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
}
default:
goto tr314
}
goto tr220
st379:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof379
}
st_case_379:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 65:
goto st380
case 89:
goto tr572
case 96:
goto tr314
case 97:
goto st380
case 121:
goto tr572
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st380:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof380
2019-03-10 21:37:01 +00:00
}
st_case_380:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 73:
2019-12-29 22:20:20 +00:00
goto st381
case 96:
goto tr314
case 105:
2019-12-29 22:20:20 +00:00
goto st381
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st381:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof381
2019-03-10 21:37:01 +00:00
}
st_case_381:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 84:
goto tr574
case 96:
goto tr314
case 116:
goto tr574
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st382:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof382
2019-03-10 21:37:01 +00:00
}
st_case_382:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 78:
2019-12-29 22:20:20 +00:00
goto st383
case 83:
goto st386
case 96:
goto tr314
case 110:
2019-12-29 22:20:20 +00:00
goto st383
case 115:
goto st386
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st383:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof383
2019-03-10 21:37:01 +00:00
}
st_case_383:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 83:
goto st384
case 96:
goto tr314
case 115:
goto st384
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st384:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof384
2019-03-10 21:37:01 +00:00
}
st_case_384:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 69:
goto st385
case 96:
goto tr314
2019-12-29 22:20:20 +00:00
case 101:
goto st385
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st385:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof385
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_385:
switch lex.data[(lex.p)] {
case 84:
goto tr579
2019-12-29 22:20:20 +00:00
case 96:
goto tr314
case 116:
goto tr579
2019-12-29 22:20:20 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-12-29 22:20:20 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
2019-12-29 22:20:20 +00:00
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-12-29 22:20:20 +00:00
}
default:
goto tr314
2019-12-29 22:20:20 +00:00
}
goto tr220
2019-12-29 22:20:20 +00:00
st386:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof386
}
st_case_386:
switch lex.data[(lex.p)] {
case 69:
goto tr580
2019-12-29 22:20:20 +00:00
case 96:
goto tr314
case 101:
goto tr580
2019-12-29 22:20:20 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-12-29 22:20:20 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
2019-12-29 22:20:20 +00:00
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-12-29 22:20:20 +00:00
}
default:
goto tr314
2019-12-29 22:20:20 +00:00
}
goto tr220
2019-12-29 22:20:20 +00:00
st387:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof387
}
st_case_387:
switch lex.data[(lex.p)] {
case 65:
2019-12-29 22:20:20 +00:00
goto st388
case 96:
goto tr314
case 97:
2019-12-29 22:20:20 +00:00
goto st388
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-12-29 22:20:20 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
2019-12-29 22:20:20 +00:00
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-12-29 22:20:20 +00:00
}
default:
goto tr314
2019-12-29 22:20:20 +00:00
}
goto tr220
2019-12-29 22:20:20 +00:00
st388:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof388
}
st_case_388:
switch lex.data[(lex.p)] {
case 82:
goto tr582
2019-12-29 22:20:20 +00:00
case 96:
goto tr314
case 114:
goto tr582
2019-12-29 22:20:20 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-12-29 22:20:20 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
2019-12-29 22:20:20 +00:00
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-12-29 22:20:20 +00:00
}
default:
goto tr314
2019-12-29 22:20:20 +00:00
}
goto tr220
2019-12-29 22:20:20 +00:00
st389:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof389
}
st_case_389:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 72:
2019-12-29 22:20:20 +00:00
goto st390
case 96:
goto tr314
case 104:
2019-12-29 22:20:20 +00:00
goto st390
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-12-29 22:20:20 +00:00
st390:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof390
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_390:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 73:
goto st391
case 96:
goto tr314
case 105:
goto st391
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-12-29 22:20:20 +00:00
st391:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof391
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_391:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 76:
2019-12-29 22:20:20 +00:00
goto st392
case 96:
goto tr314
case 108:
2019-12-29 22:20:20 +00:00
goto st392
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-12-29 22:20:20 +00:00
st392:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof392
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_392:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 69:
goto tr586
case 96:
goto tr314
case 101:
goto tr586
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-12-29 22:20:20 +00:00
st393:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof393
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_393:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 79:
2019-12-29 22:20:20 +00:00
goto st394
case 96:
goto tr314
case 111:
2019-12-29 22:20:20 +00:00
goto st394
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-12-29 22:20:20 +00:00
st394:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof394
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_394:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 82:
goto tr588
case 96:
goto tr314
case 114:
goto tr588
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-12-29 22:20:20 +00:00
st395:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof395
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_395:
switch lex.data[(lex.p)] {
case 73:
2019-12-29 22:20:20 +00:00
goto st396
case 96:
goto tr314
case 105:
2019-12-29 22:20:20 +00:00
goto st396
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
}
default:
goto tr314
}
goto tr220
2019-12-29 22:20:20 +00:00
st396:
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof396
}
2019-12-29 22:20:20 +00:00
st_case_396:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 69:
goto st397
case 96:
goto tr314
case 101:
goto st397
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-12-29 22:20:20 +00:00
st397:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof397
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_397:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 76:
2019-12-29 22:20:20 +00:00
goto st398
case 96:
goto tr314
case 108:
2019-12-29 22:20:20 +00:00
goto st398
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
}
default:
goto tr314
}
goto tr220
st398:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof398
}
st_case_398:
switch lex.data[(lex.p)] {
case 68:
goto tr592
case 96:
goto tr314
case 100:
goto tr592
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
}
default:
goto tr314
}
goto tr220
tr592:
// line NONE:1
lex.te = (lex.p) + 1
goto st399
st399:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof399
}
st_case_399:
// line internal/php7/scanner.go:13996
switch lex.data[(lex.p)] {
case 10:
goto tr134
case 13:
goto tr135
case 32:
goto st93
case 96:
goto tr593
}
switch {
case lex.data[(lex.p)] < 14:
switch {
case lex.data[(lex.p)] > 8:
if 9 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
goto st93
}
default:
goto tr593
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 47:
2019-03-10 21:37:01 +00:00
switch {
case lex.data[(lex.p)] < 91:
if 58 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 64 {
goto tr593
}
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr593
2019-03-10 21:37:01 +00:00
}
default:
goto tr593
2019-03-10 21:37:01 +00:00
}
default:
goto tr593
2019-03-10 21:37:01 +00:00
}
goto tr220
tr137:
// line internal/php7/scanner.rl:54
goto st93
st93:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof93
2019-03-10 21:37:01 +00:00
}
st_case_93:
// line internal/php7/scanner.go:14043
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
goto tr134
2019-03-10 21:37:01 +00:00
case 13:
goto tr135
2019-03-10 21:37:01 +00:00
case 32:
2019-12-29 22:20:20 +00:00
goto st93
case 70:
2019-12-29 22:20:20 +00:00
goto st96
2019-03-10 21:37:01 +00:00
case 102:
2019-12-29 22:20:20 +00:00
goto st96
2019-03-10 21:37:01 +00:00
}
if 9 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
2019-12-29 22:20:20 +00:00
goto st93
2019-03-10 21:37:01 +00:00
}
goto tr132
tr134:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st94
tr138:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st94
2019-06-07 06:33:35 +00:00
st94:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-06-07 06:33:35 +00:00
goto _test_eof94
2019-03-10 21:37:01 +00:00
}
2019-06-07 06:33:35 +00:00
st_case_94:
// line internal/php7/scanner.go:14091
2019-12-29 22:20:20 +00:00
switch lex.data[(lex.p)] {
case 10:
goto tr138
2019-12-29 22:20:20 +00:00
case 13:
goto tr139
2019-12-29 22:20:20 +00:00
case 32:
goto tr137
case 70:
goto tr140
2019-12-29 22:20:20 +00:00
case 102:
goto tr140
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
if 9 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
goto tr137
}
goto tr132
tr135:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
2019-12-29 22:20:20 +00:00
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st95
tr139:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st95
st95:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof95
2019-06-07 06:33:35 +00:00
}
st_case_95:
// line internal/php7/scanner.go:14139
2019-12-29 22:20:20 +00:00
if lex.data[(lex.p)] == 10 {
goto tr134
}
goto tr132
tr140:
// line internal/php7/scanner.rl:54
2019-12-29 22:20:20 +00:00
goto st96
st96:
2019-06-07 06:33:35 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof96
2019-06-07 06:33:35 +00:00
}
st_case_96:
// line internal/php7/scanner.go:14153
2019-06-07 06:33:35 +00:00
switch lex.data[(lex.p)] {
2019-12-29 22:20:20 +00:00
case 82:
goto st97
2019-12-29 22:20:20 +00:00
case 114:
goto st97
2019-06-07 06:33:35 +00:00
}
goto tr132
st97:
2019-06-07 06:33:35 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof97
2019-06-07 06:33:35 +00:00
}
st_case_97:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 79:
2019-12-29 22:20:20 +00:00
goto st98
case 111:
2019-12-29 22:20:20 +00:00
goto st98
}
goto tr132
2019-12-29 22:20:20 +00:00
st98:
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof98
}
2019-12-29 22:20:20 +00:00
st_case_98:
switch lex.data[(lex.p)] {
case 77:
goto tr143
case 109:
goto tr143
}
goto tr132
st400:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof400
}
st_case_400:
2020-12-11 11:28:16 +00:00
if lex.data[(lex.p)] == 61 {
goto tr594
}
goto tr248
st401:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof401
}
st_case_401:
if lex.data[(lex.p)] == 95 {
goto st402
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 96:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
}
default:
goto tr314
}
goto tr220
2020-12-11 11:28:16 +00:00
st402:
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof402
}
2020-12-11 11:28:16 +00:00
st_case_402:
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 67:
goto st403
case 68:
goto st409
case 70:
goto st413
case 72:
goto st426
case 76:
goto st438
case 77:
goto st443
case 78:
goto st450
case 84:
goto st460
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 99:
goto st403
case 100:
goto st409
case 102:
goto st413
case 104:
goto st426
case 108:
goto st438
case 109:
goto st443
case 110:
goto st450
case 116:
goto st460
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2020-12-11 11:28:16 +00:00
st403:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof403
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_403:
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 76:
goto st404
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 108:
goto st404
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st404:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof404
2019-03-10 21:37:01 +00:00
}
st_case_404:
2020-12-11 11:28:16 +00:00
switch lex.data[(lex.p)] {
case 65:
goto st405
case 96:
goto tr314
case 97:
goto st405
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st405:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof405
2019-03-10 21:37:01 +00:00
}
st_case_405:
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 83:
goto st406
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 115:
goto st406
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2019-12-29 22:20:20 +00:00
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st406:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof406
}
st_case_406:
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 83:
goto st407
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 115:
2019-03-10 21:37:01 +00:00
goto st407
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st407:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof407
}
st_case_407:
2020-12-11 11:28:16 +00:00
if lex.data[(lex.p)] == 95 {
goto st408
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 96:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st408:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof408
}
st_case_408:
2020-12-11 11:28:16 +00:00
if lex.data[(lex.p)] == 95 {
goto tr609
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 96:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st409:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof409
}
st_case_409:
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 73:
goto st410
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 105:
goto st410
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st410:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof410
}
st_case_410:
2020-12-11 11:28:16 +00:00
switch lex.data[(lex.p)] {
case 82:
goto st411
case 96:
goto tr314
case 114:
2019-03-10 21:37:01 +00:00
goto st411
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st411:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof411
}
st_case_411:
if lex.data[(lex.p)] == 95 {
2020-12-11 11:28:16 +00:00
goto st412
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 96:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st412:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof412
}
st_case_412:
2020-12-11 11:28:16 +00:00
if lex.data[(lex.p)] == 95 {
goto tr613
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 96:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st413:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof413
}
st_case_413:
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 73:
goto st414
2020-12-11 11:28:16 +00:00
case 85:
goto st418
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 105:
goto st414
2020-12-11 11:28:16 +00:00
case 117:
goto st418
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st414:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof414
}
st_case_414:
2020-12-11 11:28:16 +00:00
switch lex.data[(lex.p)] {
case 76:
goto st415
case 96:
goto tr314
case 108:
2019-12-29 22:20:20 +00:00
goto st415
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st415:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof415
}
st_case_415:
2020-12-11 11:28:16 +00:00
switch lex.data[(lex.p)] {
case 69:
goto st416
case 96:
goto tr314
case 101:
goto st416
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st416:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof416
}
st_case_416:
2020-12-11 11:28:16 +00:00
if lex.data[(lex.p)] == 95 {
goto st417
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 96:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st417:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof417
}
st_case_417:
2020-12-11 11:28:16 +00:00
if lex.data[(lex.p)] == 95 {
goto tr619
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 96:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st418:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof418
}
st_case_418:
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 78:
goto st419
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 110:
goto st419
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st419:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof419
}
st_case_419:
2020-12-11 11:28:16 +00:00
switch lex.data[(lex.p)] {
case 67:
goto st420
case 96:
goto tr314
case 99:
2019-03-10 21:37:01 +00:00
goto st420
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st420:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof420
}
st_case_420:
2020-12-11 11:28:16 +00:00
switch lex.data[(lex.p)] {
case 84:
goto st421
case 96:
goto tr314
case 116:
goto st421
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st421:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof421
}
st_case_421:
2019-12-29 22:20:20 +00:00
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 73:
2019-12-29 22:20:20 +00:00
goto st422
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 105:
goto st422
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2019-12-29 22:20:20 +00:00
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st422:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof422
}
st_case_422:
2019-12-29 22:20:20 +00:00
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 79:
2019-12-29 22:20:20 +00:00
goto st423
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 111:
2019-12-29 22:20:20 +00:00
goto st423
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2019-12-29 22:20:20 +00:00
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st423:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof423
}
st_case_423:
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 78:
goto st424
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 110:
2019-03-10 21:37:01 +00:00
goto st424
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st424:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof424
}
st_case_424:
2020-12-11 11:28:16 +00:00
if lex.data[(lex.p)] == 95 {
goto st425
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 96:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st425:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof425
}
st_case_425:
2020-12-11 11:28:16 +00:00
if lex.data[(lex.p)] == 95 {
goto tr627
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 96:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st426:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof426
}
st_case_426:
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 65:
goto st427
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 97:
goto st427
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st427:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof427
}
st_case_427:
2020-12-11 11:28:16 +00:00
switch lex.data[(lex.p)] {
case 76:
goto st428
case 96:
goto tr314
case 108:
2019-03-10 21:37:01 +00:00
goto st428
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st428:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof428
}
st_case_428:
2020-12-11 11:28:16 +00:00
switch lex.data[(lex.p)] {
case 84:
goto st429
case 96:
goto tr314
case 116:
goto st429
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st429:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof429
}
st_case_429:
2020-12-11 11:28:16 +00:00
if lex.data[(lex.p)] == 95 {
goto st430
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 96:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st430:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof430
}
st_case_430:
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 67:
goto st431
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 99:
2019-03-10 21:37:01 +00:00
goto st431
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st431:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof431
}
st_case_431:
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 79:
2019-03-10 21:37:01 +00:00
goto st432
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 111:
2019-03-10 21:37:01 +00:00
goto st432
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st432:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof432
}
st_case_432:
2020-12-11 11:28:16 +00:00
switch lex.data[(lex.p)] {
case 77:
goto st433
case 96:
goto tr314
case 109:
2019-03-10 21:37:01 +00:00
goto st433
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-03-10 21:37:01 +00:00
st433:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof433
}
st_case_433:
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 80:
goto st434
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 112:
goto st434
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
}
default:
goto tr314
}
goto tr220
st434:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof434
}
st_case_434:
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 73:
2019-12-29 22:20:20 +00:00
goto st435
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 105:
2019-12-29 22:20:20 +00:00
goto st435
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
}
default:
goto tr314
}
goto tr220
st435:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof435
}
st_case_435:
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 76:
goto st436
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 108:
goto st436
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
}
default:
goto tr314
}
goto tr220
st436:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof436
}
st_case_436:
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 69:
goto st437
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 101:
goto st437
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
}
default:
goto tr314
}
goto tr220
st437:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof437
}
st_case_437:
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 82:
goto tr639
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 114:
goto tr639
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st438:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof438
2019-03-10 21:37:01 +00:00
}
st_case_438:
2019-12-29 22:20:20 +00:00
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 73:
goto st439
2019-12-29 22:20:20 +00:00
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 105:
goto st439
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2019-12-29 22:20:20 +00:00
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st439:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof439
2019-03-10 21:37:01 +00:00
}
st_case_439:
2019-12-29 22:20:20 +00:00
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 78:
2019-12-29 22:20:20 +00:00
goto st440
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 110:
2019-12-29 22:20:20 +00:00
goto st440
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2019-12-29 22:20:20 +00:00
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st440:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof440
2019-03-10 21:37:01 +00:00
}
st_case_440:
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 69:
goto st441
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 101:
goto st441
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st441:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof441
2019-03-10 21:37:01 +00:00
}
st_case_441:
2020-12-11 11:28:16 +00:00
if lex.data[(lex.p)] == 95 {
goto st442
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 96:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st442:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof442
2019-03-10 21:37:01 +00:00
}
st_case_442:
2020-12-11 11:28:16 +00:00
if lex.data[(lex.p)] == 95 {
goto tr644
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 96:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st443:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof443
2019-03-10 21:37:01 +00:00
}
st_case_443:
switch lex.data[(lex.p)] {
case 69:
goto st444
case 96:
goto tr314
case 101:
goto st444
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st444:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof444
2019-03-10 21:37:01 +00:00
}
st_case_444:
2020-12-11 11:28:16 +00:00
switch lex.data[(lex.p)] {
case 84:
goto st445
case 96:
goto tr314
case 116:
goto st445
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st445:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof445
2019-03-10 21:37:01 +00:00
}
st_case_445:
2020-12-11 11:28:16 +00:00
switch lex.data[(lex.p)] {
case 72:
goto st446
case 96:
goto tr314
case 104:
goto st446
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st446:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof446
2019-03-10 21:37:01 +00:00
}
st_case_446:
2019-12-29 22:20:20 +00:00
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 79:
2019-12-29 22:20:20 +00:00
goto st447
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 111:
2019-12-29 22:20:20 +00:00
goto st447
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2019-12-29 22:20:20 +00:00
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
st447:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof447
2019-03-10 21:37:01 +00:00
}
st_case_447:
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 68:
goto st448
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 100:
goto st448
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-12-29 22:20:20 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
2019-12-29 22:20:20 +00:00
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-12-29 22:20:20 +00:00
}
default:
goto tr314
2019-12-29 22:20:20 +00:00
}
goto tr220
2019-12-29 22:20:20 +00:00
st448:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof448
}
st_case_448:
2020-12-11 11:28:16 +00:00
if lex.data[(lex.p)] == 95 {
2019-12-29 22:20:20 +00:00
goto st449
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-12-29 22:20:20 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 96:
2019-12-29 22:20:20 +00:00
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
2019-12-29 22:20:20 +00:00
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-12-29 22:20:20 +00:00
}
default:
goto tr314
2019-12-29 22:20:20 +00:00
}
goto tr220
2019-12-29 22:20:20 +00:00
st449:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof449
}
st_case_449:
2020-12-11 11:28:16 +00:00
if lex.data[(lex.p)] == 95 {
goto tr651
2019-12-29 22:20:20 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-12-29 22:20:20 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 96:
2019-12-29 22:20:20 +00:00
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
2019-12-29 22:20:20 +00:00
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-12-29 22:20:20 +00:00
}
default:
goto tr314
2019-12-29 22:20:20 +00:00
}
goto tr220
2019-12-29 22:20:20 +00:00
st450:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof450
}
st_case_450:
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 65:
goto st451
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 97:
goto st451
2019-12-29 22:20:20 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-12-29 22:20:20 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
2019-12-29 22:20:20 +00:00
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
2019-12-29 22:20:20 +00:00
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-12-29 22:20:20 +00:00
}
default:
goto tr314
2019-12-29 22:20:20 +00:00
}
goto tr220
2019-12-29 22:20:20 +00:00
st451:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof451
}
st_case_451:
2020-12-11 11:28:16 +00:00
switch lex.data[(lex.p)] {
case 77:
goto st452
case 96:
goto tr314
case 109:
2019-12-29 22:20:20 +00:00
goto st452
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-12-29 22:20:20 +00:00
st452:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof452
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_452:
2020-12-11 11:28:16 +00:00
switch lex.data[(lex.p)] {
case 69:
goto st453
case 96:
goto tr314
case 101:
goto st453
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-12-29 22:20:20 +00:00
st453:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof453
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_453:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 83:
2019-12-29 22:20:20 +00:00
goto st454
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 115:
2019-12-29 22:20:20 +00:00
goto st454
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-12-29 22:20:20 +00:00
st454:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof454
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_454:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 80:
2019-12-29 22:20:20 +00:00
goto st455
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 112:
2019-12-29 22:20:20 +00:00
goto st455
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-12-29 22:20:20 +00:00
st455:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof455
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_455:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 65:
2019-12-29 22:20:20 +00:00
goto st456
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 97:
2019-12-29 22:20:20 +00:00
goto st456
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-12-29 22:20:20 +00:00
st456:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof456
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_456:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 67:
2019-12-29 22:20:20 +00:00
goto st457
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 99:
2019-12-29 22:20:20 +00:00
goto st457
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-12-29 22:20:20 +00:00
st457:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof457
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_457:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 69:
2019-12-29 22:20:20 +00:00
goto st458
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 101:
2019-12-29 22:20:20 +00:00
goto st458
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-12-29 22:20:20 +00:00
st458:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof458
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_458:
2020-12-11 11:28:16 +00:00
if lex.data[(lex.p)] == 95 {
2019-12-29 22:20:20 +00:00
goto st459
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 96:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-12-29 22:20:20 +00:00
st459:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof459
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_459:
2020-12-11 11:28:16 +00:00
if lex.data[(lex.p)] == 95 {
goto tr661
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 96:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-12-29 22:20:20 +00:00
st460:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof460
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_460:
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 82:
goto st461
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 114:
goto st461
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-12-29 22:20:20 +00:00
st461:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof461
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_461:
2020-12-11 11:28:16 +00:00
switch lex.data[(lex.p)] {
case 65:
goto st462
case 96:
goto tr314
case 97:
2019-12-29 22:20:20 +00:00
goto st462
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-12-29 22:20:20 +00:00
st462:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof462
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_462:
2020-12-11 11:28:16 +00:00
switch lex.data[(lex.p)] {
case 73:
goto st463
case 96:
goto tr314
case 105:
goto st463
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-12-29 22:20:20 +00:00
st463:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof463
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_463:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
2020-12-11 11:28:16 +00:00
case 84:
2019-12-29 22:20:20 +00:00
goto st464
case 96:
goto tr314
2020-12-11 11:28:16 +00:00
case 116:
2019-12-29 22:20:20 +00:00
goto st464
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
2019-03-10 21:37:01 +00:00
}
default:
goto tr314
2019-03-10 21:37:01 +00:00
}
goto tr220
2019-12-29 22:20:20 +00:00
st464:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof464
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_464:
2020-12-11 11:28:16 +00:00
if lex.data[(lex.p)] == 95 {
2019-12-29 22:20:20 +00:00
goto st465
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 96:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
}
default:
goto tr314
}
goto tr220
st465:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof465
}
st_case_465:
2020-12-11 11:28:16 +00:00
if lex.data[(lex.p)] == 95 {
goto tr667
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr314
}
case lex.data[(lex.p)] > 64:
switch {
2020-12-11 11:28:16 +00:00
case lex.data[(lex.p)] > 96:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr314
}
case lex.data[(lex.p)] >= 91:
goto tr314
}
default:
goto tr314
}
goto tr220
st466:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof466
}
st_case_466:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 61:
2020-12-11 11:28:16 +00:00
goto tr668
2019-03-10 21:37:01 +00:00
case 124:
2020-12-11 11:28:16 +00:00
goto tr669
2019-03-10 21:37:01 +00:00
}
goto tr248
tr144:
// line internal/php7/scanner.rl:379
2019-03-10 21:37:01 +00:00
(lex.p) = (lex.te) - 1
{
2020-12-07 23:23:48 +00:00
lex.addFreeFloatingToken(tkn, token.T_WHITESPACE, lex.ts, lex.te)
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto st467
tr670:
// line internal/php7/scanner.rl:382
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
lex.ungetCnt(1)
{
goto st123
2019-03-10 21:37:01 +00:00
}
}
2020-12-11 11:28:16 +00:00
goto st467
tr675:
// line internal/php7/scanner.rl:379
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-12-07 23:23:48 +00:00
lex.addFreeFloatingToken(tkn, token.T_WHITESPACE, lex.ts, lex.te)
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto st467
tr677:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:379
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-12-07 23:23:48 +00:00
lex.addFreeFloatingToken(tkn, token.T_WHITESPACE, lex.ts, lex.te)
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto st467
tr681:
// line internal/php7/scanner.rl:382
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
lex.ungetCnt(1)
{
goto st123
2019-03-10 21:37:01 +00:00
}
}
2020-12-11 11:28:16 +00:00
goto st467
tr682:
// line internal/php7/scanner.rl:380
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_OBJECT_OPERATOR
2019-03-10 21:37:01 +00:00
{
(lex.p)++
2020-12-11 11:28:16 +00:00
lex.cs = 467
2019-03-10 21:37:01 +00:00
goto _out
}
}
2020-12-11 11:28:16 +00:00
goto st467
tr683:
lex.cs = 467
// line internal/php7/scanner.rl:381
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_STRING
lex.cs = 123
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
goto _again
2020-12-11 11:28:16 +00:00
st467:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.ts = 0
2017-12-01 13:36:46 +00:00
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof467
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_467:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.ts = (lex.p)
// line internal/php7/scanner.go:16216
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
goto tr145
2019-03-10 21:37:01 +00:00
case 13:
2020-12-11 11:28:16 +00:00
goto tr672
2019-03-10 21:37:01 +00:00
case 32:
2020-12-11 11:28:16 +00:00
goto tr671
2019-03-10 21:37:01 +00:00
case 45:
2020-12-11 11:28:16 +00:00
goto st471
case 96:
2020-12-11 11:28:16 +00:00
goto tr670
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 14:
switch {
case lex.data[(lex.p)] > 8:
if 9 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
2020-12-11 11:28:16 +00:00
goto tr671
}
default:
2020-12-11 11:28:16 +00:00
goto tr670
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
2020-12-11 11:28:16 +00:00
goto tr670
}
case lex.data[(lex.p)] >= 91:
2020-12-11 11:28:16 +00:00
goto tr670
2019-03-10 21:37:01 +00:00
}
default:
2020-12-11 11:28:16 +00:00
goto tr670
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto st472
tr671:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
2020-12-11 11:28:16 +00:00
goto st468
tr678:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:54
2020-12-11 11:28:16 +00:00
goto st468
st468:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof468
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_468:
// line internal/php7/scanner.go:16269
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
goto tr145
2019-03-10 21:37:01 +00:00
case 13:
2020-12-11 11:28:16 +00:00
goto tr676
2019-03-10 21:37:01 +00:00
case 32:
2020-12-11 11:28:16 +00:00
goto tr671
2019-03-10 21:37:01 +00:00
}
if 9 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
2020-12-11 11:28:16 +00:00
goto tr671
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr675
tr145:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st469
tr679:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st469
st469:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof469
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_469:
// line internal/php7/scanner.go:16319
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
2020-12-11 11:28:16 +00:00
goto tr679
2019-03-10 21:37:01 +00:00
case 13:
2020-12-11 11:28:16 +00:00
goto tr680
2019-03-10 21:37:01 +00:00
case 32:
2020-12-11 11:28:16 +00:00
goto tr678
2019-03-10 21:37:01 +00:00
}
if 9 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
2020-12-11 11:28:16 +00:00
goto tr678
}
2020-12-11 11:28:16 +00:00
goto tr677
tr676:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
2019-03-10 21:37:01 +00:00
}
goto st99
2020-12-11 11:28:16 +00:00
tr680:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2019-12-29 22:20:20 +00:00
goto st99
st99:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof99
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_99:
// line internal/php7/scanner.go:16363
2019-03-10 21:37:01 +00:00
if lex.data[(lex.p)] == 10 {
goto tr145
}
goto tr144
2020-12-11 11:28:16 +00:00
tr672:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
2019-03-10 21:37:01 +00:00
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st470
st470:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof470
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_470:
// line internal/php7/scanner.go:16385
if lex.data[(lex.p)] == 10 {
goto tr145
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr681
st471:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof471
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_471:
if lex.data[(lex.p)] == 62 {
2020-12-11 11:28:16 +00:00
goto tr682
}
2020-12-11 11:28:16 +00:00
goto tr681
st472:
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof472
}
2020-12-11 11:28:16 +00:00
st_case_472:
if lex.data[(lex.p)] == 96 {
2020-12-11 11:28:16 +00:00
goto tr683
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
2020-12-11 11:28:16 +00:00
goto tr683
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
2020-12-11 11:28:16 +00:00
goto tr683
}
case lex.data[(lex.p)] >= 91:
2020-12-11 11:28:16 +00:00
goto tr683
2019-03-10 21:37:01 +00:00
}
default:
2020-12-11 11:28:16 +00:00
goto tr683
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto st472
tr687:
lex.cs = 473
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
switch lex.act {
case 0:
{
{
goto st0
}
}
2019-12-29 22:20:20 +00:00
case 146:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_ENCAPSED_AND_WHITESPACE
2020-12-11 11:28:16 +00:00
lex.cs = 496
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
}
2017-12-01 13:36:46 +00:00
2019-03-10 21:37:01 +00:00
goto _again
2020-12-11 11:28:16 +00:00
tr688:
lex.cs = 473
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:386
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_ENCAPSED_AND_WHITESPACE
2020-12-11 11:28:16 +00:00
lex.cs = 496
{
(lex.p)++
goto _out
}
}
goto _again
2020-12-11 11:28:16 +00:00
tr692:
lex.cs = 473
// line internal/php7/scanner.rl:386
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_ENCAPSED_AND_WHITESPACE
2020-12-11 11:28:16 +00:00
lex.cs = 496
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
goto _again
2020-12-11 11:28:16 +00:00
st473:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.ts = 0
2017-12-01 13:36:46 +00:00
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.act = 0
2017-12-01 13:36:46 +00:00
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof473
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_473:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.ts = (lex.p)
// line internal/php7/scanner.go:16482
2019-03-10 21:37:01 +00:00
_widec = int16(lex.data[(lex.p)])
switch {
case lex.data[(lex.p)] < 11:
switch {
case lex.data[(lex.p)] > 9:
if 10 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 10 {
_widec = 768 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) {
_widec += 256
}
}
default:
_widec = 768 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) {
_widec += 256
}
}
case lex.data[(lex.p)] > 12:
switch {
case lex.data[(lex.p)] > 13:
if 14 <= lex.data[(lex.p)] {
_widec = 768 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) {
_widec += 256
}
}
case lex.data[(lex.p)] >= 13:
_widec = 768 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) {
_widec += 256
}
}
default:
_widec = 768 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) {
_widec += 256
}
}
switch _widec {
case 1034:
2020-12-11 11:28:16 +00:00
goto tr685
case 1037:
2020-12-11 11:28:16 +00:00
goto tr686
2019-03-10 21:37:01 +00:00
}
if 1024 <= _widec && _widec <= 1279 {
2020-12-11 11:28:16 +00:00
goto tr684
2019-03-10 21:37:01 +00:00
}
goto st0
st_case_0:
st0:
lex.cs = 0
goto _out
2020-12-11 11:28:16 +00:00
tr684:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:386
2019-12-29 22:20:20 +00:00
lex.act = 146
2020-12-11 11:28:16 +00:00
goto st474
tr689:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:386
2019-12-29 22:20:20 +00:00
lex.act = 146
2020-12-11 11:28:16 +00:00
goto st474
st474:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof474
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_474:
// line internal/php7/scanner.go:16556
2019-03-10 21:37:01 +00:00
_widec = int16(lex.data[(lex.p)])
switch {
case lex.data[(lex.p)] < 11:
switch {
case lex.data[(lex.p)] > 9:
if 10 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 10 {
_widec = 768 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) {
_widec += 256
}
}
default:
_widec = 768 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) {
_widec += 256
}
}
case lex.data[(lex.p)] > 12:
switch {
case lex.data[(lex.p)] > 13:
if 14 <= lex.data[(lex.p)] {
_widec = 768 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) {
_widec += 256
}
}
case lex.data[(lex.p)] >= 13:
_widec = 768 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) {
_widec += 256
}
}
default:
_widec = 768 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) {
_widec += 256
}
}
switch _widec {
case 1034:
2020-12-11 11:28:16 +00:00
goto tr685
case 1037:
2020-12-11 11:28:16 +00:00
goto tr686
2019-03-10 21:37:01 +00:00
}
if 1024 <= _widec && _widec <= 1279 {
2020-12-11 11:28:16 +00:00
goto tr684
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr687
tr685:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st475
tr690:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st475
st475:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof475
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_475:
// line internal/php7/scanner.go:16636
2019-03-10 21:37:01 +00:00
_widec = int16(lex.data[(lex.p)])
switch {
case lex.data[(lex.p)] < 11:
switch {
case lex.data[(lex.p)] > 9:
if 10 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 10 {
_widec = 768 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) {
_widec += 256
}
}
default:
_widec = 768 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) {
_widec += 256
}
}
case lex.data[(lex.p)] > 12:
switch {
case lex.data[(lex.p)] > 13:
if 14 <= lex.data[(lex.p)] {
_widec = 768 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) {
_widec += 256
}
}
case lex.data[(lex.p)] >= 13:
_widec = 768 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) {
_widec += 256
}
}
default:
_widec = 768 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) {
_widec += 256
}
}
switch _widec {
case 1034:
2020-12-11 11:28:16 +00:00
goto tr690
case 1037:
2020-12-11 11:28:16 +00:00
goto tr691
2019-03-10 21:37:01 +00:00
}
if 1024 <= _widec && _widec <= 1279 {
2020-12-11 11:28:16 +00:00
goto tr689
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr688
tr686:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st476
tr691:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st476
st476:
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof476
}
2020-12-11 11:28:16 +00:00
st_case_476:
// line internal/php7/scanner.go:16716
_widec = int16(lex.data[(lex.p)])
switch {
case lex.data[(lex.p)] < 11:
switch {
case lex.data[(lex.p)] > 9:
if 10 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 10 {
_widec = 768 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) {
_widec += 256
}
}
default:
_widec = 768 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) {
_widec += 256
}
}
case lex.data[(lex.p)] > 12:
switch {
case lex.data[(lex.p)] > 13:
if 14 <= lex.data[(lex.p)] {
_widec = 768 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) {
_widec += 256
}
}
case lex.data[(lex.p)] >= 13:
_widec = 768 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) {
_widec += 256
}
}
default:
_widec = 768 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) {
_widec += 256
}
}
switch _widec {
case 1034:
2020-12-11 11:28:16 +00:00
goto tr685
case 1037:
2020-12-11 11:28:16 +00:00
goto tr686
}
if 1024 <= _widec && _widec <= 1279 {
2020-12-11 11:28:16 +00:00
goto tr684
}
2020-12-11 11:28:16 +00:00
goto tr692
tr146:
// line internal/php7/scanner.rl:395
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
lex.ungetCnt(1)
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_CURLY_OPEN
2020-12-11 11:28:16 +00:00
lex.call(477, 123)
2019-03-10 21:37:01 +00:00
goto _out
}
2020-12-11 11:28:16 +00:00
goto st477
tr700:
// line internal/php7/scanner.rl:397
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
lex.ungetCnt(1)
{
lex.growCallStack()
{
2020-12-11 11:28:16 +00:00
lex.stack[lex.top] = 477
2019-03-10 21:37:01 +00:00
lex.top++
2020-12-11 11:28:16 +00:00
goto st498
2019-03-10 21:37:01 +00:00
}
}
}
2020-12-11 11:28:16 +00:00
goto st477
tr701:
// line internal/php7/scanner.rl:396
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_DOLLAR_OPEN_CURLY_BRACES
2020-12-11 11:28:16 +00:00
lex.call(477, 513)
2019-03-10 21:37:01 +00:00
goto _out
}
2020-12-11 11:28:16 +00:00
goto st477
tr702:
lex.cs = 477
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
switch lex.act {
2019-12-29 22:20:20 +00:00
case 147:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
lex.ungetCnt(1)
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_CURLY_OPEN
2020-12-11 11:28:16 +00:00
lex.call(477, 123)
2019-03-10 21:37:01 +00:00
goto _out
}
2019-12-29 22:20:20 +00:00
case 148:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_DOLLAR_OPEN_CURLY_BRACES
2020-12-11 11:28:16 +00:00
lex.call(477, 513)
2019-03-10 21:37:01 +00:00
goto _out
}
2019-12-29 22:20:20 +00:00
case 150:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2017-12-01 13:36:46 +00:00
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_ENCAPSED_AND_WHITESPACE
2017-12-01 13:36:46 +00:00
2019-12-26 13:41:06 +00:00
if len(lex.data) > lex.p+1 && lex.data[lex.p+1] != '$' && lex.data[lex.p+1] != '{' {
2020-12-11 11:28:16 +00:00
lex.cs = 496
2019-03-10 21:37:01 +00:00
}
{
(lex.p)++
goto _out
}
}
}
2017-12-01 13:36:46 +00:00
2019-03-10 21:37:01 +00:00
goto _again
2020-12-11 11:28:16 +00:00
tr703:
lex.cs = 477
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:398
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_ENCAPSED_AND_WHITESPACE
2019-03-10 21:37:01 +00:00
2019-12-26 13:41:06 +00:00
if len(lex.data) > lex.p+1 && lex.data[lex.p+1] != '$' && lex.data[lex.p+1] != '{' {
2020-12-11 11:28:16 +00:00
lex.cs = 496
2019-03-10 21:37:01 +00:00
}
{
(lex.p)++
goto _out
}
}
goto _again
2020-12-11 11:28:16 +00:00
tr707:
lex.cs = 477
// line internal/php7/scanner.rl:398
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_ENCAPSED_AND_WHITESPACE
2019-03-10 21:37:01 +00:00
2019-12-26 13:41:06 +00:00
if len(lex.data) > lex.p+1 && lex.data[lex.p+1] != '$' && lex.data[lex.p+1] != '{' {
2020-12-11 11:28:16 +00:00
lex.cs = 496
2019-03-10 21:37:01 +00:00
}
{
(lex.p)++
goto _out
}
}
goto _again
2020-12-11 11:28:16 +00:00
st477:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.ts = 0
2017-12-01 13:36:46 +00:00
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof477
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_477:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.ts = (lex.p)
// line internal/php7/scanner.go:16848
2019-03-10 21:37:01 +00:00
_widec = int16(lex.data[(lex.p)])
switch {
case lex.data[(lex.p)] < 11:
switch {
case lex.data[(lex.p)] > 9:
if 10 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 10 {
_widec = 1280 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 1280 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] > 12:
switch {
case lex.data[(lex.p)] > 13:
if 14 <= lex.data[(lex.p)] {
_widec = 1280 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] >= 13:
_widec = 1280 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 1280 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) && lex.isNotStringVar() {
_widec += 256
}
}
switch _widec {
case 1316:
2020-12-11 11:28:16 +00:00
goto st478
2019-03-10 21:37:01 +00:00
case 1403:
2019-12-29 22:20:20 +00:00
goto st100
2019-03-10 21:37:01 +00:00
case 1546:
2020-12-11 11:28:16 +00:00
goto tr696
case 1549:
2020-12-11 11:28:16 +00:00
goto tr697
case 1572:
2020-12-11 11:28:16 +00:00
goto st482
case 1659:
2020-12-11 11:28:16 +00:00
goto st483
2019-03-10 21:37:01 +00:00
}
if 1536 <= _widec && _widec <= 1791 {
2020-12-11 11:28:16 +00:00
goto tr695
2019-03-10 21:37:01 +00:00
}
goto st0
2020-12-11 11:28:16 +00:00
st478:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof478
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_478:
2019-03-10 21:37:01 +00:00
if lex.data[(lex.p)] == 123 {
2020-12-11 11:28:16 +00:00
goto tr701
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr700
2019-12-29 22:20:20 +00:00
st100:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof100
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_100:
2019-03-10 21:37:01 +00:00
if lex.data[(lex.p)] == 36 {
goto tr146
2019-03-10 21:37:01 +00:00
}
goto st0
2020-12-11 11:28:16 +00:00
tr695:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:398
2019-12-29 22:20:20 +00:00
lex.act = 150
2020-12-11 11:28:16 +00:00
goto st479
tr704:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:398
2019-12-29 22:20:20 +00:00
lex.act = 150
2020-12-11 11:28:16 +00:00
goto st479
tr708:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:396
2019-12-29 22:20:20 +00:00
lex.act = 148
2020-12-11 11:28:16 +00:00
goto st479
tr709:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:395
2019-12-29 22:20:20 +00:00
lex.act = 147
2020-12-11 11:28:16 +00:00
goto st479
st479:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof479
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_479:
// line internal/php7/scanner.go:16958
2019-03-10 21:37:01 +00:00
_widec = int16(lex.data[(lex.p)])
switch {
case lex.data[(lex.p)] < 11:
switch {
case lex.data[(lex.p)] > 9:
if 10 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 10 {
_widec = 1280 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 1280 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] > 12:
switch {
case lex.data[(lex.p)] > 13:
if 14 <= lex.data[(lex.p)] {
_widec = 1280 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] >= 13:
_widec = 1280 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 1280 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) && lex.isNotStringVar() {
_widec += 256
}
}
switch _widec {
case 1546:
2020-12-11 11:28:16 +00:00
goto tr696
case 1549:
2020-12-11 11:28:16 +00:00
goto tr697
2019-03-10 21:37:01 +00:00
}
if 1536 <= _widec && _widec <= 1791 {
2020-12-11 11:28:16 +00:00
goto tr695
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr702
tr696:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
2019-03-10 21:37:01 +00:00
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st480
tr705:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st480
st480:
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof480
}
2020-12-11 11:28:16 +00:00
st_case_480:
// line internal/php7/scanner.go:17038
2019-03-10 21:37:01 +00:00
_widec = int16(lex.data[(lex.p)])
switch {
case lex.data[(lex.p)] < 11:
switch {
case lex.data[(lex.p)] > 9:
if 10 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 10 {
_widec = 1280 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 1280 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] > 12:
switch {
case lex.data[(lex.p)] > 13:
if 14 <= lex.data[(lex.p)] {
_widec = 1280 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] >= 13:
_widec = 1280 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 1280 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) && lex.isNotStringVar() {
_widec += 256
}
}
switch _widec {
case 1546:
2020-12-11 11:28:16 +00:00
goto tr705
case 1549:
2020-12-11 11:28:16 +00:00
goto tr706
2019-03-10 21:37:01 +00:00
}
if 1536 <= _widec && _widec <= 1791 {
2020-12-11 11:28:16 +00:00
goto tr704
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr703
tr697:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st481
tr706:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st481
st481:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof481
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_481:
// line internal/php7/scanner.go:17118
_widec = int16(lex.data[(lex.p)])
switch {
case lex.data[(lex.p)] < 11:
switch {
case lex.data[(lex.p)] > 9:
if 10 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 10 {
_widec = 1280 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 1280 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] > 12:
switch {
case lex.data[(lex.p)] > 13:
if 14 <= lex.data[(lex.p)] {
_widec = 1280 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] >= 13:
_widec = 1280 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 1280 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) && lex.isNotStringVar() {
_widec += 256
}
}
switch _widec {
case 1546:
2020-12-11 11:28:16 +00:00
goto tr696
case 1549:
2020-12-11 11:28:16 +00:00
goto tr697
}
if 1536 <= _widec && _widec <= 1791 {
2020-12-11 11:28:16 +00:00
goto tr695
}
2020-12-11 11:28:16 +00:00
goto tr707
st482:
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof482
}
2020-12-11 11:28:16 +00:00
st_case_482:
2019-03-10 21:37:01 +00:00
_widec = int16(lex.data[(lex.p)])
switch {
case lex.data[(lex.p)] < 11:
switch {
case lex.data[(lex.p)] > 9:
if 10 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 10 {
_widec = 1280 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 1280 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] > 12:
switch {
case lex.data[(lex.p)] > 13:
if 14 <= lex.data[(lex.p)] {
_widec = 1280 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] >= 13:
_widec = 1280 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 1280 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) && lex.isNotStringVar() {
_widec += 256
}
}
switch _widec {
case 1403:
2020-12-11 11:28:16 +00:00
goto tr701
2019-03-10 21:37:01 +00:00
case 1546:
2020-12-11 11:28:16 +00:00
goto tr696
case 1549:
2020-12-11 11:28:16 +00:00
goto tr697
2019-03-10 21:37:01 +00:00
case 1659:
2020-12-11 11:28:16 +00:00
goto tr708
2019-03-10 21:37:01 +00:00
}
if 1536 <= _widec && _widec <= 1791 {
2020-12-11 11:28:16 +00:00
goto tr695
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr700
st483:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof483
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_483:
2019-03-10 21:37:01 +00:00
_widec = int16(lex.data[(lex.p)])
switch {
case lex.data[(lex.p)] < 11:
switch {
case lex.data[(lex.p)] > 9:
if 10 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 10 {
_widec = 1280 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 1280 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] > 12:
switch {
case lex.data[(lex.p)] > 13:
if 14 <= lex.data[(lex.p)] {
_widec = 1280 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] >= 13:
_widec = 1280 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 1280 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotHeredocEnd(lex.p) && lex.isNotStringVar() {
_widec += 256
}
}
switch _widec {
case 1316:
goto tr146
2019-03-10 21:37:01 +00:00
case 1546:
2020-12-11 11:28:16 +00:00
goto tr696
case 1549:
2020-12-11 11:28:16 +00:00
goto tr697
case 1572:
2020-12-11 11:28:16 +00:00
goto tr709
2019-03-10 21:37:01 +00:00
}
if 1536 <= _widec && _widec <= 1791 {
2020-12-11 11:28:16 +00:00
goto tr695
}
2020-12-11 11:28:16 +00:00
goto tr707
tr148:
// line internal/php7/scanner.rl:412
lex.te = (lex.p) + 1
{
lex.ungetCnt(2)
{
lex.growCallStack()
{
2020-12-11 11:28:16 +00:00
lex.stack[lex.top] = 484
lex.top++
2020-12-11 11:28:16 +00:00
goto st498
}
}
}
2020-12-11 11:28:16 +00:00
goto st484
tr149:
// line internal/php7/scanner.rl:411
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_DOLLAR_OPEN_CURLY_BRACES
2020-12-11 11:28:16 +00:00
lex.call(484, 513)
goto _out
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto st484
tr150:
// line internal/php7/scanner.rl:410
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
lex.ungetCnt(1)
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_CURLY_OPEN
2020-12-11 11:28:16 +00:00
lex.call(484, 123)
2019-03-10 21:37:01 +00:00
goto _out
}
2020-12-11 11:28:16 +00:00
goto st484
tr711:
lex.cs = 484
// line internal/php7/scanner.rl:413
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.ID(int('`'))
lex.cs = 123
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
goto _again
2020-12-11 11:28:16 +00:00
tr719:
lex.cs = 484
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
switch lex.act {
2019-12-29 22:20:20 +00:00
case 151:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
lex.ungetCnt(1)
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_CURLY_OPEN
2020-12-11 11:28:16 +00:00
lex.call(484, 123)
2019-03-10 21:37:01 +00:00
goto _out
}
2019-12-29 22:20:20 +00:00
case 152:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_DOLLAR_OPEN_CURLY_BRACES
2020-12-11 11:28:16 +00:00
lex.call(484, 513)
2019-03-10 21:37:01 +00:00
goto _out
}
case 153:
{
(lex.p) = (lex.te) - 1
lex.ungetCnt(2)
{
lex.growCallStack()
{
2020-12-11 11:28:16 +00:00
lex.stack[lex.top] = 484
lex.top++
2020-12-11 11:28:16 +00:00
goto st498
}
}
}
2019-12-29 22:20:20 +00:00
case 154:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.ID(int('`'))
lex.cs = 123
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 155:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_ENCAPSED_AND_WHITESPACE
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
}
2017-12-01 13:36:46 +00:00
2019-03-10 21:37:01 +00:00
goto _again
2020-12-11 11:28:16 +00:00
tr720:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:414
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_ENCAPSED_AND_WHITESPACE
2019-03-10 21:37:01 +00:00
{
(lex.p)++
2020-12-11 11:28:16 +00:00
lex.cs = 484
2019-03-10 21:37:01 +00:00
goto _out
}
}
2020-12-11 11:28:16 +00:00
goto st484
tr724:
// line internal/php7/scanner.rl:414
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_ENCAPSED_AND_WHITESPACE
2019-03-10 21:37:01 +00:00
{
(lex.p)++
2020-12-11 11:28:16 +00:00
lex.cs = 484
2019-03-10 21:37:01 +00:00
goto _out
}
}
2020-12-11 11:28:16 +00:00
goto st484
st484:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.ts = 0
2017-12-01 13:36:46 +00:00
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof484
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_484:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.ts = (lex.p)
// line internal/php7/scanner.go:17361
2019-03-10 21:37:01 +00:00
_widec = int16(lex.data[(lex.p)])
switch {
case lex.data[(lex.p)] < 11:
switch {
case lex.data[(lex.p)] > 9:
if 10 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 10 {
_widec = 1792 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('`') && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 1792 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('`') && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] > 12:
switch {
case lex.data[(lex.p)] > 13:
if 14 <= lex.data[(lex.p)] {
_widec = 1792 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('`') && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] >= 13:
_widec = 1792 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('`') && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 1792 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('`') && lex.isNotStringVar() {
_widec += 256
}
}
switch _widec {
case 1828:
goto st101
2019-03-10 21:37:01 +00:00
case 1888:
2020-12-11 11:28:16 +00:00
goto tr711
2019-03-10 21:37:01 +00:00
case 1915:
goto st102
2019-03-10 21:37:01 +00:00
case 2058:
2020-12-11 11:28:16 +00:00
goto tr714
case 2061:
2020-12-11 11:28:16 +00:00
goto tr715
case 2084:
2020-12-11 11:28:16 +00:00
goto st488
2019-03-10 21:37:01 +00:00
case 2144:
2020-12-11 11:28:16 +00:00
goto tr717
2019-03-10 21:37:01 +00:00
case 2171:
2020-12-11 11:28:16 +00:00
goto st489
2019-03-10 21:37:01 +00:00
}
if 2048 <= _widec && _widec <= 2303 {
2020-12-11 11:28:16 +00:00
goto tr713
2019-03-10 21:37:01 +00:00
}
goto st0
2019-12-29 22:20:20 +00:00
st101:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2019-12-29 22:20:20 +00:00
goto _test_eof101
2019-03-10 21:37:01 +00:00
}
2019-12-29 22:20:20 +00:00
st_case_101:
switch lex.data[(lex.p)] {
case 96:
goto st0
case 123:
goto tr149
}
switch {
case lex.data[(lex.p)] < 91:
if lex.data[(lex.p)] <= 64 {
goto st0
}
case lex.data[(lex.p)] > 94:
if 124 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto st0
}
default:
goto st0
}
goto tr148
st102:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof102
}
st_case_102:
2019-03-10 21:37:01 +00:00
if lex.data[(lex.p)] == 36 {
goto tr150
2019-03-10 21:37:01 +00:00
}
goto st0
2020-12-11 11:28:16 +00:00
tr713:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:414
2019-12-29 22:20:20 +00:00
lex.act = 155
2020-12-11 11:28:16 +00:00
goto st485
tr717:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:413
2019-12-29 22:20:20 +00:00
lex.act = 154
2020-12-11 11:28:16 +00:00
goto st485
tr721:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:414
2019-12-29 22:20:20 +00:00
lex.act = 155
2020-12-11 11:28:16 +00:00
goto st485
tr725:
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:412
lex.act = 153
2020-12-11 11:28:16 +00:00
goto st485
tr726:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:411
2019-12-29 22:20:20 +00:00
lex.act = 152
2020-12-11 11:28:16 +00:00
goto st485
tr727:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:410
2019-12-29 22:20:20 +00:00
lex.act = 151
2020-12-11 11:28:16 +00:00
goto st485
st485:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof485
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_485:
// line internal/php7/scanner.go:17504
2019-03-10 21:37:01 +00:00
_widec = int16(lex.data[(lex.p)])
switch {
case lex.data[(lex.p)] < 11:
switch {
case lex.data[(lex.p)] > 9:
if 10 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 10 {
_widec = 1792 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('`') && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 1792 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('`') && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] > 12:
switch {
case lex.data[(lex.p)] > 13:
if 14 <= lex.data[(lex.p)] {
_widec = 1792 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('`') && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] >= 13:
_widec = 1792 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('`') && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 1792 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('`') && lex.isNotStringVar() {
_widec += 256
}
}
switch _widec {
case 2058:
2020-12-11 11:28:16 +00:00
goto tr714
case 2061:
2020-12-11 11:28:16 +00:00
goto tr715
2019-03-10 21:37:01 +00:00
}
if 2048 <= _widec && _widec <= 2303 {
2020-12-11 11:28:16 +00:00
goto tr713
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr719
tr714:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st486
tr722:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st486
st486:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof486
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_486:
// line internal/php7/scanner.go:17584
2019-03-10 21:37:01 +00:00
_widec = int16(lex.data[(lex.p)])
switch {
case lex.data[(lex.p)] < 11:
switch {
case lex.data[(lex.p)] > 9:
if 10 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 10 {
_widec = 1792 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('`') && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 1792 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('`') && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] > 12:
switch {
case lex.data[(lex.p)] > 13:
if 14 <= lex.data[(lex.p)] {
_widec = 1792 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('`') && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] >= 13:
_widec = 1792 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('`') && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 1792 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('`') && lex.isNotStringVar() {
_widec += 256
}
}
switch _widec {
case 2058:
2020-12-11 11:28:16 +00:00
goto tr722
case 2061:
2020-12-11 11:28:16 +00:00
goto tr723
2019-03-10 21:37:01 +00:00
}
if 2048 <= _widec && _widec <= 2303 {
2020-12-11 11:28:16 +00:00
goto tr721
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr720
tr715:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st487
tr723:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st487
st487:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof487
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_487:
// line internal/php7/scanner.go:17664
2019-03-10 21:37:01 +00:00
_widec = int16(lex.data[(lex.p)])
switch {
case lex.data[(lex.p)] < 11:
switch {
case lex.data[(lex.p)] > 9:
if 10 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 10 {
_widec = 1792 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('`') && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 1792 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('`') && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] > 12:
switch {
case lex.data[(lex.p)] > 13:
if 14 <= lex.data[(lex.p)] {
_widec = 1792 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('`') && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] >= 13:
_widec = 1792 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('`') && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 1792 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('`') && lex.isNotStringVar() {
_widec += 256
}
}
switch _widec {
case 2058:
2020-12-11 11:28:16 +00:00
goto tr714
case 2061:
2020-12-11 11:28:16 +00:00
goto tr715
2019-03-10 21:37:01 +00:00
}
if 2048 <= _widec && _widec <= 2303 {
2020-12-11 11:28:16 +00:00
goto tr713
}
2020-12-11 11:28:16 +00:00
goto tr724
st488:
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof488
}
2020-12-11 11:28:16 +00:00
st_case_488:
_widec = int16(lex.data[(lex.p)])
switch {
case lex.data[(lex.p)] < 11:
switch {
case lex.data[(lex.p)] > 9:
if 10 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 10 {
_widec = 1792 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('`') && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 1792 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('`') && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] > 12:
switch {
case lex.data[(lex.p)] > 13:
if 14 <= lex.data[(lex.p)] {
_widec = 1792 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('`') && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] >= 13:
_widec = 1792 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('`') && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 1792 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('`') && lex.isNotStringVar() {
_widec += 256
}
}
switch _widec {
case 1887:
goto tr148
case 1915:
goto tr149
case 2058:
2020-12-11 11:28:16 +00:00
goto tr714
case 2061:
2020-12-11 11:28:16 +00:00
goto tr715
case 2143:
2020-12-11 11:28:16 +00:00
goto tr725
case 2171:
2020-12-11 11:28:16 +00:00
goto tr726
}
switch {
case _widec < 2113:
switch {
case _widec < 1889:
if 1857 <= _widec && _widec <= 1882 {
goto tr148
}
case _widec > 1914:
switch {
case _widec > 2047:
if 2048 <= _widec && _widec <= 2112 {
2020-12-11 11:28:16 +00:00
goto tr713
}
case _widec >= 1920:
goto tr148
}
default:
goto tr148
}
case _widec > 2138:
switch {
case _widec < 2145:
if 2139 <= _widec && _widec <= 2144 {
2020-12-11 11:28:16 +00:00
goto tr713
}
case _widec > 2170:
switch {
case _widec > 2175:
if 2176 <= _widec && _widec <= 2303 {
2020-12-11 11:28:16 +00:00
goto tr725
}
case _widec >= 2172:
2020-12-11 11:28:16 +00:00
goto tr713
}
default:
2020-12-11 11:28:16 +00:00
goto tr725
}
default:
2020-12-11 11:28:16 +00:00
goto tr725
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr724
st489:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof489
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_489:
2019-03-10 21:37:01 +00:00
_widec = int16(lex.data[(lex.p)])
switch {
case lex.data[(lex.p)] < 11:
switch {
case lex.data[(lex.p)] > 9:
if 10 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 10 {
_widec = 1792 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('`') && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 1792 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('`') && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] > 12:
switch {
case lex.data[(lex.p)] > 13:
if 14 <= lex.data[(lex.p)] {
_widec = 1792 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('`') && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] >= 13:
_widec = 1792 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('`') && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 1792 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('`') && lex.isNotStringVar() {
_widec += 256
}
}
switch _widec {
case 1828:
goto tr150
2019-03-10 21:37:01 +00:00
case 2058:
2020-12-11 11:28:16 +00:00
goto tr714
case 2061:
2020-12-11 11:28:16 +00:00
goto tr715
2019-03-10 21:37:01 +00:00
case 2084:
2020-12-11 11:28:16 +00:00
goto tr727
2019-03-10 21:37:01 +00:00
}
if 2048 <= _widec && _widec <= 2303 {
2020-12-11 11:28:16 +00:00
goto tr713
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr724
tr151:
// line internal/php7/scanner.rl:424
lex.te = (lex.p) + 1
{
lex.ungetCnt(2)
{
lex.growCallStack()
{
2020-12-11 11:28:16 +00:00
lex.stack[lex.top] = 490
lex.top++
2020-12-11 11:28:16 +00:00
goto st498
}
}
}
2020-12-11 11:28:16 +00:00
goto st490
tr152:
// line internal/php7/scanner.rl:423
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_DOLLAR_OPEN_CURLY_BRACES
2020-12-11 11:28:16 +00:00
lex.call(490, 513)
goto _out
}
2020-12-11 11:28:16 +00:00
goto st490
tr153:
// line internal/php7/scanner.rl:422
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
lex.ungetCnt(1)
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_CURLY_OPEN
2020-12-11 11:28:16 +00:00
lex.call(490, 123)
2019-03-10 21:37:01 +00:00
goto _out
}
2020-12-11 11:28:16 +00:00
goto st490
tr728:
lex.cs = 490
// line internal/php7/scanner.rl:425
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.ID(int('"'))
lex.cs = 123
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
goto _again
2020-12-11 11:28:16 +00:00
tr737:
lex.cs = 490
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
switch lex.act {
2019-12-29 22:20:20 +00:00
case 156:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
lex.ungetCnt(1)
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_CURLY_OPEN
2020-12-11 11:28:16 +00:00
lex.call(490, 123)
2019-03-10 21:37:01 +00:00
goto _out
}
2019-12-29 22:20:20 +00:00
case 157:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_DOLLAR_OPEN_CURLY_BRACES
2020-12-11 11:28:16 +00:00
lex.call(490, 513)
2019-03-10 21:37:01 +00:00
goto _out
}
case 158:
{
(lex.p) = (lex.te) - 1
lex.ungetCnt(2)
{
lex.growCallStack()
{
2020-12-11 11:28:16 +00:00
lex.stack[lex.top] = 490
lex.top++
2020-12-11 11:28:16 +00:00
goto st498
}
}
}
2019-12-29 22:20:20 +00:00
case 159:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.ID(int('"'))
lex.cs = 123
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
2019-12-29 22:20:20 +00:00
case 160:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_ENCAPSED_AND_WHITESPACE
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
}
2019-03-10 21:37:01 +00:00
goto _again
2020-12-11 11:28:16 +00:00
tr738:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:426
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_ENCAPSED_AND_WHITESPACE
2019-03-10 21:37:01 +00:00
{
(lex.p)++
2020-12-11 11:28:16 +00:00
lex.cs = 490
2019-03-10 21:37:01 +00:00
goto _out
}
}
2020-12-11 11:28:16 +00:00
goto st490
tr742:
// line internal/php7/scanner.rl:426
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_ENCAPSED_AND_WHITESPACE
2019-03-10 21:37:01 +00:00
{
(lex.p)++
2020-12-11 11:28:16 +00:00
lex.cs = 490
2019-03-10 21:37:01 +00:00
goto _out
}
}
2020-12-11 11:28:16 +00:00
goto st490
st490:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.ts = 0
2017-12-01 13:36:46 +00:00
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof490
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_490:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.ts = (lex.p)
// line internal/php7/scanner.go:17948
2019-03-10 21:37:01 +00:00
_widec = int16(lex.data[(lex.p)])
switch {
case lex.data[(lex.p)] < 11:
switch {
case lex.data[(lex.p)] > 9:
if 10 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 10 {
_widec = 2304 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('"') && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 2304 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('"') && lex.isNotStringVar() {
_widec += 256
}
2017-12-01 13:36:46 +00:00
}
2019-03-10 21:37:01 +00:00
case lex.data[(lex.p)] > 12:
switch {
case lex.data[(lex.p)] > 13:
if 14 <= lex.data[(lex.p)] {
_widec = 2304 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('"') && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] >= 13:
_widec = 2304 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('"') && lex.isNotStringVar() {
_widec += 256
2017-12-01 13:36:46 +00:00
}
}
2019-03-10 21:37:01 +00:00
default:
_widec = 2304 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('"') && lex.isNotStringVar() {
_widec += 256
}
2017-12-01 13:36:46 +00:00
}
2019-03-10 21:37:01 +00:00
switch _widec {
case 2338:
2020-12-11 11:28:16 +00:00
goto tr728
2019-03-10 21:37:01 +00:00
case 2340:
goto st103
2019-03-10 21:37:01 +00:00
case 2427:
goto st104
2019-03-10 21:37:01 +00:00
case 2570:
2020-12-11 11:28:16 +00:00
goto tr732
case 2573:
2020-12-11 11:28:16 +00:00
goto tr733
2019-03-10 21:37:01 +00:00
case 2594:
2020-12-11 11:28:16 +00:00
goto tr734
2019-03-10 21:37:01 +00:00
case 2596:
2020-12-11 11:28:16 +00:00
goto st494
case 2683:
2020-12-11 11:28:16 +00:00
goto st495
2019-03-10 21:37:01 +00:00
}
if 2560 <= _widec && _widec <= 2815 {
2020-12-11 11:28:16 +00:00
goto tr731
2019-03-10 21:37:01 +00:00
}
goto st0
st103:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof103
2019-03-10 21:37:01 +00:00
}
st_case_103:
switch lex.data[(lex.p)] {
case 96:
goto st0
case 123:
goto tr152
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 91:
if lex.data[(lex.p)] <= 64 {
goto st0
}
case lex.data[(lex.p)] > 94:
if 124 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto st0
}
default:
goto st0
}
goto tr151
st104:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof104
2019-03-10 21:37:01 +00:00
}
st_case_104:
2019-03-10 21:37:01 +00:00
if lex.data[(lex.p)] == 36 {
goto tr153
2019-03-10 21:37:01 +00:00
}
goto st0
2020-12-11 11:28:16 +00:00
tr731:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:426
2019-12-29 22:20:20 +00:00
lex.act = 160
2020-12-11 11:28:16 +00:00
goto st491
tr734:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:425
2019-12-29 22:20:20 +00:00
lex.act = 159
2020-12-11 11:28:16 +00:00
goto st491
tr739:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:426
2019-12-29 22:20:20 +00:00
lex.act = 160
2020-12-11 11:28:16 +00:00
goto st491
tr743:
// line NONE:1
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:424
lex.act = 158
2020-12-11 11:28:16 +00:00
goto st491
tr744:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:423
2019-12-29 22:20:20 +00:00
lex.act = 157
2020-12-11 11:28:16 +00:00
goto st491
tr745:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:422
2019-12-29 22:20:20 +00:00
lex.act = 156
2020-12-11 11:28:16 +00:00
goto st491
st491:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof491
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_491:
// line internal/php7/scanner.go:18091
2019-03-10 21:37:01 +00:00
_widec = int16(lex.data[(lex.p)])
switch {
case lex.data[(lex.p)] < 11:
switch {
case lex.data[(lex.p)] > 9:
if 10 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 10 {
_widec = 2304 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('"') && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 2304 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('"') && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] > 12:
switch {
case lex.data[(lex.p)] > 13:
if 14 <= lex.data[(lex.p)] {
_widec = 2304 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('"') && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] >= 13:
_widec = 2304 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('"') && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 2304 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('"') && lex.isNotStringVar() {
_widec += 256
}
}
switch _widec {
case 2570:
2020-12-11 11:28:16 +00:00
goto tr732
case 2573:
2020-12-11 11:28:16 +00:00
goto tr733
2019-03-10 21:37:01 +00:00
}
if 2560 <= _widec && _widec <= 2815 {
2020-12-11 11:28:16 +00:00
goto tr731
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr737
tr732:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st492
tr740:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st492
st492:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof492
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_492:
// line internal/php7/scanner.go:18171
2019-03-10 21:37:01 +00:00
_widec = int16(lex.data[(lex.p)])
switch {
case lex.data[(lex.p)] < 11:
switch {
case lex.data[(lex.p)] > 9:
if 10 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 10 {
_widec = 2304 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('"') && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 2304 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('"') && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] > 12:
switch {
case lex.data[(lex.p)] > 13:
if 14 <= lex.data[(lex.p)] {
_widec = 2304 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('"') && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] >= 13:
_widec = 2304 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('"') && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 2304 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('"') && lex.isNotStringVar() {
_widec += 256
}
}
switch _widec {
case 2570:
2020-12-11 11:28:16 +00:00
goto tr740
case 2573:
2020-12-11 11:28:16 +00:00
goto tr741
2019-03-10 21:37:01 +00:00
}
if 2560 <= _widec && _widec <= 2815 {
2020-12-11 11:28:16 +00:00
goto tr739
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr738
tr733:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st493
tr741:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st493
st493:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof493
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_493:
// line internal/php7/scanner.go:18251
2019-03-10 21:37:01 +00:00
_widec = int16(lex.data[(lex.p)])
switch {
case lex.data[(lex.p)] < 11:
switch {
case lex.data[(lex.p)] > 9:
if 10 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 10 {
_widec = 2304 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('"') && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 2304 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('"') && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] > 12:
switch {
case lex.data[(lex.p)] > 13:
if 14 <= lex.data[(lex.p)] {
_widec = 2304 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('"') && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] >= 13:
_widec = 2304 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('"') && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 2304 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('"') && lex.isNotStringVar() {
_widec += 256
}
}
switch _widec {
case 2570:
2020-12-11 11:28:16 +00:00
goto tr732
case 2573:
2020-12-11 11:28:16 +00:00
goto tr733
2019-03-10 21:37:01 +00:00
}
if 2560 <= _widec && _widec <= 2815 {
2020-12-11 11:28:16 +00:00
goto tr731
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr742
st494:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof494
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_494:
2019-03-10 21:37:01 +00:00
_widec = int16(lex.data[(lex.p)])
switch {
case lex.data[(lex.p)] < 11:
switch {
case lex.data[(lex.p)] > 9:
if 10 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 10 {
_widec = 2304 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('"') && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 2304 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('"') && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] > 12:
switch {
case lex.data[(lex.p)] > 13:
if 14 <= lex.data[(lex.p)] {
_widec = 2304 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('"') && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] >= 13:
_widec = 2304 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('"') && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 2304 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('"') && lex.isNotStringVar() {
_widec += 256
}
}
switch _widec {
case 2399:
goto tr151
case 2427:
goto tr152
2019-03-10 21:37:01 +00:00
case 2570:
2020-12-11 11:28:16 +00:00
goto tr732
case 2573:
2020-12-11 11:28:16 +00:00
goto tr733
case 2655:
2020-12-11 11:28:16 +00:00
goto tr743
case 2683:
2020-12-11 11:28:16 +00:00
goto tr744
}
switch {
case _widec < 2625:
switch {
case _widec < 2401:
if 2369 <= _widec && _widec <= 2394 {
goto tr151
}
case _widec > 2426:
switch {
case _widec > 2559:
if 2560 <= _widec && _widec <= 2624 {
2020-12-11 11:28:16 +00:00
goto tr731
}
case _widec >= 2432:
goto tr151
}
default:
goto tr151
}
case _widec > 2650:
switch {
case _widec < 2657:
if 2651 <= _widec && _widec <= 2656 {
2020-12-11 11:28:16 +00:00
goto tr731
}
case _widec > 2682:
switch {
case _widec > 2687:
if 2688 <= _widec && _widec <= 2815 {
2020-12-11 11:28:16 +00:00
goto tr743
}
case _widec >= 2684:
2020-12-11 11:28:16 +00:00
goto tr731
}
default:
2020-12-11 11:28:16 +00:00
goto tr743
}
default:
2020-12-11 11:28:16 +00:00
goto tr743
}
2020-12-11 11:28:16 +00:00
goto tr742
st495:
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof495
}
2020-12-11 11:28:16 +00:00
st_case_495:
_widec = int16(lex.data[(lex.p)])
switch {
case lex.data[(lex.p)] < 11:
switch {
case lex.data[(lex.p)] > 9:
if 10 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 10 {
_widec = 2304 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('"') && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 2304 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('"') && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] > 12:
switch {
case lex.data[(lex.p)] > 13:
if 14 <= lex.data[(lex.p)] {
_widec = 2304 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('"') && lex.isNotStringVar() {
_widec += 256
}
}
case lex.data[(lex.p)] >= 13:
_widec = 2304 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('"') && lex.isNotStringVar() {
_widec += 256
}
}
default:
_widec = 2304 + (int16(lex.data[(lex.p)]) - 0)
if lex.isNotStringEnd('"') && lex.isNotStringVar() {
_widec += 256
}
}
switch _widec {
case 2340:
goto tr153
case 2570:
2020-12-11 11:28:16 +00:00
goto tr732
case 2573:
2020-12-11 11:28:16 +00:00
goto tr733
2019-03-10 21:37:01 +00:00
case 2596:
2020-12-11 11:28:16 +00:00
goto tr745
2019-03-10 21:37:01 +00:00
}
if 2560 <= _widec && _widec <= 2815 {
2020-12-11 11:28:16 +00:00
goto tr731
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr742
tr747:
lex.cs = 496
// line internal/php7/scanner.rl:434
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_END_HEREDOC
lex.cs = 123
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
goto _again
2020-12-11 11:28:16 +00:00
st496:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.ts = 0
2017-12-01 13:36:46 +00:00
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof496
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_496:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.ts = (lex.p)
// line internal/php7/scanner.go:18478
if lex.data[(lex.p)] == 96 {
goto st0
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 91:
if lex.data[(lex.p)] <= 64 {
goto st0
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto st0
}
default:
goto st0
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto st497
st497:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof497
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_497:
if lex.data[(lex.p)] == 96 {
2020-12-11 11:28:16 +00:00
goto tr747
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
2020-12-11 11:28:16 +00:00
goto tr747
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
2020-12-11 11:28:16 +00:00
goto tr747
}
case lex.data[(lex.p)] >= 91:
2020-12-11 11:28:16 +00:00
goto tr747
2019-03-10 21:37:01 +00:00
}
default:
2020-12-11 11:28:16 +00:00
goto tr747
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto st497
tr154:
// line internal/php7/scanner.rl:453
2019-03-10 21:37:01 +00:00
(lex.p) = (lex.te) - 1
{
lex.ungetCnt(1)
{
lex.top--
lex.cs = lex.stack[lex.top]
goto _again
}
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto st498
tr155:
// line internal/php7/scanner.rl:450
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
lex.ungetCnt(1)
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_OBJECT_OPERATOR
2019-03-10 21:37:01 +00:00
{
(lex.p)++
2020-12-11 11:28:16 +00:00
lex.cs = 498
2019-03-10 21:37:01 +00:00
goto _out
2017-12-01 13:36:46 +00:00
}
}
2020-12-11 11:28:16 +00:00
goto st498
tr748:
// line internal/php7/scanner.rl:453
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
lex.ungetCnt(1)
{
lex.top--
lex.cs = lex.stack[lex.top]
goto _again
}
2017-12-01 13:36:46 +00:00
}
2020-12-11 11:28:16 +00:00
goto st498
tr752:
// line internal/php7/scanner.rl:452
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.ID(int('['))
2020-12-11 11:28:16 +00:00
lex.call(498, 503)
2019-03-10 21:37:01 +00:00
goto _out
2017-12-01 13:36:46 +00:00
}
2020-12-11 11:28:16 +00:00
goto st498
tr753:
// line internal/php7/scanner.rl:453
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
lex.ungetCnt(1)
{
lex.top--
lex.cs = lex.stack[lex.top]
goto _again
}
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto st498
tr755:
// line internal/php7/scanner.rl:449
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_VARIABLE
2019-03-10 21:37:01 +00:00
{
(lex.p)++
2020-12-11 11:28:16 +00:00
lex.cs = 498
2019-03-10 21:37:01 +00:00
goto _out
2017-12-01 13:36:46 +00:00
}
}
2020-12-11 11:28:16 +00:00
goto st498
tr757:
// line internal/php7/scanner.rl:451
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_STRING
2019-03-10 21:37:01 +00:00
{
(lex.p)++
2020-12-11 11:28:16 +00:00
lex.cs = 498
2019-03-10 21:37:01 +00:00
goto _out
}
2017-12-01 13:36:46 +00:00
}
2020-12-11 11:28:16 +00:00
goto st498
st498:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.ts = 0
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof498
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_498:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.ts = (lex.p)
// line internal/php7/scanner.go:18570
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 36:
2020-12-11 11:28:16 +00:00
goto st499
2019-03-10 21:37:01 +00:00
case 45:
2020-12-11 11:28:16 +00:00
goto tr750
case 91:
goto tr752
2020-12-11 11:28:16 +00:00
case 96:
goto tr748
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 92:
if lex.data[(lex.p)] <= 64 {
2020-12-11 11:28:16 +00:00
goto tr748
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
2020-12-11 11:28:16 +00:00
goto tr748
}
default:
2020-12-11 11:28:16 +00:00
goto tr748
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto st502
st499:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof499
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_499:
if lex.data[(lex.p)] == 96 {
2020-12-11 11:28:16 +00:00
goto tr753
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 91:
if lex.data[(lex.p)] <= 64 {
2020-12-11 11:28:16 +00:00
goto tr753
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
2020-12-11 11:28:16 +00:00
goto tr753
}
default:
2020-12-11 11:28:16 +00:00
goto tr753
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto st500
st500:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof500
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_500:
if lex.data[(lex.p)] == 96 {
2020-12-11 11:28:16 +00:00
goto tr755
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
2020-12-11 11:28:16 +00:00
goto tr755
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
2020-12-11 11:28:16 +00:00
goto tr755
}
case lex.data[(lex.p)] >= 91:
2020-12-11 11:28:16 +00:00
goto tr755
2019-03-10 21:37:01 +00:00
}
default:
2020-12-11 11:28:16 +00:00
goto tr755
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto st500
tr750:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
2020-12-11 11:28:16 +00:00
goto st501
st501:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof501
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_501:
// line internal/php7/scanner.go:18651
2019-03-10 21:37:01 +00:00
if lex.data[(lex.p)] == 62 {
goto st105
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr753
st105:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof105
2019-03-10 21:37:01 +00:00
}
st_case_105:
if lex.data[(lex.p)] == 96 {
goto tr154
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 91:
if lex.data[(lex.p)] <= 64 {
goto tr154
}
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr154
}
default:
goto tr154
}
goto tr155
2020-12-11 11:28:16 +00:00
st502:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof502
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_502:
if lex.data[(lex.p)] == 96 {
2020-12-11 11:28:16 +00:00
goto tr757
2018-01-02 11:53:55 +00:00
}
2019-03-10 21:37:01 +00:00
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
2020-12-11 11:28:16 +00:00
goto tr757
2018-01-02 11:53:55 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
2020-12-11 11:28:16 +00:00
goto tr757
}
case lex.data[(lex.p)] >= 91:
2020-12-11 11:28:16 +00:00
goto tr757
2018-01-02 11:53:55 +00:00
}
2019-03-10 21:37:01 +00:00
default:
2020-12-11 11:28:16 +00:00
goto tr757
2018-01-02 11:53:55 +00:00
}
2020-12-11 11:28:16 +00:00
goto st502
tr156:
// line internal/php7/scanner.rl:457
2019-03-10 21:37:01 +00:00
(lex.p) = (lex.te) - 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_NUM_STRING
2019-03-10 21:37:01 +00:00
{
(lex.p)++
2020-12-11 11:28:16 +00:00
lex.cs = 503
2019-03-10 21:37:01 +00:00
goto _out
}
2018-01-02 11:53:55 +00:00
}
2020-12-11 11:28:16 +00:00
goto st503
tr758:
// line internal/php7/scanner.rl:463
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
c := lex.data[lex.p]
lex.error(fmt.Sprintf("WARNING: Unexpected character in input: '%c' (ASCII=%d)", c, c))
2017-12-01 13:36:46 +00:00
}
2020-12-11 11:28:16 +00:00
goto st503
tr759:
// line internal/php7/scanner.rl:460
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_ENCAPSED_AND_WHITESPACE
2019-03-10 21:37:01 +00:00
lex.ret(2)
goto _out
2017-12-01 13:36:46 +00:00
}
2020-12-11 11:28:16 +00:00
goto st503
tr762:
// line internal/php7/scanner.rl:461
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.ID(int(lex.data[lex.ts]))
2019-03-10 21:37:01 +00:00
{
(lex.p)++
2020-12-11 11:28:16 +00:00
lex.cs = 503
2019-03-10 21:37:01 +00:00
goto _out
2017-12-01 13:36:46 +00:00
}
}
2020-12-11 11:28:16 +00:00
goto st503
tr766:
// line internal/php7/scanner.rl:462
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.ID(int(']'))
2019-03-10 21:37:01 +00:00
lex.ret(2)
goto _out
2017-12-01 13:36:46 +00:00
}
2020-12-11 11:28:16 +00:00
goto st503
tr767:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:460
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_ENCAPSED_AND_WHITESPACE
2019-03-10 21:37:01 +00:00
lex.ret(2)
goto _out
}
2020-12-11 11:28:16 +00:00
goto st503
tr768:
// line internal/php7/scanner.rl:463
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
c := lex.data[lex.p]
lex.error(fmt.Sprintf("WARNING: Unexpected character in input: '%c' (ASCII=%d)", c, c))
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto st503
tr769:
// line internal/php7/scanner.rl:461
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.ID(int(lex.data[lex.ts]))
2019-03-10 21:37:01 +00:00
{
(lex.p)++
2020-12-11 11:28:16 +00:00
lex.cs = 503
2019-03-10 21:37:01 +00:00
goto _out
2017-12-01 13:36:46 +00:00
}
}
2020-12-11 11:28:16 +00:00
goto st503
tr771:
// line internal/php7/scanner.rl:458
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_VARIABLE
2019-03-10 21:37:01 +00:00
{
(lex.p)++
2020-12-11 11:28:16 +00:00
lex.cs = 503
2019-03-10 21:37:01 +00:00
goto _out
2017-12-01 13:36:46 +00:00
}
}
2020-12-11 11:28:16 +00:00
goto st503
tr772:
// line internal/php7/scanner.rl:457
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_NUM_STRING
2019-03-10 21:37:01 +00:00
{
(lex.p)++
2020-12-11 11:28:16 +00:00
lex.cs = 503
2019-03-10 21:37:01 +00:00
goto _out
}
}
2020-12-11 11:28:16 +00:00
goto st503
tr776:
// line internal/php7/scanner.rl:459
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_STRING
2019-03-10 21:37:01 +00:00
{
(lex.p)++
2020-12-11 11:28:16 +00:00
lex.cs = 503
2019-03-10 21:37:01 +00:00
goto _out
}
}
2020-12-11 11:28:16 +00:00
goto st503
st503:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.ts = 0
2017-12-01 13:36:46 +00:00
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof503
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_503:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.ts = (lex.p)
// line internal/php7/scanner.go:18783
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
2020-12-11 11:28:16 +00:00
goto tr760
case 13:
2020-12-11 11:28:16 +00:00
goto tr761
2019-03-10 21:37:01 +00:00
case 32:
2020-12-11 11:28:16 +00:00
goto tr759
case 33:
2020-12-11 11:28:16 +00:00
goto tr762
case 35:
2020-12-11 11:28:16 +00:00
goto tr759
2019-03-10 21:37:01 +00:00
case 36:
2020-12-11 11:28:16 +00:00
goto st506
2019-03-10 21:37:01 +00:00
case 39:
2020-12-11 11:28:16 +00:00
goto tr759
case 48:
2020-12-11 11:28:16 +00:00
goto tr764
2019-03-10 21:37:01 +00:00
case 92:
2020-12-11 11:28:16 +00:00
goto tr759
2019-12-29 22:20:20 +00:00
case 93:
2020-12-11 11:28:16 +00:00
goto tr766
case 96:
2020-12-11 11:28:16 +00:00
goto tr758
2019-03-10 21:37:01 +00:00
case 124:
2020-12-11 11:28:16 +00:00
goto tr762
2019-03-10 21:37:01 +00:00
case 126:
2020-12-11 11:28:16 +00:00
goto tr762
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 37:
2019-03-10 21:37:01 +00:00
switch {
case lex.data[(lex.p)] < 9:
if lex.data[(lex.p)] <= 8 {
2020-12-11 11:28:16 +00:00
goto tr758
}
2019-03-10 21:37:01 +00:00
case lex.data[(lex.p)] > 12:
if 14 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 34 {
2020-12-11 11:28:16 +00:00
goto tr758
2019-03-10 21:37:01 +00:00
}
default:
2020-12-11 11:28:16 +00:00
goto tr759
2017-12-01 13:36:46 +00:00
}
case lex.data[(lex.p)] > 47:
2019-03-10 21:37:01 +00:00
switch {
case lex.data[(lex.p)] < 58:
if 49 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 57 {
goto tr157
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
2020-12-11 11:28:16 +00:00
goto tr758
}
case lex.data[(lex.p)] >= 91:
2020-12-11 11:28:16 +00:00
goto tr762
2017-12-01 13:36:46 +00:00
}
2019-03-10 21:37:01 +00:00
default:
2020-12-11 11:28:16 +00:00
goto tr762
2017-12-01 13:36:46 +00:00
}
2019-03-10 21:37:01 +00:00
default:
2020-12-11 11:28:16 +00:00
goto tr762
2017-12-01 13:36:46 +00:00
}
2020-12-11 11:28:16 +00:00
goto st512
tr760:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
2019-03-10 21:37:01 +00:00
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto st504
st504:
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof504
}
2020-12-11 11:28:16 +00:00
st_case_504:
// line internal/php7/scanner.go:18865
2020-12-11 11:28:16 +00:00
goto tr767
tr761:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st505
st505:
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof505
}
2020-12-11 11:28:16 +00:00
st_case_505:
// line internal/php7/scanner.go:18884
if lex.data[(lex.p)] == 10 {
2020-12-11 11:28:16 +00:00
goto tr760
}
2020-12-11 11:28:16 +00:00
goto tr768
st506:
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof506
}
2020-12-11 11:28:16 +00:00
st_case_506:
if lex.data[(lex.p)] == 96 {
2020-12-11 11:28:16 +00:00
goto tr769
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 91:
if lex.data[(lex.p)] <= 64 {
2020-12-11 11:28:16 +00:00
goto tr769
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
2020-12-11 11:28:16 +00:00
goto tr769
}
default:
2020-12-11 11:28:16 +00:00
goto tr769
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto st507
st507:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof507
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_507:
if lex.data[(lex.p)] == 96 {
2020-12-11 11:28:16 +00:00
goto tr771
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
2020-12-11 11:28:16 +00:00
goto tr771
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
2020-12-11 11:28:16 +00:00
goto tr771
}
case lex.data[(lex.p)] >= 91:
2020-12-11 11:28:16 +00:00
goto tr771
2019-03-10 21:37:01 +00:00
}
default:
2020-12-11 11:28:16 +00:00
goto tr771
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto st507
tr764:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
2020-12-11 11:28:16 +00:00
goto st508
st508:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof508
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_508:
// line internal/php7/scanner.go:18946
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 95:
goto st106
2019-12-29 22:20:20 +00:00
case 98:
goto st107
2019-12-29 22:20:20 +00:00
case 120:
goto st108
2019-03-10 21:37:01 +00:00
}
if 48 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 57 {
goto tr157
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr772
tr157:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
2020-12-11 11:28:16 +00:00
goto st509
st509:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof509
}
2020-12-11 11:28:16 +00:00
st_case_509:
// line internal/php7/scanner.go:18969
if lex.data[(lex.p)] == 95 {
goto st106
2019-03-10 21:37:01 +00:00
}
if 48 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 57 {
goto tr157
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr772
st106:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof106
2019-03-10 21:37:01 +00:00
}
st_case_106:
if 48 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 57 {
goto tr157
}
goto tr156
st107:
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof107
}
st_case_107:
2019-03-10 21:37:01 +00:00
if 48 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 49 {
goto tr158
2019-03-10 21:37:01 +00:00
}
goto tr156
tr158:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
2020-12-11 11:28:16 +00:00
goto st510
st510:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof510
}
2020-12-11 11:28:16 +00:00
st_case_510:
// line internal/php7/scanner.go:19005
if lex.data[(lex.p)] == 95 {
goto st107
2019-03-10 21:37:01 +00:00
}
if 48 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 49 {
goto tr158
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr772
st108:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof108
2019-03-10 21:37:01 +00:00
}
st_case_108:
2019-03-10 21:37:01 +00:00
switch {
case lex.data[(lex.p)] < 65:
if 48 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 57 {
goto tr159
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 70:
if 97 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 102 {
goto tr159
2019-03-10 21:37:01 +00:00
}
default:
goto tr159
2019-03-10 21:37:01 +00:00
}
goto tr156
tr159:
2020-05-18 18:40:49 +00:00
// line NONE:1
lex.te = (lex.p) + 1
2020-12-11 11:28:16 +00:00
goto st511
st511:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof511
}
2020-12-11 11:28:16 +00:00
st_case_511:
// line internal/php7/scanner.go:19041
if lex.data[(lex.p)] == 95 {
goto st108
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 65:
if 48 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 57 {
goto tr159
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 70:
if 97 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 102 {
goto tr159
2019-03-10 21:37:01 +00:00
}
default:
goto tr159
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr772
st512:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof512
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_512:
if lex.data[(lex.p)] == 96 {
2020-12-11 11:28:16 +00:00
goto tr776
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
2020-12-11 11:28:16 +00:00
goto tr776
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
2020-12-11 11:28:16 +00:00
goto tr776
}
case lex.data[(lex.p)] >= 91:
2020-12-11 11:28:16 +00:00
goto tr776
2019-03-10 21:37:01 +00:00
}
default:
2020-12-11 11:28:16 +00:00
goto tr776
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto st512
tr160:
2020-12-11 11:28:16 +00:00
lex.cs = 513
// line internal/php7/scanner.rl:471
2019-03-10 21:37:01 +00:00
(lex.p) = (lex.te) - 1
{
lex.ungetCnt(1)
lex.cs = 123
2019-03-10 21:37:01 +00:00
}
goto _again
tr162:
2020-12-11 11:28:16 +00:00
lex.cs = 513
// line internal/php7/scanner.rl:470
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
lex.ungetCnt(1)
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.T_STRING_VARNAME
lex.cs = 123
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
goto _again
2020-12-11 11:28:16 +00:00
tr777:
lex.cs = 513
// line internal/php7/scanner.rl:471
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
lex.ungetCnt(1)
lex.cs = 123
2019-03-10 21:37:01 +00:00
}
goto _again
2020-12-11 11:28:16 +00:00
tr779:
lex.cs = 513
// line internal/php7/scanner.rl:471
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
lex.ungetCnt(1)
lex.cs = 123
2019-03-10 21:37:01 +00:00
}
goto _again
2020-12-11 11:28:16 +00:00
st513:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.ts = 0
2017-12-01 13:36:46 +00:00
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof513
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_513:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.ts = (lex.p)
// line internal/php7/scanner.go:19120
if lex.data[(lex.p)] == 96 {
2020-12-11 11:28:16 +00:00
goto tr777
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 91:
if lex.data[(lex.p)] <= 64 {
2020-12-11 11:28:16 +00:00
goto tr777
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
2020-12-11 11:28:16 +00:00
goto tr777
}
default:
2020-12-11 11:28:16 +00:00
goto tr777
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr778
tr778:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
2020-12-11 11:28:16 +00:00
goto st514
st514:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof514
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_514:
// line internal/php7/scanner.go:19147
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 91:
goto tr162
case 96:
2020-12-11 11:28:16 +00:00
goto tr779
2019-03-10 21:37:01 +00:00
case 125:
goto tr162
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
2020-12-11 11:28:16 +00:00
goto tr779
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
2020-12-11 11:28:16 +00:00
goto tr779
}
case lex.data[(lex.p)] >= 92:
2020-12-11 11:28:16 +00:00
goto tr779
2019-03-10 21:37:01 +00:00
}
default:
2020-12-11 11:28:16 +00:00
goto tr779
2019-03-10 21:37:01 +00:00
}
goto st109
st109:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof109
2019-03-10 21:37:01 +00:00
}
st_case_109:
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 91:
goto tr162
case 96:
goto tr160
2019-03-10 21:37:01 +00:00
case 125:
goto tr162
2019-03-10 21:37:01 +00:00
}
switch {
case lex.data[(lex.p)] < 58:
if lex.data[(lex.p)] <= 47 {
goto tr160
2019-03-10 21:37:01 +00:00
}
case lex.data[(lex.p)] > 64:
switch {
case lex.data[(lex.p)] > 94:
if 123 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 127 {
goto tr160
}
case lex.data[(lex.p)] >= 92:
goto tr160
2017-12-01 13:36:46 +00:00
}
2019-03-10 21:37:01 +00:00
default:
goto tr160
2019-03-10 21:37:01 +00:00
}
goto st109
tr163:
// line internal/php7/scanner.rl:475
2019-03-10 21:37:01 +00:00
(lex.p) = (lex.te) - 1
{
2020-12-07 23:23:48 +00:00
lex.addFreeFloatingToken(tkn, token.T_WHITESPACE, lex.ts, lex.te)
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto st515
tr780:
lex.cs = 515
// line internal/php7/scanner.rl:477
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
lex.ungetCnt(1)
lex.cs = 123
2019-03-10 21:37:01 +00:00
}
goto _again
2020-12-11 11:28:16 +00:00
tr783:
lex.cs = 515
// line internal/php7/scanner.rl:476
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.ID(int('('))
2020-12-11 11:28:16 +00:00
lex.cs = 519
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
goto _again
2020-12-11 11:28:16 +00:00
tr784:
// line internal/php7/scanner.rl:475
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-12-07 23:23:48 +00:00
lex.addFreeFloatingToken(tkn, token.T_WHITESPACE, lex.ts, lex.te)
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto st515
tr786:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:475
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-12-07 23:23:48 +00:00
lex.addFreeFloatingToken(tkn, token.T_WHITESPACE, lex.ts, lex.te)
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto st515
tr790:
lex.cs = 515
// line internal/php7/scanner.rl:477
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
lex.ungetCnt(1)
lex.cs = 123
2019-03-10 21:37:01 +00:00
}
goto _again
2020-12-11 11:28:16 +00:00
st515:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.ts = 0
2017-12-01 13:36:46 +00:00
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof515
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_515:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.ts = (lex.p)
// line internal/php7/scanner.go:19254
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
goto tr164
2019-03-10 21:37:01 +00:00
case 13:
2020-12-11 11:28:16 +00:00
goto tr782
2019-03-10 21:37:01 +00:00
case 32:
2020-12-11 11:28:16 +00:00
goto tr781
case 40:
2020-12-11 11:28:16 +00:00
goto tr783
2019-03-10 21:37:01 +00:00
}
if 9 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
2020-12-11 11:28:16 +00:00
goto tr781
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr780
tr781:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
2020-12-11 11:28:16 +00:00
goto st516
tr787:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:54
2020-12-11 11:28:16 +00:00
goto st516
st516:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof516
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_516:
// line internal/php7/scanner.go:19286
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
goto tr164
2019-03-10 21:37:01 +00:00
case 13:
goto tr785
2020-12-11 11:28:16 +00:00
case 32:
goto tr781
2019-03-10 21:37:01 +00:00
}
if 9 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
2020-12-11 11:28:16 +00:00
goto tr781
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr784
tr164:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st517
tr788:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st517
st517:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof517
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_517:
// line internal/php7/scanner.go:19336
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
2020-12-11 11:28:16 +00:00
goto tr788
2019-03-10 21:37:01 +00:00
case 13:
2020-12-11 11:28:16 +00:00
goto tr789
2019-03-10 21:37:01 +00:00
case 32:
2020-12-11 11:28:16 +00:00
goto tr787
2017-12-01 13:36:46 +00:00
}
2019-03-10 21:37:01 +00:00
if 9 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
2020-12-11 11:28:16 +00:00
goto tr787
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr786
tr785:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st110
2020-12-11 11:28:16 +00:00
tr789:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st110
st110:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof110
2019-03-10 21:37:01 +00:00
}
st_case_110:
// line internal/php7/scanner.go:19380
2019-03-10 21:37:01 +00:00
if lex.data[(lex.p)] == 10 {
goto tr164
2019-03-10 21:37:01 +00:00
}
goto tr163
2020-12-11 11:28:16 +00:00
tr782:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st518
st518:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof518
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_518:
// line internal/php7/scanner.go:19402
2019-03-10 21:37:01 +00:00
if lex.data[(lex.p)] == 10 {
goto tr164
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr790
tr165:
// line internal/php7/scanner.rl:481
2019-03-10 21:37:01 +00:00
(lex.p) = (lex.te) - 1
{
2020-12-07 23:23:48 +00:00
lex.addFreeFloatingToken(tkn, token.T_WHITESPACE, lex.ts, lex.te)
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto st519
tr791:
lex.cs = 519
// line internal/php7/scanner.rl:483
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
lex.ungetCnt(1)
lex.cs = 123
2019-03-10 21:37:01 +00:00
}
goto _again
2020-12-11 11:28:16 +00:00
tr794:
lex.cs = 519
// line internal/php7/scanner.rl:482
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.ID(int(')'))
2020-12-11 11:28:16 +00:00
lex.cs = 523
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
2017-12-01 13:36:46 +00:00
}
2019-03-10 21:37:01 +00:00
}
goto _again
2020-12-11 11:28:16 +00:00
tr795:
// line internal/php7/scanner.rl:481
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-12-07 23:23:48 +00:00
lex.addFreeFloatingToken(tkn, token.T_WHITESPACE, lex.ts, lex.te)
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto st519
tr797:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:481
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-12-07 23:23:48 +00:00
lex.addFreeFloatingToken(tkn, token.T_WHITESPACE, lex.ts, lex.te)
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto st519
tr801:
lex.cs = 519
// line internal/php7/scanner.rl:483
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
lex.ungetCnt(1)
lex.cs = 123
2019-03-10 21:37:01 +00:00
}
goto _again
2020-12-11 11:28:16 +00:00
st519:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.ts = 0
2017-12-01 13:36:46 +00:00
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof519
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_519:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.ts = (lex.p)
// line internal/php7/scanner.go:19456
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
goto tr166
2019-03-10 21:37:01 +00:00
case 13:
2020-12-11 11:28:16 +00:00
goto tr793
2019-03-10 21:37:01 +00:00
case 32:
2020-12-11 11:28:16 +00:00
goto tr792
case 41:
2020-12-11 11:28:16 +00:00
goto tr794
2019-03-10 21:37:01 +00:00
}
if 9 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
2020-12-11 11:28:16 +00:00
goto tr792
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr791
tr792:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
2020-12-11 11:28:16 +00:00
goto st520
tr798:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:54
2020-12-11 11:28:16 +00:00
goto st520
st520:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof520
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_520:
// line internal/php7/scanner.go:19488
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
goto tr166
2019-03-10 21:37:01 +00:00
case 13:
goto tr796
2020-12-11 11:28:16 +00:00
case 32:
goto tr792
2019-03-10 21:37:01 +00:00
}
if 9 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
2020-12-11 11:28:16 +00:00
goto tr792
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr795
tr166:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st521
tr799:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st521
st521:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof521
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_521:
// line internal/php7/scanner.go:19538
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
2020-12-11 11:28:16 +00:00
goto tr799
2019-03-10 21:37:01 +00:00
case 13:
2020-12-11 11:28:16 +00:00
goto tr800
2019-03-10 21:37:01 +00:00
case 32:
2020-12-11 11:28:16 +00:00
goto tr798
2019-03-10 21:37:01 +00:00
}
if 9 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
2020-12-11 11:28:16 +00:00
goto tr798
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr797
tr796:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st111
2020-12-11 11:28:16 +00:00
tr800:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st111
st111:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof111
2019-03-10 21:37:01 +00:00
}
st_case_111:
// line internal/php7/scanner.go:19582
2019-03-10 21:37:01 +00:00
if lex.data[(lex.p)] == 10 {
goto tr166
2019-03-10 21:37:01 +00:00
}
goto tr165
2020-12-11 11:28:16 +00:00
tr793:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st522
st522:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof522
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_522:
// line internal/php7/scanner.go:19604
2019-03-10 21:37:01 +00:00
if lex.data[(lex.p)] == 10 {
goto tr166
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr801
tr167:
// line internal/php7/scanner.rl:487
2019-03-10 21:37:01 +00:00
(lex.p) = (lex.te) - 1
{
2020-12-07 23:23:48 +00:00
lex.addFreeFloatingToken(tkn, token.T_WHITESPACE, lex.ts, lex.te)
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto st523
tr802:
lex.cs = 523
// line internal/php7/scanner.rl:489
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
lex.ungetCnt(1)
lex.cs = 123
2019-03-10 21:37:01 +00:00
}
goto _again
2020-12-11 11:28:16 +00:00
tr805:
lex.cs = 523
// line internal/php7/scanner.rl:488
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
{
2020-08-17 17:31:04 +00:00
lex.setTokenPosition(tkn)
tok = token.ID(int(';'))
2020-12-11 11:28:16 +00:00
lex.cs = 527
2019-03-10 21:37:01 +00:00
{
(lex.p)++
goto _out
}
}
goto _again
2020-12-11 11:28:16 +00:00
tr806:
// line internal/php7/scanner.rl:487
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-12-07 23:23:48 +00:00
lex.addFreeFloatingToken(tkn, token.T_WHITESPACE, lex.ts, lex.te)
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto st523
tr808:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:487
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-12-07 23:23:48 +00:00
lex.addFreeFloatingToken(tkn, token.T_WHITESPACE, lex.ts, lex.te)
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto st523
tr812:
lex.cs = 523
// line internal/php7/scanner.rl:489
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
lex.ungetCnt(1)
lex.cs = 123
2019-03-10 21:37:01 +00:00
}
goto _again
2020-12-11 11:28:16 +00:00
st523:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.ts = 0
2017-12-01 13:36:46 +00:00
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof523
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_523:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.ts = (lex.p)
// line internal/php7/scanner.go:19658
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
goto tr168
2019-03-10 21:37:01 +00:00
case 13:
2020-12-11 11:28:16 +00:00
goto tr804
2019-03-10 21:37:01 +00:00
case 32:
2020-12-11 11:28:16 +00:00
goto tr803
case 59:
2020-12-11 11:28:16 +00:00
goto tr805
2019-03-10 21:37:01 +00:00
}
if 9 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
2020-12-11 11:28:16 +00:00
goto tr803
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr802
tr803:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
2020-12-11 11:28:16 +00:00
goto st524
tr809:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:54
2020-12-11 11:28:16 +00:00
goto st524
st524:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof524
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_524:
// line internal/php7/scanner.go:19690
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
goto tr168
2019-03-10 21:37:01 +00:00
case 13:
goto tr807
2020-12-11 11:28:16 +00:00
case 32:
goto tr803
2019-03-10 21:37:01 +00:00
}
if 9 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
2020-12-11 11:28:16 +00:00
goto tr803
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr806
tr168:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st525
tr810:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st525
st525:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof525
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_525:
// line internal/php7/scanner.go:19740
2019-03-10 21:37:01 +00:00
switch lex.data[(lex.p)] {
case 10:
2020-12-11 11:28:16 +00:00
goto tr810
2019-03-10 21:37:01 +00:00
case 13:
2020-12-11 11:28:16 +00:00
goto tr811
2019-03-10 21:37:01 +00:00
case 32:
2020-12-11 11:28:16 +00:00
goto tr809
2019-03-10 21:37:01 +00:00
}
if 9 <= lex.data[(lex.p)] && lex.data[(lex.p)] <= 12 {
2020-12-11 11:28:16 +00:00
goto tr809
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr808
tr807:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st112
2020-12-11 11:28:16 +00:00
tr811:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
goto st112
st112:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
goto _test_eof112
2019-03-10 21:37:01 +00:00
}
st_case_112:
// line internal/php7/scanner.go:19784
2019-03-10 21:37:01 +00:00
if lex.data[(lex.p)] == 10 {
goto tr168
}
goto tr167
2020-12-11 11:28:16 +00:00
tr804:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto st526
st526:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof526
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_526:
// line internal/php7/scanner.go:19806
2019-03-10 21:37:01 +00:00
if lex.data[(lex.p)] == 10 {
goto tr168
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr812
tr816:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
switch lex.act {
case 0:
{
{
goto st0
2017-12-01 13:36:46 +00:00
}
}
2019-12-29 22:20:20 +00:00
case 186:
2019-03-10 21:37:01 +00:00
{
(lex.p) = (lex.te) - 1
2020-12-07 23:23:48 +00:00
lex.addFreeFloatingToken(tkn, token.T_HALT_COMPILER, lex.ts, lex.te)
2019-03-10 21:37:01 +00:00
}
2017-12-01 13:36:46 +00:00
}
2020-12-11 11:28:16 +00:00
goto st527
tr817:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:493
2019-03-10 21:37:01 +00:00
lex.te = (lex.p)
(lex.p)--
{
2020-12-07 23:23:48 +00:00
lex.addFreeFloatingToken(tkn, token.T_HALT_COMPILER, lex.ts, lex.te)
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto st527
tr821:
// line internal/php7/scanner.rl:493
lex.te = (lex.p)
(lex.p)--
{
2020-12-07 23:23:48 +00:00
lex.addFreeFloatingToken(tkn, token.T_HALT_COMPILER, lex.ts, lex.te)
}
2020-12-11 11:28:16 +00:00
goto st527
st527:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.ts = 0
2017-12-01 13:36:46 +00:00
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.act = 0
2017-12-01 13:36:46 +00:00
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof527
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_527:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.ts = (lex.p)
2017-12-01 13:36:46 +00:00
// line internal/php7/scanner.go:19850
switch lex.data[(lex.p)] {
case 10:
2020-12-11 11:28:16 +00:00
goto tr814
case 13:
2020-12-11 11:28:16 +00:00
goto tr815
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr813
tr813:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:493
2019-12-29 22:20:20 +00:00
lex.act = 186
2020-12-11 11:28:16 +00:00
goto st528
tr818:
2020-05-18 18:40:49 +00:00
// line NONE:1
2019-03-10 21:37:01 +00:00
lex.te = (lex.p) + 1
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:493
2019-12-29 22:20:20 +00:00
lex.act = 186
2020-12-11 11:28:16 +00:00
goto st528
st528:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof528
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_528:
// line internal/php7/scanner.go:19879
switch lex.data[(lex.p)] {
case 10:
2020-12-11 11:28:16 +00:00
goto tr814
case 13:
2020-12-11 11:28:16 +00:00
goto tr815
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr813
tr814:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st529
tr819:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st529
st529:
2019-03-10 21:37:01 +00:00
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof529
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
st_case_529:
// line internal/php7/scanner.go:19918
switch lex.data[(lex.p)] {
case 10:
2020-12-11 11:28:16 +00:00
goto tr819
case 13:
2020-12-11 11:28:16 +00:00
goto tr820
2019-03-10 21:37:01 +00:00
}
2020-12-11 11:28:16 +00:00
goto tr818
tr815:
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st530
tr820:
// line internal/php7/scanner.rl:54
// line internal/php7/scanner.rl:38
if lex.data[lex.p] == '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
if lex.data[lex.p] == '\r' && lex.data[lex.p+1] != '\n' {
2020-07-29 20:23:44 +00:00
lex.newLines.Append(lex.p + 1)
}
2020-12-11 11:28:16 +00:00
goto st530
st530:
if (lex.p)++; (lex.p) == (lex.pe) {
2020-12-11 11:28:16 +00:00
goto _test_eof530
}
2020-12-11 11:28:16 +00:00
st_case_530:
// line internal/php7/scanner.go:19957
switch lex.data[(lex.p)] {
case 10:
2020-12-11 11:28:16 +00:00
goto tr814
case 13:
2020-12-11 11:28:16 +00:00
goto tr815
}
2020-12-11 11:28:16 +00:00
goto tr813
2019-03-10 21:37:01 +00:00
st_out:
_test_eof113:
lex.cs = 113
goto _test_eof
_test_eof114:
lex.cs = 114
goto _test_eof
_test_eof1:
lex.cs = 1
goto _test_eof
2019-03-10 21:37:01 +00:00
_test_eof115:
lex.cs = 115
goto _test_eof
_test_eof116:
lex.cs = 116
goto _test_eof
_test_eof117:
lex.cs = 117
goto _test_eof
_test_eof118:
lex.cs = 118
goto _test_eof
_test_eof119:
lex.cs = 119
goto _test_eof
_test_eof120:
lex.cs = 120
goto _test_eof
_test_eof121:
lex.cs = 121
goto _test_eof
2019-12-29 22:20:20 +00:00
_test_eof2:
lex.cs = 2
goto _test_eof
_test_eof3:
lex.cs = 3
goto _test_eof
_test_eof4:
lex.cs = 4
goto _test_eof
_test_eof122:
lex.cs = 122
2019-03-10 21:37:01 +00:00
goto _test_eof
2019-12-29 22:20:20 +00:00
_test_eof5:
lex.cs = 5
goto _test_eof
_test_eof123:
lex.cs = 123
goto _test_eof
2019-06-07 06:33:35 +00:00
_test_eof124:
lex.cs = 124
2019-03-10 21:37:01 +00:00
goto _test_eof
_test_eof125:
lex.cs = 125
goto _test_eof
_test_eof6:
lex.cs = 6
goto _test_eof
2019-03-10 21:37:01 +00:00
_test_eof126:
lex.cs = 126
goto _test_eof
_test_eof127:
lex.cs = 127
goto _test_eof
_test_eof128:
lex.cs = 128
goto _test_eof
_test_eof129:
lex.cs = 129
goto _test_eof
2019-12-29 22:20:20 +00:00
_test_eof7:
lex.cs = 7
goto _test_eof
_test_eof8:
lex.cs = 8
goto _test_eof
_test_eof9:
lex.cs = 9
goto _test_eof
_test_eof10:
lex.cs = 10
goto _test_eof
_test_eof130:
lex.cs = 130
goto _test_eof
2019-12-29 22:20:20 +00:00
_test_eof131:
lex.cs = 131
goto _test_eof
_test_eof132:
lex.cs = 132
goto _test_eof
_test_eof133:
lex.cs = 133
goto _test_eof
_test_eof134:
lex.cs = 134
2019-03-10 21:37:01 +00:00
goto _test_eof
_test_eof135:
lex.cs = 135
goto _test_eof
_test_eof136:
lex.cs = 136
goto _test_eof
2019-06-07 06:33:35 +00:00
_test_eof11:
lex.cs = 11
2019-03-10 21:37:01 +00:00
goto _test_eof
_test_eof12:
lex.cs = 12
goto _test_eof
_test_eof137:
lex.cs = 137
2019-12-29 22:20:20 +00:00
goto _test_eof
2019-03-10 21:37:01 +00:00
_test_eof13:
lex.cs = 13
goto _test_eof
_test_eof14:
lex.cs = 14
goto _test_eof
_test_eof15:
lex.cs = 15
goto _test_eof
_test_eof16:
lex.cs = 16
goto _test_eof
_test_eof17:
lex.cs = 17
goto _test_eof
_test_eof18:
lex.cs = 18
goto _test_eof
_test_eof19:
lex.cs = 19
goto _test_eof
_test_eof20:
lex.cs = 20
goto _test_eof
_test_eof21:
lex.cs = 21
goto _test_eof
_test_eof22:
lex.cs = 22
goto _test_eof
_test_eof23:
lex.cs = 23
goto _test_eof
_test_eof24:
lex.cs = 24
goto _test_eof
_test_eof25:
lex.cs = 25
goto _test_eof
_test_eof26:
lex.cs = 26
goto _test_eof
_test_eof27:
lex.cs = 27
goto _test_eof
_test_eof28:
lex.cs = 28
goto _test_eof
_test_eof29:
lex.cs = 29
goto _test_eof
_test_eof30:
lex.cs = 30
goto _test_eof
_test_eof31:
lex.cs = 31
goto _test_eof
_test_eof32:
lex.cs = 32
goto _test_eof
_test_eof33:
lex.cs = 33
goto _test_eof
_test_eof34:
lex.cs = 34
goto _test_eof
_test_eof35:
lex.cs = 35
goto _test_eof
_test_eof36:
lex.cs = 36
goto _test_eof
_test_eof37:
lex.cs = 37
goto _test_eof
_test_eof38:
lex.cs = 38
goto _test_eof
_test_eof39:
lex.cs = 39
goto _test_eof
_test_eof40:
lex.cs = 40
goto _test_eof
_test_eof41:
lex.cs = 41
goto _test_eof
_test_eof42:
lex.cs = 42
goto _test_eof
_test_eof43:
lex.cs = 43
goto _test_eof
_test_eof44:
lex.cs = 44
goto _test_eof
_test_eof45:
lex.cs = 45
goto _test_eof
_test_eof46:
lex.cs = 46
goto _test_eof
_test_eof47:
lex.cs = 47
goto _test_eof
_test_eof48:
lex.cs = 48
goto _test_eof
_test_eof49:
lex.cs = 49
goto _test_eof
_test_eof50:
lex.cs = 50
goto _test_eof
_test_eof51:
lex.cs = 51
goto _test_eof
_test_eof52:
lex.cs = 52
goto _test_eof
_test_eof53:
lex.cs = 53
goto _test_eof
_test_eof54:
lex.cs = 54
goto _test_eof
_test_eof55:
lex.cs = 55
goto _test_eof
_test_eof56:
lex.cs = 56
goto _test_eof
_test_eof57:
lex.cs = 57
goto _test_eof
_test_eof58:
lex.cs = 58
goto _test_eof
_test_eof59:
lex.cs = 59
goto _test_eof
_test_eof60:
lex.cs = 60
goto _test_eof
_test_eof61:
lex.cs = 61
goto _test_eof
_test_eof62:
lex.cs = 62
goto _test_eof
_test_eof63:
lex.cs = 63
goto _test_eof
_test_eof64:
lex.cs = 64
goto _test_eof
_test_eof65:
lex.cs = 65
goto _test_eof
2019-12-29 22:20:20 +00:00
_test_eof66:
lex.cs = 66
goto _test_eof
2019-12-29 22:20:20 +00:00
_test_eof138:
lex.cs = 138
goto _test_eof
_test_eof139:
lex.cs = 139
goto _test_eof
_test_eof140:
lex.cs = 140
goto _test_eof
_test_eof141:
lex.cs = 141
goto _test_eof
_test_eof142:
lex.cs = 142
goto _test_eof
2019-06-07 06:33:35 +00:00
_test_eof67:
lex.cs = 67
goto _test_eof
_test_eof143:
lex.cs = 143
2019-12-29 22:20:20 +00:00
goto _test_eof
2019-06-07 06:33:35 +00:00
_test_eof68:
lex.cs = 68
goto _test_eof
_test_eof69:
lex.cs = 69
2019-03-10 21:37:01 +00:00
goto _test_eof
_test_eof144:
lex.cs = 144
goto _test_eof
2019-03-10 21:37:01 +00:00
_test_eof70:
lex.cs = 70
goto _test_eof
_test_eof145:
lex.cs = 145
2019-12-29 22:20:20 +00:00
goto _test_eof
2019-03-10 21:37:01 +00:00
_test_eof71:
lex.cs = 71
goto _test_eof
_test_eof72:
lex.cs = 72
goto _test_eof
_test_eof73:
lex.cs = 73
goto _test_eof
2019-03-10 21:37:01 +00:00
_test_eof146:
lex.cs = 146
goto _test_eof
_test_eof147:
lex.cs = 147
goto _test_eof
_test_eof148:
lex.cs = 148
goto _test_eof
2019-12-29 22:20:20 +00:00
_test_eof74:
lex.cs = 74
goto _test_eof
_test_eof75:
lex.cs = 75
goto _test_eof
_test_eof149:
lex.cs = 149
2019-12-29 22:20:20 +00:00
goto _test_eof
_test_eof76:
lex.cs = 76
goto _test_eof
2019-12-29 22:20:20 +00:00
_test_eof150:
lex.cs = 150
goto _test_eof
_test_eof151:
lex.cs = 151
goto _test_eof
_test_eof152:
lex.cs = 152
goto _test_eof
_test_eof77:
lex.cs = 77
goto _test_eof
_test_eof78:
lex.cs = 78
goto _test_eof
2019-03-10 21:37:01 +00:00
_test_eof79:
lex.cs = 79
goto _test_eof
_test_eof80:
lex.cs = 80
goto _test_eof
_test_eof153:
lex.cs = 153
goto _test_eof
_test_eof154:
lex.cs = 154
goto _test_eof
2019-03-10 21:37:01 +00:00
_test_eof81:
lex.cs = 81
goto _test_eof
_test_eof155:
lex.cs = 155
2019-12-29 22:20:20 +00:00
goto _test_eof
_test_eof156:
lex.cs = 156
2019-12-29 22:20:20 +00:00
goto _test_eof
2019-03-10 21:37:01 +00:00
_test_eof82:
lex.cs = 82
goto _test_eof
_test_eof83:
lex.cs = 83
goto _test_eof
_test_eof84:
lex.cs = 84
goto _test_eof
_test_eof85:
lex.cs = 85
goto _test_eof
_test_eof157:
lex.cs = 157
2019-12-29 22:20:20 +00:00
goto _test_eof
2019-03-10 21:37:01 +00:00
_test_eof86:
lex.cs = 86
goto _test_eof
_test_eof87:
lex.cs = 87
2019-03-10 21:37:01 +00:00
goto _test_eof
_test_eof88:
lex.cs = 88
2019-03-10 21:37:01 +00:00
goto _test_eof
2019-12-29 22:20:20 +00:00
_test_eof89:
lex.cs = 89
goto _test_eof
2019-03-10 21:37:01 +00:00
_test_eof158:
lex.cs = 158
goto _test_eof
_test_eof159:
lex.cs = 159
goto _test_eof
_test_eof160:
lex.cs = 160
goto _test_eof
_test_eof161:
lex.cs = 161
goto _test_eof
_test_eof162:
lex.cs = 162
goto _test_eof
_test_eof163:
lex.cs = 163
goto _test_eof
_test_eof164:
lex.cs = 164
goto _test_eof
_test_eof165:
lex.cs = 165
goto _test_eof
_test_eof90:
lex.cs = 90
goto _test_eof
2019-03-10 21:37:01 +00:00
_test_eof166:
lex.cs = 166
goto _test_eof
_test_eof167:
lex.cs = 167
goto _test_eof
_test_eof168:
lex.cs = 168
goto _test_eof
_test_eof169:
lex.cs = 169
goto _test_eof
_test_eof170:
lex.cs = 170
goto _test_eof
_test_eof171:
lex.cs = 171
goto _test_eof
_test_eof172:
lex.cs = 172
goto _test_eof
2019-12-29 22:20:20 +00:00
_test_eof173:
lex.cs = 173
goto _test_eof
2019-03-10 21:37:01 +00:00
_test_eof174:
lex.cs = 174
goto _test_eof
_test_eof175:
lex.cs = 175
goto _test_eof
_test_eof176:
lex.cs = 176
goto _test_eof
_test_eof177:
lex.cs = 177
goto _test_eof
_test_eof178:
lex.cs = 178
goto _test_eof
_test_eof179:
lex.cs = 179
goto _test_eof
_test_eof91:
lex.cs = 91
goto _test_eof
_test_eof92:
lex.cs = 92
goto _test_eof
2019-03-10 21:37:01 +00:00
_test_eof180:
lex.cs = 180
goto _test_eof
_test_eof181:
lex.cs = 181
goto _test_eof
_test_eof182:
lex.cs = 182
goto _test_eof
_test_eof183:
lex.cs = 183
goto _test_eof
_test_eof184:
lex.cs = 184
goto _test_eof
_test_eof185:
lex.cs = 185
goto _test_eof
_test_eof186:
lex.cs = 186
goto _test_eof
_test_eof187:
lex.cs = 187
goto _test_eof
_test_eof188:
lex.cs = 188
goto _test_eof
_test_eof189:
lex.cs = 189
goto _test_eof
_test_eof190:
lex.cs = 190
goto _test_eof
_test_eof191:
lex.cs = 191
goto _test_eof
_test_eof192:
lex.cs = 192
goto _test_eof
_test_eof193:
lex.cs = 193
goto _test_eof
_test_eof194:
lex.cs = 194
goto _test_eof
_test_eof195:
lex.cs = 195
goto _test_eof
_test_eof196:
lex.cs = 196
goto _test_eof
_test_eof197:
lex.cs = 197
goto _test_eof
_test_eof198:
lex.cs = 198
goto _test_eof
_test_eof199:
lex.cs = 199
goto _test_eof
_test_eof200:
lex.cs = 200
goto _test_eof
_test_eof201:
lex.cs = 201
goto _test_eof
_test_eof202:
lex.cs = 202
goto _test_eof
_test_eof203:
lex.cs = 203
goto _test_eof
_test_eof204:
lex.cs = 204
goto _test_eof
_test_eof205:
lex.cs = 205
goto _test_eof
_test_eof206:
lex.cs = 206
goto _test_eof
_test_eof207:
lex.cs = 207
goto _test_eof
_test_eof208:
lex.cs = 208
goto _test_eof
_test_eof209:
lex.cs = 209
goto _test_eof
_test_eof210:
lex.cs = 210
goto _test_eof
_test_eof211:
lex.cs = 211
goto _test_eof
_test_eof212:
lex.cs = 212
goto _test_eof
_test_eof213:
lex.cs = 213
goto _test_eof
_test_eof214:
lex.cs = 214
goto _test_eof
_test_eof215:
lex.cs = 215
goto _test_eof
_test_eof216:
lex.cs = 216
goto _test_eof
_test_eof217:
lex.cs = 217
goto _test_eof
_test_eof218:
lex.cs = 218
goto _test_eof
_test_eof219:
lex.cs = 219
goto _test_eof
_test_eof220:
lex.cs = 220
goto _test_eof
_test_eof221:
lex.cs = 221
goto _test_eof
_test_eof222:
lex.cs = 222
goto _test_eof
_test_eof223:
lex.cs = 223
goto _test_eof
_test_eof224:
lex.cs = 224
goto _test_eof
_test_eof225:
lex.cs = 225
goto _test_eof
_test_eof226:
lex.cs = 226
goto _test_eof
_test_eof227:
lex.cs = 227
goto _test_eof
_test_eof228:
lex.cs = 228
goto _test_eof
_test_eof229:
lex.cs = 229
goto _test_eof
_test_eof230:
lex.cs = 230
goto _test_eof
_test_eof231:
lex.cs = 231
goto _test_eof
_test_eof232:
lex.cs = 232
goto _test_eof
_test_eof233:
lex.cs = 233
goto _test_eof
_test_eof234:
lex.cs = 234
goto _test_eof
_test_eof235:
lex.cs = 235
goto _test_eof
_test_eof236:
lex.cs = 236
goto _test_eof
_test_eof237:
lex.cs = 237
goto _test_eof
_test_eof238:
lex.cs = 238
goto _test_eof
_test_eof239:
lex.cs = 239
goto _test_eof
_test_eof240:
lex.cs = 240
goto _test_eof
_test_eof241:
lex.cs = 241
goto _test_eof
_test_eof242:
lex.cs = 242
goto _test_eof
_test_eof243:
lex.cs = 243
goto _test_eof
_test_eof244:
lex.cs = 244
goto _test_eof
_test_eof245:
lex.cs = 245
goto _test_eof
_test_eof246:
lex.cs = 246
goto _test_eof
_test_eof247:
lex.cs = 247
goto _test_eof
_test_eof248:
lex.cs = 248
goto _test_eof
_test_eof249:
lex.cs = 249
goto _test_eof
_test_eof250:
lex.cs = 250
goto _test_eof
_test_eof251:
lex.cs = 251
goto _test_eof
_test_eof252:
lex.cs = 252
goto _test_eof
_test_eof253:
lex.cs = 253
goto _test_eof
_test_eof254:
lex.cs = 254
goto _test_eof
_test_eof255:
lex.cs = 255
goto _test_eof
_test_eof256:
lex.cs = 256
goto _test_eof
_test_eof257:
lex.cs = 257
goto _test_eof
_test_eof258:
lex.cs = 258
goto _test_eof
_test_eof259:
lex.cs = 259
goto _test_eof
_test_eof260:
lex.cs = 260
goto _test_eof
_test_eof261:
lex.cs = 261
goto _test_eof
_test_eof262:
lex.cs = 262
goto _test_eof
_test_eof263:
lex.cs = 263
goto _test_eof
_test_eof264:
lex.cs = 264
goto _test_eof
_test_eof265:
lex.cs = 265
goto _test_eof
_test_eof266:
lex.cs = 266
goto _test_eof
_test_eof267:
lex.cs = 267
goto _test_eof
_test_eof268:
lex.cs = 268
goto _test_eof
_test_eof269:
lex.cs = 269
goto _test_eof
_test_eof270:
lex.cs = 270
goto _test_eof
_test_eof271:
lex.cs = 271
goto _test_eof
_test_eof272:
lex.cs = 272
goto _test_eof
_test_eof273:
lex.cs = 273
goto _test_eof
_test_eof274:
lex.cs = 274
goto _test_eof
_test_eof275:
lex.cs = 275
goto _test_eof
_test_eof276:
lex.cs = 276
goto _test_eof
_test_eof277:
lex.cs = 277
goto _test_eof
_test_eof278:
lex.cs = 278
goto _test_eof
_test_eof279:
lex.cs = 279
goto _test_eof
_test_eof280:
lex.cs = 280
goto _test_eof
_test_eof281:
lex.cs = 281
goto _test_eof
_test_eof282:
lex.cs = 282
goto _test_eof
_test_eof283:
lex.cs = 283
goto _test_eof
_test_eof284:
lex.cs = 284
goto _test_eof
_test_eof285:
lex.cs = 285
goto _test_eof
_test_eof286:
lex.cs = 286
goto _test_eof
_test_eof287:
lex.cs = 287
goto _test_eof
_test_eof288:
lex.cs = 288
goto _test_eof
_test_eof289:
lex.cs = 289
goto _test_eof
_test_eof290:
lex.cs = 290
goto _test_eof
_test_eof291:
lex.cs = 291
goto _test_eof
_test_eof292:
lex.cs = 292
goto _test_eof
_test_eof293:
lex.cs = 293
goto _test_eof
_test_eof294:
lex.cs = 294
goto _test_eof
_test_eof295:
lex.cs = 295
goto _test_eof
_test_eof296:
lex.cs = 296
goto _test_eof
_test_eof297:
lex.cs = 297
goto _test_eof
_test_eof298:
lex.cs = 298
goto _test_eof
_test_eof299:
lex.cs = 299
goto _test_eof
_test_eof300:
lex.cs = 300
goto _test_eof
_test_eof301:
lex.cs = 301
goto _test_eof
_test_eof302:
lex.cs = 302
goto _test_eof
_test_eof303:
lex.cs = 303
goto _test_eof
_test_eof304:
lex.cs = 304
goto _test_eof
_test_eof305:
lex.cs = 305
goto _test_eof
_test_eof306:
lex.cs = 306
goto _test_eof
_test_eof307:
lex.cs = 307
goto _test_eof
_test_eof308:
lex.cs = 308
goto _test_eof
_test_eof309:
lex.cs = 309
goto _test_eof
_test_eof310:
lex.cs = 310
goto _test_eof
_test_eof311:
lex.cs = 311
goto _test_eof
_test_eof312:
lex.cs = 312
goto _test_eof
_test_eof313:
lex.cs = 313
goto _test_eof
_test_eof314:
lex.cs = 314
goto _test_eof
_test_eof315:
lex.cs = 315
goto _test_eof
_test_eof316:
lex.cs = 316
goto _test_eof
_test_eof317:
lex.cs = 317
goto _test_eof
_test_eof318:
lex.cs = 318
goto _test_eof
_test_eof319:
lex.cs = 319
goto _test_eof
_test_eof320:
lex.cs = 320
goto _test_eof
_test_eof321:
lex.cs = 321
goto _test_eof
_test_eof322:
lex.cs = 322
goto _test_eof
_test_eof323:
lex.cs = 323
goto _test_eof
_test_eof324:
lex.cs = 324
goto _test_eof
_test_eof325:
lex.cs = 325
goto _test_eof
_test_eof326:
lex.cs = 326
goto _test_eof
_test_eof327:
lex.cs = 327
goto _test_eof
_test_eof328:
lex.cs = 328
goto _test_eof
_test_eof329:
lex.cs = 329
goto _test_eof
_test_eof330:
lex.cs = 330
goto _test_eof
_test_eof331:
lex.cs = 331
goto _test_eof
_test_eof332:
lex.cs = 332
goto _test_eof
_test_eof333:
lex.cs = 333
goto _test_eof
_test_eof334:
lex.cs = 334
goto _test_eof
_test_eof335:
lex.cs = 335
goto _test_eof
_test_eof336:
lex.cs = 336
goto _test_eof
_test_eof337:
lex.cs = 337
goto _test_eof
_test_eof338:
lex.cs = 338
goto _test_eof
_test_eof339:
lex.cs = 339
goto _test_eof
_test_eof340:
lex.cs = 340
goto _test_eof
_test_eof341:
lex.cs = 341
goto _test_eof
_test_eof342:
lex.cs = 342
goto _test_eof
_test_eof343:
lex.cs = 343
goto _test_eof
_test_eof344:
lex.cs = 344
goto _test_eof
_test_eof345:
lex.cs = 345
goto _test_eof
_test_eof346:
lex.cs = 346
goto _test_eof
_test_eof347:
lex.cs = 347
goto _test_eof
_test_eof348:
lex.cs = 348
goto _test_eof
_test_eof349:
lex.cs = 349
goto _test_eof
_test_eof350:
lex.cs = 350
goto _test_eof
_test_eof351:
lex.cs = 351
goto _test_eof
_test_eof352:
lex.cs = 352
goto _test_eof
_test_eof353:
lex.cs = 353
goto _test_eof
_test_eof354:
lex.cs = 354
goto _test_eof
_test_eof355:
lex.cs = 355
goto _test_eof
_test_eof356:
lex.cs = 356
goto _test_eof
_test_eof357:
lex.cs = 357
goto _test_eof
_test_eof358:
lex.cs = 358
goto _test_eof
_test_eof359:
lex.cs = 359
goto _test_eof
_test_eof360:
lex.cs = 360
goto _test_eof
_test_eof361:
lex.cs = 361
goto _test_eof
_test_eof362:
lex.cs = 362
goto _test_eof
_test_eof363:
lex.cs = 363
goto _test_eof
_test_eof364:
lex.cs = 364
goto _test_eof
_test_eof365:
lex.cs = 365
goto _test_eof
_test_eof366:
lex.cs = 366
goto _test_eof
_test_eof367:
lex.cs = 367
goto _test_eof
_test_eof368:
lex.cs = 368
goto _test_eof
_test_eof369:
lex.cs = 369
goto _test_eof
_test_eof370:
lex.cs = 370
goto _test_eof
_test_eof371:
lex.cs = 371
goto _test_eof
_test_eof372:
lex.cs = 372
goto _test_eof
_test_eof373:
lex.cs = 373
goto _test_eof
_test_eof374:
lex.cs = 374
goto _test_eof
_test_eof375:
lex.cs = 375
goto _test_eof
_test_eof376:
lex.cs = 376
goto _test_eof
_test_eof377:
lex.cs = 377
goto _test_eof
_test_eof378:
lex.cs = 378
goto _test_eof
_test_eof379:
lex.cs = 379
goto _test_eof
_test_eof380:
lex.cs = 380
goto _test_eof
_test_eof381:
lex.cs = 381
goto _test_eof
_test_eof382:
lex.cs = 382
goto _test_eof
_test_eof383:
lex.cs = 383
goto _test_eof
_test_eof384:
lex.cs = 384
goto _test_eof
_test_eof385:
lex.cs = 385
goto _test_eof
_test_eof386:
lex.cs = 386
goto _test_eof
_test_eof387:
lex.cs = 387
goto _test_eof
_test_eof388:
lex.cs = 388
goto _test_eof
_test_eof389:
lex.cs = 389
2019-03-10 21:37:01 +00:00
goto _test_eof
_test_eof390:
lex.cs = 390
goto _test_eof
_test_eof391:
lex.cs = 391
goto _test_eof
_test_eof392:
lex.cs = 392
2019-03-10 21:37:01 +00:00
goto _test_eof
_test_eof393:
lex.cs = 393
goto _test_eof
2019-12-29 22:20:20 +00:00
_test_eof394:
lex.cs = 394
goto _test_eof
_test_eof395:
lex.cs = 395
goto _test_eof
_test_eof396:
lex.cs = 396
goto _test_eof
_test_eof397:
lex.cs = 397
2019-03-10 21:37:01 +00:00
goto _test_eof
_test_eof398:
lex.cs = 398
goto _test_eof
_test_eof399:
lex.cs = 399
goto _test_eof
2019-06-07 06:33:35 +00:00
_test_eof93:
lex.cs = 93
2019-03-10 21:37:01 +00:00
goto _test_eof
_test_eof94:
lex.cs = 94
goto _test_eof
_test_eof95:
lex.cs = 95
goto _test_eof
_test_eof96:
lex.cs = 96
2019-03-10 21:37:01 +00:00
goto _test_eof
_test_eof97:
lex.cs = 97
2019-03-10 21:37:01 +00:00
goto _test_eof
2019-12-29 22:20:20 +00:00
_test_eof98:
lex.cs = 98
2019-03-10 21:37:01 +00:00
goto _test_eof
_test_eof400:
lex.cs = 400
goto _test_eof
_test_eof401:
lex.cs = 401
goto _test_eof
_test_eof402:
lex.cs = 402
goto _test_eof
_test_eof403:
lex.cs = 403
goto _test_eof
_test_eof404:
lex.cs = 404
goto _test_eof
_test_eof405:
lex.cs = 405
goto _test_eof
_test_eof406:
lex.cs = 406
goto _test_eof
_test_eof407:
lex.cs = 407
goto _test_eof
_test_eof408:
lex.cs = 408
goto _test_eof
_test_eof409:
lex.cs = 409
goto _test_eof
_test_eof410:
lex.cs = 410
goto _test_eof
_test_eof411:
lex.cs = 411
goto _test_eof
_test_eof412:
lex.cs = 412
goto _test_eof
_test_eof413:
lex.cs = 413
goto _test_eof
_test_eof414:
lex.cs = 414
goto _test_eof
_test_eof415:
lex.cs = 415
goto _test_eof
_test_eof416:
lex.cs = 416
goto _test_eof
_test_eof417:
lex.cs = 417
goto _test_eof
_test_eof418:
lex.cs = 418
goto _test_eof
_test_eof419:
lex.cs = 419
goto _test_eof
_test_eof420:
lex.cs = 420
goto _test_eof
_test_eof421:
lex.cs = 421
goto _test_eof
_test_eof422:
lex.cs = 422
goto _test_eof
_test_eof423:
lex.cs = 423
goto _test_eof
_test_eof424:
lex.cs = 424
goto _test_eof
_test_eof425:
lex.cs = 425
goto _test_eof
_test_eof426:
lex.cs = 426
goto _test_eof
_test_eof427:
lex.cs = 427
goto _test_eof
_test_eof428:
lex.cs = 428
goto _test_eof
_test_eof429:
lex.cs = 429
goto _test_eof
_test_eof430:
lex.cs = 430
goto _test_eof
_test_eof431:
lex.cs = 431
goto _test_eof
_test_eof432:
lex.cs = 432
goto _test_eof
_test_eof433:
lex.cs = 433
goto _test_eof
_test_eof434:
lex.cs = 434
goto _test_eof
_test_eof435:
lex.cs = 435
goto _test_eof
_test_eof436:
lex.cs = 436
goto _test_eof
_test_eof437:
lex.cs = 437
goto _test_eof
_test_eof438:
lex.cs = 438
goto _test_eof
_test_eof439:
lex.cs = 439
goto _test_eof
_test_eof440:
lex.cs = 440
goto _test_eof
_test_eof441:
lex.cs = 441
goto _test_eof
_test_eof442:
lex.cs = 442
goto _test_eof
_test_eof443:
lex.cs = 443
goto _test_eof
_test_eof444:
lex.cs = 444
goto _test_eof
_test_eof445:
lex.cs = 445
goto _test_eof
_test_eof446:
lex.cs = 446
goto _test_eof
_test_eof447:
lex.cs = 447
goto _test_eof
_test_eof448:
lex.cs = 448
goto _test_eof
_test_eof449:
lex.cs = 449
goto _test_eof
_test_eof450:
lex.cs = 450
goto _test_eof
_test_eof451:
lex.cs = 451
goto _test_eof
_test_eof452:
lex.cs = 452
goto _test_eof
_test_eof453:
lex.cs = 453
goto _test_eof
_test_eof454:
lex.cs = 454
goto _test_eof
_test_eof455:
lex.cs = 455
goto _test_eof
_test_eof456:
lex.cs = 456
goto _test_eof
_test_eof457:
lex.cs = 457
goto _test_eof
_test_eof458:
lex.cs = 458
goto _test_eof
_test_eof459:
lex.cs = 459
goto _test_eof
_test_eof460:
lex.cs = 460
goto _test_eof
_test_eof461:
lex.cs = 461
goto _test_eof
_test_eof462:
lex.cs = 462
goto _test_eof
_test_eof463:
lex.cs = 463
goto _test_eof
_test_eof464:
lex.cs = 464
goto _test_eof
_test_eof465:
lex.cs = 465
goto _test_eof
_test_eof466:
lex.cs = 466
goto _test_eof
_test_eof467:
lex.cs = 467
goto _test_eof
_test_eof468:
lex.cs = 468
goto _test_eof
_test_eof469:
lex.cs = 469
goto _test_eof
2020-12-11 11:28:16 +00:00
_test_eof99:
lex.cs = 99
goto _test_eof
2019-03-10 21:37:01 +00:00
_test_eof470:
lex.cs = 470
goto _test_eof
_test_eof471:
lex.cs = 471
goto _test_eof
_test_eof472:
lex.cs = 472
goto _test_eof
_test_eof473:
lex.cs = 473
goto _test_eof
_test_eof474:
lex.cs = 474
goto _test_eof
_test_eof475:
lex.cs = 475
goto _test_eof
_test_eof476:
lex.cs = 476
goto _test_eof
_test_eof477:
lex.cs = 477
goto _test_eof
_test_eof478:
lex.cs = 478
goto _test_eof
2020-12-11 11:28:16 +00:00
_test_eof100:
lex.cs = 100
goto _test_eof
2019-03-10 21:37:01 +00:00
_test_eof479:
lex.cs = 479
goto _test_eof
_test_eof480:
lex.cs = 480
goto _test_eof
_test_eof481:
lex.cs = 481
goto _test_eof
_test_eof482:
lex.cs = 482
goto _test_eof
_test_eof483:
lex.cs = 483
goto _test_eof
_test_eof484:
lex.cs = 484
goto _test_eof
2020-12-11 11:28:16 +00:00
_test_eof101:
lex.cs = 101
goto _test_eof
_test_eof102:
lex.cs = 102
goto _test_eof
_test_eof485:
lex.cs = 485
goto _test_eof
2019-03-10 21:37:01 +00:00
_test_eof486:
lex.cs = 486
goto _test_eof
_test_eof487:
lex.cs = 487
goto _test_eof
_test_eof488:
lex.cs = 488
goto _test_eof
_test_eof489:
lex.cs = 489
goto _test_eof
_test_eof490:
lex.cs = 490
goto _test_eof
2020-12-11 11:28:16 +00:00
_test_eof103:
lex.cs = 103
goto _test_eof
_test_eof104:
lex.cs = 104
goto _test_eof
2019-03-10 21:37:01 +00:00
_test_eof491:
lex.cs = 491
goto _test_eof
_test_eof492:
lex.cs = 492
goto _test_eof
_test_eof493:
lex.cs = 493
goto _test_eof
_test_eof494:
lex.cs = 494
goto _test_eof
_test_eof495:
lex.cs = 495
goto _test_eof
_test_eof496:
lex.cs = 496
goto _test_eof
_test_eof497:
lex.cs = 497
goto _test_eof
_test_eof498:
lex.cs = 498
goto _test_eof
_test_eof499:
lex.cs = 499
goto _test_eof
_test_eof500:
lex.cs = 500
goto _test_eof
_test_eof501:
lex.cs = 501
goto _test_eof
2020-12-11 11:28:16 +00:00
_test_eof105:
lex.cs = 105
goto _test_eof
2019-03-10 21:37:01 +00:00
_test_eof502:
lex.cs = 502
goto _test_eof
_test_eof503:
lex.cs = 503
goto _test_eof
_test_eof504:
lex.cs = 504
goto _test_eof
_test_eof505:
lex.cs = 505
2019-03-10 21:37:01 +00:00
goto _test_eof
_test_eof506:
lex.cs = 506
goto _test_eof
_test_eof507:
lex.cs = 507
goto _test_eof
_test_eof508:
lex.cs = 508
goto _test_eof
_test_eof509:
lex.cs = 509
goto _test_eof
2020-12-11 11:28:16 +00:00
_test_eof106:
lex.cs = 106
goto _test_eof
_test_eof107:
lex.cs = 107
goto _test_eof
2019-03-10 21:37:01 +00:00
_test_eof510:
lex.cs = 510
goto _test_eof
2020-12-11 11:28:16 +00:00
_test_eof108:
lex.cs = 108
goto _test_eof
2019-03-10 21:37:01 +00:00
_test_eof511:
lex.cs = 511
goto _test_eof
_test_eof512:
lex.cs = 512
goto _test_eof
_test_eof513:
lex.cs = 513
goto _test_eof
_test_eof514:
lex.cs = 514
goto _test_eof
2020-12-11 11:28:16 +00:00
_test_eof109:
lex.cs = 109
goto _test_eof
2019-03-10 21:37:01 +00:00
_test_eof515:
lex.cs = 515
goto _test_eof
_test_eof516:
lex.cs = 516
goto _test_eof
_test_eof517:
lex.cs = 517
goto _test_eof
2020-12-11 11:28:16 +00:00
_test_eof110:
lex.cs = 110
goto _test_eof
2019-03-10 21:37:01 +00:00
_test_eof518:
lex.cs = 518
goto _test_eof
_test_eof519:
lex.cs = 519
goto _test_eof
_test_eof520:
lex.cs = 520
goto _test_eof
_test_eof521:
lex.cs = 521
goto _test_eof
2020-12-11 11:28:16 +00:00
_test_eof111:
lex.cs = 111
goto _test_eof
_test_eof522:
lex.cs = 522
goto _test_eof
_test_eof523:
lex.cs = 523
goto _test_eof
_test_eof524:
lex.cs = 524
goto _test_eof
2019-12-29 22:20:20 +00:00
_test_eof525:
lex.cs = 525
goto _test_eof
2020-12-11 11:28:16 +00:00
_test_eof112:
lex.cs = 112
goto _test_eof
2019-12-29 22:20:20 +00:00
_test_eof526:
lex.cs = 526
goto _test_eof
_test_eof527:
lex.cs = 527
goto _test_eof
_test_eof528:
lex.cs = 528
goto _test_eof
_test_eof529:
lex.cs = 529
goto _test_eof
_test_eof530:
lex.cs = 530
goto _test_eof
2019-03-10 21:37:01 +00:00
_test_eof:
{
}
if (lex.p) == eof {
switch lex.cs {
case 114:
goto tr171
2019-12-29 22:20:20 +00:00
case 1:
goto tr0
case 115:
goto tr172
2019-12-29 22:20:20 +00:00
case 117:
goto tr177
2019-06-07 06:33:35 +00:00
case 118:
goto tr179
2019-06-07 06:33:35 +00:00
case 119:
goto tr177
case 120:
goto tr177
case 121:
goto tr185
2019-12-29 22:20:20 +00:00
case 2:
goto tr4
2019-12-29 22:20:20 +00:00
case 3:
goto tr4
2019-12-29 22:20:20 +00:00
case 4:
goto tr4
case 122:
goto tr188
2019-12-29 22:20:20 +00:00
case 5:
goto tr4
2019-06-07 06:33:35 +00:00
case 124:
goto tr241
2019-03-10 21:37:01 +00:00
case 125:
goto tr243
case 6:
goto tr10
2019-03-10 21:37:01 +00:00
case 126:
goto tr247
2019-03-10 21:37:01 +00:00
case 127:
goto tr248
case 128:
goto tr250
case 129:
goto tr252
2019-12-29 22:20:20 +00:00
case 7:
goto tr12
2019-12-29 22:20:20 +00:00
case 8:
goto tr12
2019-12-29 22:20:20 +00:00
case 9:
goto tr12
2019-12-29 22:20:20 +00:00
case 10:
goto tr12
case 130:
goto tr253
case 131:
goto tr256
2019-12-29 22:20:20 +00:00
case 132:
goto tr248
2019-12-29 22:20:20 +00:00
case 133:
goto tr261
2019-12-29 22:20:20 +00:00
case 134:
goto tr248
case 135:
goto tr248
case 136:
goto tr247
2019-12-29 22:20:20 +00:00
case 11:
goto tr19
2019-03-10 21:37:01 +00:00
case 12:
goto tr19
case 137:
goto tr248
2019-03-10 21:37:01 +00:00
case 13:
goto tr23
2019-03-10 21:37:01 +00:00
case 14:
goto tr23
2019-03-10 21:37:01 +00:00
case 15:
goto tr23
2019-03-10 21:37:01 +00:00
case 16:
goto tr23
2019-03-10 21:37:01 +00:00
case 17:
goto tr23
2019-03-10 21:37:01 +00:00
case 18:
goto tr23
2019-03-10 21:37:01 +00:00
case 19:
goto tr23
2019-03-10 21:37:01 +00:00
case 20:
goto tr23
2019-03-10 21:37:01 +00:00
case 21:
goto tr23
2019-03-10 21:37:01 +00:00
case 22:
goto tr23
2019-03-10 21:37:01 +00:00
case 23:
goto tr23
2019-03-10 21:37:01 +00:00
case 24:
goto tr23
2019-03-10 21:37:01 +00:00
case 25:
goto tr23
2019-03-10 21:37:01 +00:00
case 26:
goto tr23
2019-03-10 21:37:01 +00:00
case 27:
goto tr23
2019-03-10 21:37:01 +00:00
case 28:
goto tr23
2019-03-10 21:37:01 +00:00
case 29:
goto tr23
2019-03-10 21:37:01 +00:00
case 30:
goto tr23
2019-03-10 21:37:01 +00:00
case 31:
goto tr23
2019-03-10 21:37:01 +00:00
case 32:
goto tr23
2019-03-10 21:37:01 +00:00
case 33:
goto tr23
2019-03-10 21:37:01 +00:00
case 34:
goto tr23
2019-03-10 21:37:01 +00:00
case 35:
goto tr23
2019-03-10 21:37:01 +00:00
case 36:
goto tr23
2019-03-10 21:37:01 +00:00
case 37:
goto tr23
2019-03-10 21:37:01 +00:00
case 38:
goto tr23
2019-03-10 21:37:01 +00:00
case 39:
goto tr23
2019-03-10 21:37:01 +00:00
case 40:
goto tr23
2019-03-10 21:37:01 +00:00
case 41:
goto tr23
2019-03-10 21:37:01 +00:00
case 42:
goto tr23
2019-03-10 21:37:01 +00:00
case 43:
goto tr23
2019-03-10 21:37:01 +00:00
case 44:
goto tr23
2019-03-10 21:37:01 +00:00
case 45:
goto tr23
2019-03-10 21:37:01 +00:00
case 46:
goto tr23
2019-03-10 21:37:01 +00:00
case 47:
goto tr23
2019-03-10 21:37:01 +00:00
case 48:
goto tr23
2019-03-10 21:37:01 +00:00
case 49:
goto tr23
2019-03-10 21:37:01 +00:00
case 50:
goto tr23
2019-03-10 21:37:01 +00:00
case 51:
goto tr23
2019-03-10 21:37:01 +00:00
case 52:
goto tr23
2019-03-10 21:37:01 +00:00
case 53:
goto tr23
2019-03-10 21:37:01 +00:00
case 54:
goto tr23
2019-03-10 21:37:01 +00:00
case 55:
goto tr23
2019-03-10 21:37:01 +00:00
case 56:
goto tr23
2019-03-10 21:37:01 +00:00
case 57:
goto tr23
2019-03-10 21:37:01 +00:00
case 58:
goto tr23
2019-03-10 21:37:01 +00:00
case 59:
goto tr23
2019-03-10 21:37:01 +00:00
case 60:
goto tr23
2019-03-10 21:37:01 +00:00
case 61:
goto tr23
2019-03-10 21:37:01 +00:00
case 62:
goto tr23
2019-03-10 21:37:01 +00:00
case 63:
goto tr23
2019-03-10 21:37:01 +00:00
case 64:
goto tr23
2019-03-10 21:37:01 +00:00
case 65:
goto tr23
2019-03-10 21:37:01 +00:00
case 66:
goto tr23
2019-12-29 22:20:20 +00:00
case 138:
goto tr248
2019-12-29 22:20:20 +00:00
case 139:
goto tr267
2019-12-29 22:20:20 +00:00
case 140:
goto tr248
case 141:
goto tr248
case 142:
goto tr248
2019-03-10 21:37:01 +00:00
case 67:
goto tr23
case 143:
goto tr276
2019-03-10 21:37:01 +00:00
case 68:
goto tr12
2019-06-07 06:33:35 +00:00
case 69:
goto tr12
case 144:
goto tr276
2019-03-10 21:37:01 +00:00
case 70:
goto tr88
case 145:
goto tr248
2019-03-10 21:37:01 +00:00
case 71:
goto tr23
2019-03-10 21:37:01 +00:00
case 72:
goto tr23
case 73:
goto tr23
case 146:
goto tr280
case 147:
goto tr276
case 148:
goto tr280
2019-12-29 22:20:20 +00:00
case 74:
goto tr99
2019-12-29 22:20:20 +00:00
case 75:
goto tr12
case 149:
goto tr285
2019-03-10 21:37:01 +00:00
case 76:
goto tr12
2019-12-29 22:20:20 +00:00
case 150:
goto tr286
case 151:
goto tr248
case 152:
goto tr248
2019-03-10 21:37:01 +00:00
case 77:
goto tr23
2019-06-07 06:33:35 +00:00
case 78:
goto tr23
2019-03-10 21:37:01 +00:00
case 79:
goto tr23
2019-03-10 21:37:01 +00:00
case 80:
goto tr23
2019-12-29 22:20:20 +00:00
case 153:
goto tr288
2019-12-29 22:20:20 +00:00
case 154:
goto tr290
case 81:
goto tr112
case 155:
goto tr248
case 156:
goto tr294
2019-03-10 21:37:01 +00:00
case 82:
goto tr12
2019-03-10 21:37:01 +00:00
case 83:
goto tr12
2019-03-10 21:37:01 +00:00
case 84:
goto tr12
2019-03-10 21:37:01 +00:00
case 85:
goto tr12
case 157:
goto tr296
2019-03-10 21:37:01 +00:00
case 86:
goto tr12
case 87:
goto tr12
case 88:
goto tr12
2019-12-29 22:20:20 +00:00
case 89:
goto tr12
2019-03-10 21:37:01 +00:00
case 158:
goto tr297
2019-03-10 21:37:01 +00:00
case 159:
goto tr248
2019-03-10 21:37:01 +00:00
case 160:
goto tr301
2019-03-10 21:37:01 +00:00
case 161:
goto tr248
2019-03-10 21:37:01 +00:00
case 162:
goto tr305
2019-03-10 21:37:01 +00:00
case 163:
goto tr248
2019-03-10 21:37:01 +00:00
case 164:
goto tr309
2019-03-10 21:37:01 +00:00
case 165:
goto tr311
case 90:
goto tr128
2019-03-10 21:37:01 +00:00
case 166:
goto tr312
2019-03-10 21:37:01 +00:00
case 167:
goto tr314
2019-03-10 21:37:01 +00:00
case 168:
goto tr12
2019-03-10 21:37:01 +00:00
case 169:
goto tr314
2019-03-10 21:37:01 +00:00
case 170:
goto tr314
2019-03-10 21:37:01 +00:00
case 171:
goto tr314
2019-03-10 21:37:01 +00:00
case 172:
goto tr314
case 173:
goto tr314
case 174:
goto tr314
case 175:
goto tr314
2019-03-10 21:37:01 +00:00
case 176:
goto tr314
2019-03-10 21:37:01 +00:00
case 177:
goto tr314
case 178:
goto tr314
case 179:
goto tr314
2019-12-29 22:20:20 +00:00
case 91:
goto tr130
2019-12-29 22:20:20 +00:00
case 92:
goto tr130
2019-03-10 21:37:01 +00:00
case 180:
goto tr314
2019-03-10 21:37:01 +00:00
case 181:
goto tr314
2019-03-10 21:37:01 +00:00
case 182:
goto tr314
2019-03-10 21:37:01 +00:00
case 183:
goto tr314
2019-03-10 21:37:01 +00:00
case 184:
goto tr314
2019-03-10 21:37:01 +00:00
case 185:
goto tr314
2019-03-10 21:37:01 +00:00
case 186:
goto tr314
2019-03-10 21:37:01 +00:00
case 187:
goto tr314
2019-03-10 21:37:01 +00:00
case 188:
goto tr314
2019-03-10 21:37:01 +00:00
case 189:
goto tr314
2019-03-10 21:37:01 +00:00
case 190:
goto tr314
2019-03-10 21:37:01 +00:00
case 191:
goto tr314
2019-03-10 21:37:01 +00:00
case 192:
goto tr314
2019-03-10 21:37:01 +00:00
case 193:
goto tr314
2019-03-10 21:37:01 +00:00
case 194:
goto tr314
2019-03-10 21:37:01 +00:00
case 195:
goto tr314
2019-03-10 21:37:01 +00:00
case 196:
goto tr314
2019-03-10 21:37:01 +00:00
case 197:
goto tr314
2019-03-10 21:37:01 +00:00
case 198:
goto tr314
2019-03-10 21:37:01 +00:00
case 199:
goto tr314
2019-03-10 21:37:01 +00:00
case 200:
goto tr314
2019-03-10 21:37:01 +00:00
case 201:
goto tr314
2019-03-10 21:37:01 +00:00
case 202:
goto tr314
2019-03-10 21:37:01 +00:00
case 203:
goto tr314
2019-03-10 21:37:01 +00:00
case 204:
goto tr314
2019-03-10 21:37:01 +00:00
case 205:
goto tr314
2019-03-10 21:37:01 +00:00
case 206:
goto tr314
2019-03-10 21:37:01 +00:00
case 207:
goto tr314
2019-03-10 21:37:01 +00:00
case 208:
goto tr314
2019-03-10 21:37:01 +00:00
case 209:
goto tr314
2019-03-10 21:37:01 +00:00
case 210:
goto tr314
2019-03-10 21:37:01 +00:00
case 211:
goto tr314
2019-03-10 21:37:01 +00:00
case 212:
goto tr314
2019-03-10 21:37:01 +00:00
case 213:
goto tr314
2019-03-10 21:37:01 +00:00
case 214:
goto tr314
2019-03-10 21:37:01 +00:00
case 215:
goto tr314
2019-03-10 21:37:01 +00:00
case 216:
goto tr314
2019-03-10 21:37:01 +00:00
case 217:
goto tr314
2019-03-10 21:37:01 +00:00
case 218:
goto tr314
2019-03-10 21:37:01 +00:00
case 219:
goto tr314
2019-03-10 21:37:01 +00:00
case 220:
goto tr314
2019-03-10 21:37:01 +00:00
case 221:
goto tr314
2019-03-10 21:37:01 +00:00
case 222:
goto tr314
2019-03-10 21:37:01 +00:00
case 223:
goto tr314
2019-03-10 21:37:01 +00:00
case 224:
goto tr314
2019-03-10 21:37:01 +00:00
case 225:
goto tr314
2019-03-10 21:37:01 +00:00
case 226:
goto tr314
2019-03-10 21:37:01 +00:00
case 227:
goto tr314
2019-03-10 21:37:01 +00:00
case 228:
goto tr394
2019-03-10 21:37:01 +00:00
case 229:
goto tr314
2019-03-10 21:37:01 +00:00
case 230:
goto tr314
2019-03-10 21:37:01 +00:00
case 231:
goto tr314
2019-03-10 21:37:01 +00:00
case 232:
goto tr314
2019-03-10 21:37:01 +00:00
case 233:
goto tr314
2019-03-10 21:37:01 +00:00
case 234:
goto tr314
2019-03-10 21:37:01 +00:00
case 235:
goto tr314
2019-03-10 21:37:01 +00:00
case 236:
goto tr314
2019-03-10 21:37:01 +00:00
case 237:
goto tr314
2019-03-10 21:37:01 +00:00
case 238:
goto tr314
2019-03-10 21:37:01 +00:00
case 239:
goto tr314
2019-03-10 21:37:01 +00:00
case 240:
goto tr314
2019-03-10 21:37:01 +00:00
case 241:
goto tr314
2019-03-10 21:37:01 +00:00
case 242:
goto tr314
2019-03-10 21:37:01 +00:00
case 243:
goto tr414
2019-03-10 21:37:01 +00:00
case 244:
goto tr314
2019-03-10 21:37:01 +00:00
case 245:
goto tr314
2019-03-10 21:37:01 +00:00
case 246:
goto tr314
2019-03-10 21:37:01 +00:00
case 247:
goto tr314
2019-03-10 21:37:01 +00:00
case 248:
goto tr314
2019-03-10 21:37:01 +00:00
case 249:
goto tr314
2019-03-10 21:37:01 +00:00
case 250:
goto tr314
2019-03-10 21:37:01 +00:00
case 251:
goto tr314
2019-03-10 21:37:01 +00:00
case 252:
goto tr314
2019-03-10 21:37:01 +00:00
case 253:
goto tr314
2019-03-10 21:37:01 +00:00
case 254:
goto tr314
2019-03-10 21:37:01 +00:00
case 255:
goto tr314
2019-03-10 21:37:01 +00:00
case 256:
goto tr314
2019-03-10 21:37:01 +00:00
case 257:
goto tr314
2019-03-10 21:37:01 +00:00
case 258:
goto tr314
2019-03-10 21:37:01 +00:00
case 259:
goto tr314
2019-03-10 21:37:01 +00:00
case 260:
goto tr314
2019-03-10 21:37:01 +00:00
case 261:
goto tr314
2019-03-10 21:37:01 +00:00
case 262:
goto tr314
2019-03-10 21:37:01 +00:00
case 263:
goto tr314
2019-03-10 21:37:01 +00:00
case 264:
goto tr314
2019-03-10 21:37:01 +00:00
case 265:
goto tr314
2019-03-10 21:37:01 +00:00
case 266:
goto tr314
2019-03-10 21:37:01 +00:00
case 267:
goto tr314
2019-03-10 21:37:01 +00:00
case 268:
goto tr314
2019-03-10 21:37:01 +00:00
case 269:
goto tr443
case 270:
goto tr314
2019-03-10 21:37:01 +00:00
case 271:
goto tr314
2019-03-10 21:37:01 +00:00
case 272:
goto tr447
2019-03-10 21:37:01 +00:00
case 273:
goto tr314
2019-03-10 21:37:01 +00:00
case 274:
goto tr314
2019-03-10 21:37:01 +00:00
case 275:
goto tr314
2019-03-10 21:37:01 +00:00
case 276:
goto tr314
2019-03-10 21:37:01 +00:00
case 277:
goto tr314
2019-03-10 21:37:01 +00:00
case 278:
goto tr314
2019-03-10 21:37:01 +00:00
case 279:
goto tr314
2019-03-10 21:37:01 +00:00
case 280:
goto tr314
2019-03-10 21:37:01 +00:00
case 281:
goto tr314
2019-03-10 21:37:01 +00:00
case 282:
goto tr314
2019-03-10 21:37:01 +00:00
case 283:
goto tr314
2019-03-10 21:37:01 +00:00
case 284:
goto tr314
2019-03-10 21:37:01 +00:00
case 285:
goto tr314
2019-03-10 21:37:01 +00:00
case 286:
goto tr314
2019-03-10 21:37:01 +00:00
case 287:
goto tr314
2019-03-10 21:37:01 +00:00
case 288:
goto tr314
2019-03-10 21:37:01 +00:00
case 289:
goto tr314
2019-03-10 21:37:01 +00:00
case 290:
goto tr314
2019-03-10 21:37:01 +00:00
case 291:
goto tr314
2019-03-10 21:37:01 +00:00
case 292:
goto tr314
2019-03-10 21:37:01 +00:00
case 293:
goto tr314
2019-03-10 21:37:01 +00:00
case 294:
goto tr314
2019-03-10 21:37:01 +00:00
case 295:
goto tr314
2019-03-10 21:37:01 +00:00
case 296:
goto tr314
2019-03-10 21:37:01 +00:00
case 297:
goto tr479
2019-03-10 21:37:01 +00:00
case 298:
goto tr314
2019-03-10 21:37:01 +00:00
case 299:
goto tr314
2019-03-10 21:37:01 +00:00
case 300:
goto tr314
2019-03-10 21:37:01 +00:00
case 301:
goto tr314
2019-03-10 21:37:01 +00:00
case 302:
goto tr314
2019-03-10 21:37:01 +00:00
case 303:
goto tr314
2019-03-10 21:37:01 +00:00
case 304:
goto tr314
2019-03-10 21:37:01 +00:00
case 305:
goto tr314
2019-03-10 21:37:01 +00:00
case 306:
goto tr314
2019-03-10 21:37:01 +00:00
case 307:
goto tr314
2019-03-10 21:37:01 +00:00
case 308:
goto tr314
2019-03-10 21:37:01 +00:00
case 309:
goto tr314
2019-03-10 21:37:01 +00:00
case 310:
goto tr314
2019-03-10 21:37:01 +00:00
case 311:
goto tr314
2019-03-10 21:37:01 +00:00
case 312:
goto tr314
2019-03-10 21:37:01 +00:00
case 313:
goto tr314
2019-03-10 21:37:01 +00:00
case 314:
goto tr314
2019-03-10 21:37:01 +00:00
case 315:
goto tr314
2019-03-10 21:37:01 +00:00
case 316:
goto tr314
2019-03-10 21:37:01 +00:00
case 317:
goto tr314
2019-03-10 21:37:01 +00:00
case 318:
goto tr314
2019-03-10 21:37:01 +00:00
case 319:
goto tr314
2019-03-10 21:37:01 +00:00
case 320:
goto tr314
2019-03-10 21:37:01 +00:00
case 321:
goto tr314
2019-03-10 21:37:01 +00:00
case 322:
goto tr314
2019-03-10 21:37:01 +00:00
case 323:
goto tr314
2019-03-10 21:37:01 +00:00
case 324:
goto tr314
2019-03-10 21:37:01 +00:00
case 325:
goto tr314
2019-03-10 21:37:01 +00:00
case 326:
goto tr314
2019-03-10 21:37:01 +00:00
case 327:
goto tr314
2019-03-10 21:37:01 +00:00
case 328:
goto tr314
2019-03-10 21:37:01 +00:00
case 329:
goto tr314
2019-03-10 21:37:01 +00:00
case 330:
goto tr314
2019-03-10 21:37:01 +00:00
case 331:
goto tr314
2019-03-10 21:37:01 +00:00
case 332:
goto tr314
2019-03-10 21:37:01 +00:00
case 333:
goto tr314
2019-03-10 21:37:01 +00:00
case 334:
goto tr314
2019-03-10 21:37:01 +00:00
case 335:
goto tr314
2019-03-10 21:37:01 +00:00
case 336:
goto tr314
2019-03-10 21:37:01 +00:00
case 337:
goto tr314
2019-03-10 21:37:01 +00:00
case 338:
goto tr314
2019-03-10 21:37:01 +00:00
case 339:
goto tr314
2019-03-10 21:37:01 +00:00
case 340:
goto tr314
2019-03-10 21:37:01 +00:00
case 341:
goto tr314
2019-03-10 21:37:01 +00:00
case 342:
goto tr314
2019-03-10 21:37:01 +00:00
case 343:
goto tr314
2019-03-10 21:37:01 +00:00
case 344:
goto tr314
2019-03-10 21:37:01 +00:00
case 345:
goto tr314
2019-03-10 21:37:01 +00:00
case 346:
goto tr314
2019-03-10 21:37:01 +00:00
case 347:
goto tr314
2019-03-10 21:37:01 +00:00
case 348:
goto tr314
2019-03-10 21:37:01 +00:00
case 349:
goto tr314
2019-03-10 21:37:01 +00:00
case 350:
goto tr314
2019-03-10 21:37:01 +00:00
case 351:
goto tr314
2019-03-10 21:37:01 +00:00
case 352:
goto tr314
2019-03-10 21:37:01 +00:00
case 353:
goto tr314
2019-03-10 21:37:01 +00:00
case 354:
goto tr314
2019-03-10 21:37:01 +00:00
case 355:
goto tr314
2019-03-10 21:37:01 +00:00
case 356:
goto tr314
2019-03-10 21:37:01 +00:00
case 357:
goto tr314
2019-03-10 21:37:01 +00:00
case 358:
goto tr547
2019-03-10 21:37:01 +00:00
case 359:
goto tr314
2019-03-10 21:37:01 +00:00
case 360:
goto tr314
2019-03-10 21:37:01 +00:00
case 361:
goto tr314
2019-03-10 21:37:01 +00:00
case 362:
goto tr314
2019-03-10 21:37:01 +00:00
case 363:
goto tr314
2019-03-10 21:37:01 +00:00
case 364:
goto tr314
2019-03-10 21:37:01 +00:00
case 365:
goto tr314
2019-03-10 21:37:01 +00:00
case 366:
goto tr314
2019-03-10 21:37:01 +00:00
case 367:
goto tr314
2019-03-10 21:37:01 +00:00
case 368:
goto tr314
2019-03-10 21:37:01 +00:00
case 369:
goto tr314
2019-03-10 21:37:01 +00:00
case 370:
goto tr314
2019-03-10 21:37:01 +00:00
case 371:
goto tr314
2019-03-10 21:37:01 +00:00
case 372:
goto tr314
2019-03-10 21:37:01 +00:00
case 373:
goto tr314
2019-03-10 21:37:01 +00:00
case 374:
goto tr314
2019-03-10 21:37:01 +00:00
case 375:
goto tr314
2019-03-10 21:37:01 +00:00
case 376:
goto tr314
2019-03-10 21:37:01 +00:00
case 377:
goto tr314
2019-03-10 21:37:01 +00:00
case 378:
goto tr314
2019-03-10 21:37:01 +00:00
case 379:
goto tr314
2019-03-10 21:37:01 +00:00
case 380:
goto tr314
2019-03-10 21:37:01 +00:00
case 381:
goto tr314
2019-03-10 21:37:01 +00:00
case 382:
goto tr314
2019-03-10 21:37:01 +00:00
case 383:
goto tr314
2019-03-10 21:37:01 +00:00
case 384:
goto tr314
2019-03-10 21:37:01 +00:00
case 385:
goto tr314
2019-03-10 21:37:01 +00:00
case 386:
goto tr314
2019-03-10 21:37:01 +00:00
case 387:
goto tr314
2019-03-10 21:37:01 +00:00
case 388:
goto tr314
2019-03-10 21:37:01 +00:00
case 389:
goto tr314
2019-03-10 21:37:01 +00:00
case 390:
goto tr314
2019-03-10 21:37:01 +00:00
case 391:
goto tr314
2019-03-10 21:37:01 +00:00
case 392:
goto tr314
case 393:
goto tr314
2019-12-29 22:20:20 +00:00
case 394:
goto tr314
2019-12-29 22:20:20 +00:00
case 395:
goto tr314
2019-12-29 22:20:20 +00:00
case 396:
goto tr314
2019-12-29 22:20:20 +00:00
case 397:
goto tr314
case 398:
goto tr314
case 399:
goto tr593
case 93:
goto tr132
case 94:
goto tr132
case 95:
goto tr132
case 96:
goto tr132
case 97:
goto tr132
2019-12-29 22:20:20 +00:00
case 98:
goto tr132
2019-03-10 21:37:01 +00:00
case 400:
2020-12-11 11:28:16 +00:00
goto tr248
2019-03-10 21:37:01 +00:00
case 401:
goto tr314
2019-03-10 21:37:01 +00:00
case 402:
goto tr314
2019-03-10 21:37:01 +00:00
case 403:
2020-12-11 11:28:16 +00:00
goto tr314
2019-03-10 21:37:01 +00:00
case 404:
goto tr314
2019-03-10 21:37:01 +00:00
case 405:
goto tr314
2019-03-10 21:37:01 +00:00
case 406:
goto tr314
2019-03-10 21:37:01 +00:00
case 407:
goto tr314
2019-03-10 21:37:01 +00:00
case 408:
goto tr314
2019-03-10 21:37:01 +00:00
case 409:
goto tr314
2019-03-10 21:37:01 +00:00
case 410:
goto tr314
2019-03-10 21:37:01 +00:00
case 411:
goto tr314
2019-03-10 21:37:01 +00:00
case 412:
goto tr314
2019-03-10 21:37:01 +00:00
case 413:
goto tr314
2019-03-10 21:37:01 +00:00
case 414:
goto tr314
2019-03-10 21:37:01 +00:00
case 415:
goto tr314
2019-03-10 21:37:01 +00:00
case 416:
goto tr314
2019-03-10 21:37:01 +00:00
case 417:
goto tr314
2019-03-10 21:37:01 +00:00
case 418:
goto tr314
2019-03-10 21:37:01 +00:00
case 419:
goto tr314
2019-03-10 21:37:01 +00:00
case 420:
goto tr314
2019-03-10 21:37:01 +00:00
case 421:
goto tr314
2019-03-10 21:37:01 +00:00
case 422:
goto tr314
2019-03-10 21:37:01 +00:00
case 423:
goto tr314
2019-03-10 21:37:01 +00:00
case 424:
goto tr314
2019-03-10 21:37:01 +00:00
case 425:
goto tr314
2019-03-10 21:37:01 +00:00
case 426:
goto tr314
2019-03-10 21:37:01 +00:00
case 427:
goto tr314
2019-03-10 21:37:01 +00:00
case 428:
goto tr314
2019-03-10 21:37:01 +00:00
case 429:
goto tr314
2019-03-10 21:37:01 +00:00
case 430:
goto tr314
2019-03-10 21:37:01 +00:00
case 431:
goto tr314
2019-03-10 21:37:01 +00:00
case 432:
goto tr314
2019-03-10 21:37:01 +00:00
case 433:
goto tr314
2019-03-10 21:37:01 +00:00
case 434:
goto tr314
2019-03-10 21:37:01 +00:00
case 435:
goto tr314
2019-03-10 21:37:01 +00:00
case 436:
goto tr314
2019-03-10 21:37:01 +00:00
case 437:
goto tr314
2019-03-10 21:37:01 +00:00
case 438:
goto tr314
2019-03-10 21:37:01 +00:00
case 439:
goto tr314
2019-03-10 21:37:01 +00:00
case 440:
goto tr314
2019-03-10 21:37:01 +00:00
case 441:
goto tr314
2019-03-10 21:37:01 +00:00
case 442:
goto tr314
2019-03-10 21:37:01 +00:00
case 443:
goto tr314
2019-03-10 21:37:01 +00:00
case 444:
goto tr314
2019-03-10 21:37:01 +00:00
case 445:
goto tr314
2019-03-10 21:37:01 +00:00
case 446:
goto tr314
2019-03-10 21:37:01 +00:00
case 447:
goto tr314
2019-03-10 21:37:01 +00:00
case 448:
goto tr314
2019-03-10 21:37:01 +00:00
case 449:
goto tr314
2019-03-10 21:37:01 +00:00
case 450:
goto tr314
2019-03-10 21:37:01 +00:00
case 451:
goto tr314
2019-03-10 21:37:01 +00:00
case 452:
goto tr314
2019-03-10 21:37:01 +00:00
case 453:
goto tr314
2019-03-10 21:37:01 +00:00
case 454:
goto tr314
2019-03-10 21:37:01 +00:00
case 455:
goto tr314
2019-03-10 21:37:01 +00:00
case 456:
goto tr314
2019-03-10 21:37:01 +00:00
case 457:
goto tr314
2019-03-10 21:37:01 +00:00
case 458:
goto tr314
case 459:
goto tr314
2019-03-10 21:37:01 +00:00
case 460:
goto tr314
2019-03-10 21:37:01 +00:00
case 461:
goto tr314
2019-03-10 21:37:01 +00:00
case 462:
goto tr314
case 463:
goto tr314
2019-12-29 22:20:20 +00:00
case 464:
goto tr314
case 465:
goto tr314
case 466:
2020-12-11 11:28:16 +00:00
goto tr248
case 468:
2020-12-11 11:28:16 +00:00
goto tr675
case 469:
2020-12-11 11:28:16 +00:00
goto tr677
case 99:
goto tr144
2020-12-11 11:28:16 +00:00
case 470:
goto tr681
case 471:
goto tr681
case 472:
goto tr683
case 474:
goto tr687
2020-12-11 11:28:16 +00:00
case 475:
goto tr688
case 476:
goto tr692
2020-12-11 11:28:16 +00:00
case 478:
goto tr700
case 479:
2020-12-11 11:28:16 +00:00
goto tr702
case 480:
goto tr703
case 481:
2020-12-11 11:28:16 +00:00
goto tr707
case 482:
2020-12-11 11:28:16 +00:00
goto tr700
case 483:
goto tr707
case 485:
2020-12-11 11:28:16 +00:00
goto tr719
case 486:
2020-12-11 11:28:16 +00:00
goto tr720
case 487:
goto tr724
case 488:
2020-12-11 11:28:16 +00:00
goto tr724
case 489:
goto tr724
2019-12-29 22:20:20 +00:00
case 491:
2020-12-11 11:28:16 +00:00
goto tr737
case 492:
2020-12-11 11:28:16 +00:00
goto tr738
case 493:
goto tr742
2019-03-10 21:37:01 +00:00
case 494:
2020-12-11 11:28:16 +00:00
goto tr742
case 495:
goto tr742
case 497:
2020-12-11 11:28:16 +00:00
goto tr747
case 499:
goto tr753
case 500:
2020-12-11 11:28:16 +00:00
goto tr755
case 501:
goto tr753
case 105:
goto tr154
case 502:
goto tr757
case 504:
2020-12-11 11:28:16 +00:00
goto tr767
case 505:
2020-12-11 11:28:16 +00:00
goto tr768
case 506:
goto tr769
case 507:
goto tr771
2019-12-29 22:20:20 +00:00
case 508:
goto tr772
case 509:
2020-12-11 11:28:16 +00:00
goto tr772
case 106:
goto tr156
case 107:
goto tr156
2020-12-11 11:28:16 +00:00
case 510:
goto tr772
case 108:
goto tr156
2020-12-11 11:28:16 +00:00
case 511:
goto tr772
case 512:
goto tr776
2020-12-11 11:28:16 +00:00
case 514:
goto tr779
case 109:
goto tr160
2020-12-11 11:28:16 +00:00
case 516:
goto tr784
case 517:
goto tr786
case 110:
goto tr163
2020-12-11 11:28:16 +00:00
case 518:
goto tr790
case 520:
goto tr795
case 521:
2020-12-11 11:28:16 +00:00
goto tr797
case 111:
goto tr165
2020-12-11 11:28:16 +00:00
case 522:
goto tr801
case 524:
goto tr806
2019-12-29 22:20:20 +00:00
case 525:
2020-12-11 11:28:16 +00:00
goto tr808
case 112:
goto tr167
2020-12-11 11:28:16 +00:00
case 526:
goto tr812
case 528:
goto tr816
2020-12-11 11:28:16 +00:00
case 529:
goto tr817
case 530:
goto tr821
}
2017-12-01 13:36:46 +00:00
}
2019-03-10 21:37:01 +00:00
_out:
{
}
}
2017-12-01 13:36:46 +00:00
// line internal/php7/scanner.rl:497
2020-08-17 17:31:04 +00:00
tkn.Value = lex.data[lex.ts:lex.te]
tkn.ID = token.ID(tok)
2019-12-21 12:44:25 +00:00
2020-08-17 17:31:04 +00:00
return tkn
2017-12-01 13:36:46 +00:00
}