3v4l.org

run code in 300+ PHP versions simultaneously
<?php extract(array( "color" => "blue", "size" => "medium", )); echo $color . ' | '; echo $size;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/KGoCd
function name:  (null)
number of ops:  7
compiled vars:  !0 = $color, !1 = $size
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'extract'
    3     1        SEND_VAL                                                 <array>
    2     2        DO_ICALL                                                 
    7     3        CONCAT                                           ~3      !0, '+%7C+'
          4        ECHO                                                     ~3
    8     5        ECHO                                                     !1
    9     6      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
137.23 ms | 995 KiB | 14 Q