3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
177.91 ms | 1394 KiB | 19 Q