3v4l.org

run code in 300+ PHP versions simultaneously
<?php $aaa = 123; $bbb = 'abc'; $enc = var_export(compact(aaa,bbb),true); var_dump($enc);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/tEoJC
function name:  (null)
number of ops:  17
compiled vars:  !0 = $aaa, !1 = $bbb, !2 = $enc
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 123
    3     1        ASSIGN                                                   !1, 'abc'
    4     2        INIT_FCALL                                               'var_export'
          3        INIT_FCALL                                               'compact'
          4        FETCH_CONSTANT                                   ~5      'aaa'
          5        SEND_VAL                                                 ~5
          6        FETCH_CONSTANT                                   ~6      'bbb'
          7        SEND_VAL                                                 ~6
          8        DO_ICALL                                         $7      
          9        SEND_VAR                                                 $7
         10        SEND_VAL                                                 <true>
         11        DO_ICALL                                         $8      
         12        ASSIGN                                                   !2, $8
    6    13        INIT_FCALL                                               'var_dump'
         14        SEND_VAR                                                 !2
         15        DO_ICALL                                                 
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.63 ms | 1394 KiB | 19 Q