3v4l.org

run code in 300+ PHP versions simultaneously
<?php function minec ($f,$z) { echo $f-$z; } function Name($a,$b,$c) { echo ($a+$b)/$c; } $f=Name(32,18,2); minec($f,12);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jdHOI
function name:  (null)
number of ops:  11
compiled vars:  !0 = $f
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   14     0  E >   INIT_FCALL                                               'name'
          1        SEND_VAL                                                 32
          2        SEND_VAL                                                 18
          3        SEND_VAL                                                 2
          4        DO_FCALL                                      0  $1      
          5        ASSIGN                                                   !0, $1
   15     6        INIT_FCALL                                               'minec'
          7        SEND_VAR                                                 !0
          8        SEND_VAL                                                 12
          9        DO_FCALL                                      0          
         10      > RETURN                                                   1

Function minec:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jdHOI
function name:  minec
number of ops:  5
compiled vars:  !0 = $f, !1 = $z
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   RECV                                             !0      
          1        RECV                                             !1      
    4     2        SUB                                              ~2      !0, !1
          3        ECHO                                                     ~2
    5     4      > RETURN                                                   null

End of function minec

Function name:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jdHOI
function name:  Name
number of ops:  7
compiled vars:  !0 = $a, !1 = $b, !2 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   RECV                                             !0      
          1        RECV                                             !1      
          2        RECV                                             !2      
    9     3        ADD                                              ~3      !0, !1
          4        DIV                                              ~4      ~3, !2
          5        ECHO                                                     ~4
   12     6      > RETURN                                                   null

End of function name

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
181.65 ms | 1398 KiB | 16 Q