3v4l.org

run code in 300+ PHP versions simultaneously
<?php [$lhs, $rhs] = ['', ''] + explode('/', '2017-01-01/2017-01-02', 2);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jFQgD
function name:  (null)
number of ops:  12
compiled vars:  !0 = $lhs, !1 = $rhs
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'explode'
          1        SEND_VAL                                                 '%2F'
          2        SEND_VAL                                                 '2017-01-01%2F2017-01-02'
          3        SEND_VAL                                                 2
          4        DO_ICALL                                         $2      
          5        ADD                                              ~3      <array>, $2
          6        FETCH_LIST_R                                     $4      ~3, 0
          7        ASSIGN                                                   !0, $4
          8        FETCH_LIST_R                                     $6      ~3, 1
          9        ASSIGN                                                   !1, $6
         10        FREE                                                     ~3
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.35 ms | 1394 KiB | 15 Q