3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.18 ms | 1384 KiB | 13 Q