3v4l.org

run code in 300+ PHP versions simultaneously
<?php $b = array('b1'=>123134,'a1'=>$arrray(1,2,3)); extract ($b); echo $b1; var_dump($a1);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/CNFZ4
function name:  (null)
number of ops:  16
compiled vars:  !0 = $b, !1 = $arrray, !2 = $b1, !3 = $a1
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_ARRAY                                       ~4      123134, 'b1'
          1        INIT_DYNAMIC_CALL                                        !1
          2        SEND_VAL_EX                                              1
          3        SEND_VAL_EX                                              2
          4        SEND_VAL_EX                                              3
          5        DO_FCALL                                      0  $5      
          6        ADD_ARRAY_ELEMENT                                ~4      $5, 'a1'
          7        ASSIGN                                                   !0, ~4
    3     8        INIT_FCALL                                               'extract'
          9        SEND_REF                                                 !0
         10        DO_ICALL                                                 
    4    11        ECHO                                                     !2
    5    12        INIT_FCALL                                               'var_dump'
         13        SEND_VAR                                                 !3
         14        DO_ICALL                                                 
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.38 ms | 1394 KiB | 17 Q