3v4l.org

run code in 300+ PHP versions simultaneously
<?php //rodas para veiculo a direita $roda1=array(7086,7113,7141,7133,7172,7201,7193,7231,7232,7223,7269,7270,7271,7258,7283,7319,7320,7321,7308,7359,7360,7361,7348,7399,7400,7401,7388,7439,7440,7441,7428,7479,7480,7481,7468,7519,7520,7521,7508,7533,2780,2785,2750,2765,2760,2755,2710,2725,2720,2715,2670,2685,2680,2675,2630,2645,2640,2635,2590,2605,2600,2595,2550,2565,2560,2555,2525,2500,2515,2510,2505,2465,2475,2470,2435,2440,2415,2375,2380,2355,2333); $roda2=array(6117,6122,6128,6126,6133,6140,6138,6146,6145,6144,6154,6153,6152,6151,6028,6032,6031,6030,6029,6040,6039,6038,6037,6048,6047,6046,6045,6056,6055,6054,6053,6064,6063,6062,6061,6072,6071,6070,6069,6074,1295,1296,1289,1290,1291,1292,1281,1282,1283,1284,1273,1274,1275,1276,1265,1266,1267,1268,1257,1258,1259,1260,1248,1250,1251,1252,1249,1373,1374,1375,1376,1366,1367,1368,1360,1362,1355,1348,1350,1344,1340); for($c = 1; $c <= 81; $c++) { $j=$c-1; echo "*DIM, T${c}, TABLE,3200, 1, 1, , , , 0 *TREAD,T${c},G:\\00_ANSYS\\TESE\\DINAMICA\\3V90D\\TABELAS\\T${c},txt,,0 F,".$roda1[$j].",FY,%T${c}% F,".$roda2[$j].",FY,%T${c}%\n\n\n"; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 27
Branch analysis from position: 27
2 jumps found. (Code = 44) Position 1 = 29, Position 2 = 4
Branch analysis from position: 29
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
2 jumps found. (Code = 44) Position 1 = 29, Position 2 = 4
Branch analysis from position: 29
Branch analysis from position: 4
filename:       /in/VTVvt
function name:  (null)
number of ops:  30
compiled vars:  !0 = $roda1, !1 = $roda2, !2 = $c, !3 = $j
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    5     1        ASSIGN                                                   !1, <array>
    7     2        ASSIGN                                                   !2, 1
          3      > JMP                                                      ->27
    8     4    >   SUB                                              ~7      !2, 1
          5        ASSIGN                                                   !3, ~7
    9     6        ROPE_INIT                                     7  ~10     '%2ADIM%2C+T'
          7        ROPE_ADD                                      1  ~10     ~10, !2
          8        ROPE_ADD                                      2  ~10     ~10, '%2C+TABLE%2C3200%2C+1%2C+1%2C+%2C+%2C+%2C+0%0A%2ATREAD%2CT'
   10     9        ROPE_ADD                                      3  ~10     ~10, !2
         10        ROPE_ADD                                      4  ~10     ~10, '%2CG%3A%5C00_ANSYS%5CTESE%5CDINAMICA%5C3V90D%5CTABELAS%5CT'
         11        ROPE_ADD                                      5  ~10     ~10, !2
         12        ROPE_END                                      6  ~9      ~10, '%2Ctxt%2C%2C0%0AF%2C'
   11    13        FETCH_DIM_R                                      ~14     !0, !3
         14        CONCAT                                           ~15     ~9, ~14
         15        ROPE_INIT                                     3  ~17     '%2CFY%2C%25T'
         16        ROPE_ADD                                      1  ~17     ~17, !2
         17        ROPE_END                                      2  ~16     ~17, '%25%0AF%2C'
         18        CONCAT                                           ~19     ~15, ~16
   12    19        FETCH_DIM_R                                      ~20     !1, !3
         20        CONCAT                                           ~21     ~19, ~20
         21        ROPE_INIT                                     3  ~23     '%2CFY%2C%25T'
         22        ROPE_ADD                                      1  ~23     ~23, !2
         23        ROPE_END                                      2  ~22     ~23, '%25%0A%0A%0A'
         24        CONCAT                                           ~25     ~21, ~22
         25        ECHO                                                     ~25
    7    26        PRE_INC                                                  !2
         27    >   IS_SMALLER_OR_EQUAL                                      !2, 81
         28      > JMPNZ                                                    ~27, ->4
   13    29    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.88 ms | 1386 KiB | 13 Q