3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = getdate(); printf('%s %d, %d',$a['month'],$a['mday'],$a['year']); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8a4Kk
function name:  (null)
number of ops:  13
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'getdate'
          1        DO_ICALL                                         $1      
          2        ASSIGN                                                   !0, $1
    3     3        INIT_FCALL                                               'printf'
          4        SEND_VAL                                                 '%25s+%25d%2C+%25d'
          5        FETCH_DIM_R                                      ~3      !0, 'month'
          6        SEND_VAL                                                 ~3
          7        FETCH_DIM_R                                      ~4      !0, 'mday'
          8        SEND_VAL                                                 ~4
          9        FETCH_DIM_R                                      ~5      !0, 'year'
         10        SEND_VAL                                                 ~5
         11        DO_ICALL                                                 
    4    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
186.54 ms | 1394 KiB | 17 Q