3v4l.org

run code in 500+ PHP versions simultaneously
<?php //Enter your code here, enjoy! $name = 'Tobias'; $age = 28; var_dump(compact($name, $age));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Rfq4g
function name:  (null)
number of ops:  10
compiled vars:  !0 = $name, !1 = $age
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                       !0, 'Tobias'
    5     1        ASSIGN                                                       !1, 28
    7     2        INIT_FCALL                                                   'var_dump'
          3        INIT_FCALL                                                   'compact'
          4        SEND_VAR                                                     !0
          5        SEND_VAR                                                     !1
          6        DO_ICALL                                             $4      
          7        SEND_VAR                                                     $4
          8        DO_ICALL                                                     
          9      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
170.65 ms | 2611 KiB | 15 Q