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 <br /> "; }
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/33Kuf
function name:  (null)
number of ops:  15
compiled vars:  !0 = $FahNum, !1 = $Cel
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        SUB                                              ~4      !0, 32
          4        MUL                                              ~5      ~4, 0.56
          5        ASSIGN                                                   !1, ~5
    7     6        ROPE_INIT                                     5  ~8      '+'
          7        ROPE_ADD                                      1  ~8      ~8, !0
          8        ROPE_ADD                                      2  ~8      ~8, '+converted+to+fahrenheit+is+'
          9        ROPE_ADD                                      3  ~8      ~8, !1
         10        ROPE_END                                      4  ~7      ~8, '+%3Cbr+%2F%3E+'
         11        ECHO                                                     ~7
    3    12    >   IS_SMALLER_OR_EQUAL                                      !0, 100
         13      > JMPNZ                                                    ~11, ->2
    8    14    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.04 ms | 1393 KiB | 13 Q