3v4l.org

run code in 500+ PHP versions simultaneously
<?php var_dump(extract(['foo' => 'bar', 'foo-bar' => 'baz']), ${'foo'}, ${'foo-bar'});
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/cnMmo
function name:  (null)
number of ops:  9
compiled vars:  !0 = $foo, !1 = $foo-bar
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'var_dump'
          1        INIT_FCALL                                                   'extract'
          2        SEND_VAL                                                     <array>
          3        DO_ICALL                                             $2      
          4        SEND_VAR                                                     $2
          5        SEND_VAR                                                     !0
          6        SEND_VAR                                                     !1
          7        DO_ICALL                                                     
          8      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
162.15 ms | 2705 KiB | 15 Q