3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($lat=0; $lat <= 90; $lat++) { $long_deg_per100mil = rad2deg(100.0 / (3963.19 * cos($lat))); print("$long_deg_per100mil\n"); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 15
Branch analysis from position: 15
2 jumps found. (Code = 44) Position 1 = 17, Position 2 = 2
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 44) Position 1 = 17, Position 2 = 2
Branch analysis from position: 17
Branch analysis from position: 2
filename:       /in/34Y4Y
function name:  (null)
number of ops:  18
compiled vars:  !0 = $lat, !1 = $long_deg_per100mil
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 0
          1      > JMP                                                      ->15
    5     2    >   INIT_FCALL                                               'rad2deg'
          3        INIT_FCALL                                               'cos'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $3      
          6        MUL                                              ~4      $3, 3963.19
          7        DIV                                              ~5      100, ~4
          8        SEND_VAL                                                 ~5
          9        DO_ICALL                                         $6      
         10        ASSIGN                                                   !1, $6
    6    11        NOP                                                      
         12        FAST_CONCAT                                      ~8      !1, '%0A'
         13        ECHO                                                     ~8
    3    14        PRE_INC                                                  !0
         15    >   IS_SMALLER_OR_EQUAL                                      !0, 90
         16      > JMPNZ                                                    ~10, ->2
    7    17    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.92 ms | 1395 KiB | 17 Q