3v4l.org

run code in 300+ PHP versions simultaneously
<?php $l = 'a|b|c|d'; list ($a, $b, $c) = explode('|',$l); var_dump($c);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7nkhQ
function name:  (null)
number of ops:  16
compiled vars:  !0 = $l, !1 = $a, !2 = $b, !3 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'a%7Cb%7Cc%7Cd'
    5     1        INIT_FCALL                                               'explode'
          2        SEND_VAL                                                 '%7C'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $5      
          5        FETCH_LIST_R                                     $6      $5, 0
          6        ASSIGN                                                   !1, $6
          7        FETCH_LIST_R                                     $8      $5, 1
          8        ASSIGN                                                   !2, $8
          9        FETCH_LIST_R                                     $10     $5, 2
         10        ASSIGN                                                   !3, $10
         11        FREE                                                     $5
    7    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:
156.14 ms | 1385 KiB | 17 Q