3v4l.org

run code in 300+ PHP versions simultaneously
<?php function y($v) { echo $v; } $w = "y"; $w ("z"); $w = "x";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gTte0
function name:  (null)
number of ops:  6
compiled vars:  !0 = $w
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   ASSIGN                                                   !0, 'y'
   10     1        INIT_DYNAMIC_CALL                                        !0
          2        SEND_VAL_EX                                              'z'
          3        DO_FCALL                                      0          
   12     4        ASSIGN                                                   !0, 'x'
          5      > RETURN                                                   1

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

End of function y

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
212.58 ms | 1393 KiB | 13 Q