3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.5 ms | 1394 KiB | 17 Q