3v4l.org

run code in 300+ PHP versions simultaneously
<?php list($x, $y, $z) = explode('/', 'x/y'); var_dump($x); var_dump($y); var_dump($z);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ZHhQo
function name:  (null)
number of ops:  21
compiled vars:  !0 = $x, !1 = $y, !2 = $z
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'explode'
          1        SEND_VAL                                                 '%2F'
          2        SEND_VAL                                                 'x%2Fy'
          3        DO_ICALL                                         $3      
          4        FETCH_LIST_R                                     $4      $3, 0
          5        ASSIGN                                                   !0, $4
          6        FETCH_LIST_R                                     $6      $3, 1
          7        ASSIGN                                                   !1, $6
          8        FETCH_LIST_R                                     $8      $3, 2
          9        ASSIGN                                                   !2, $8
         10        FREE                                                     $3
    5    11        INIT_FCALL                                               'var_dump'
         12        SEND_VAR                                                 !0
         13        DO_ICALL                                                 
    6    14        INIT_FCALL                                               'var_dump'
         15        SEND_VAR                                                 !1
         16        DO_ICALL                                                 
    7    17        INIT_FCALL                                               'var_dump'
         18        SEND_VAR                                                 !2
         19        DO_ICALL                                                 
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
178.13 ms | 1395 KiB | 17 Q