3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Exec { public function exec($cmd, $path = null) { echo var_dump($cmd, $path); } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ATiou
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E > > RETURN                                                   1

Class Exec:
Function exec:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ATiou
function name:  exec
number of ops:  8
compiled vars:  !0 = $cmd, !1 = $path
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   RECV                                             !0      
          1        RECV_INIT                                        !1      null
    7     2        INIT_FCALL                                               'var_dump'
          3        SEND_VAR                                                 !0
          4        SEND_VAR                                                 !1
          5        DO_ICALL                                         $2      
          6        ECHO                                                     $2
    8     7      > RETURN                                                   null

End of function exec

End of class Exec.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.85 ms | 1385 KiB | 15 Q