3v4l.org

run code in 300+ PHP versions simultaneously
<?php $t = 5; mul(($t)); function mul(&$t) { $t *= 5; } var_dump($t);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7trM1
function name:  (null)
number of ops:  8
compiled vars:  !0 = $t
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 5
    5     1        INIT_FCALL_BY_NAME                                       'mul'
          2        SEND_VAR_EX                                              !0
          3        DO_FCALL                                      0          
   11     4        INIT_FCALL                                               'var_dump'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                                 
          7      > RETURN                                                   1

Function mul:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7trM1
function name:  mul
number of ops:  3
compiled vars:  !0 = $t
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   RECV                                             !0      
    8     1        ASSIGN_OP                                     3          !0, 5
    9     2      > RETURN                                                   null

End of function mul

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.95 ms | 1394 KiB | 15 Q