3v4l.org

run code in 500+ 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.5.0


preferences:
155.83 ms | 1707 KiB | 14 Q