3v4l.org

run code in 300+ PHP versions simultaneously
<?php //error_reporting(-1); list(,$b) = explode('_', 'a_b_c'); print_r($b);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/luRH0
function name:  (null)
number of ops:  11
compiled vars:  !0 = $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        DO_ICALL                                         $1      
          4        FETCH_LIST_R                                     $2      $1, 1
          5        ASSIGN                                                   !0, $2
          6        FREE                                                     $1
    4     7        INIT_FCALL                                               'print_r'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                                 
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
292.68 ms | 1393 KiB | 18 Q