3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sZahl = '45.1'; var_dump($sZahl); $fZahl = ($sZahl / 1.19); var_dump($fZahl); $fZahl = ($fZahl * 1.19); var_dump($fZahl);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1e3Gi
function name:  (null)
number of ops:  15
compiled vars:  !0 = $sZahl, !1 = $fZahl
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '45.1'
    3     1        INIT_FCALL                                               'var_dump'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                                 
    5     4        DIV                                              ~4      !0, 1.19
          5        ASSIGN                                                   !1, ~4
    6     6        INIT_FCALL                                               'var_dump'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                                 
    9     9        MUL                                              ~7      !1, 1.19
         10        ASSIGN                                                   !1, ~7
   10    11        INIT_FCALL                                               'var_dump'
         12        SEND_VAR                                                 !1
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.98 ms | 1385 KiB | 15 Q