3v4l.org

run code in 300+ PHP versions simultaneously
<?php $FahNum=0; while ($FahNum<=100) { $FahNum += 1; $Cel = (($FahNum * 5) /9) - 32; echo "$num converted to fahrenheit is $Cel\n"; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
2 jumps found. (Code = 44) Position 1 = 14, Position 2 = 2
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 44) Position 1 = 14, Position 2 = 2
Branch analysis from position: 14
Branch analysis from position: 2
filename:       /in/k3JVk
function name:  (null)
number of ops:  15
compiled vars:  !0 = $FahNum, !1 = $Cel, !2 = $num
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 0
    3     1      > JMP                                                      ->12
    4     2    >   ASSIGN_OP                                     1          !0, 1
    5     3        MUL                                              ~5      !0, 5
          4        DIV                                              ~6      ~5, 9
          5        SUB                                              ~7      ~6, 32
          6        ASSIGN                                                   !1, ~7
    7     7        ROPE_INIT                                     4  ~10     !2
          8        ROPE_ADD                                      1  ~10     ~10, '+converted+to+fahrenheit+is+'
          9        ROPE_ADD                                      2  ~10     ~10, !1
         10        ROPE_END                                      3  ~9      ~10, '%0A'
         11        ECHO                                                     ~9
    3    12    >   IS_SMALLER_OR_EQUAL                                      !0, 100
         13      > JMPNZ                                                    ~12, ->2
    8    14    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.28 ms | 1384 KiB | 13 Q