3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date=date_create(); date_date_set($date,1975,11,28,05,30); echo date_format($date,"Y/m/d G");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/C0OMc
function name:  (null)
number of ops:  17
compiled vars:  !0 = $date
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'date_create'
          1        DO_ICALL                                         $1      
          2        ASSIGN                                                   !0, $1
    4     3        INIT_FCALL                                               'date_date_set'
          4        SEND_VAR                                                 !0
          5        SEND_VAL                                                 1975
          6        SEND_VAL                                                 11
          7        SEND_VAL                                                 28
          8        SEND_VAL                                                 5
          9        SEND_VAL                                                 30
         10        DO_ICALL                                                 
    5    11        INIT_FCALL                                               'date_format'
         12        SEND_VAR                                                 !0
         13        SEND_VAL                                                 'Y%2Fm%2Fd+G'
         14        DO_ICALL                                         $4      
         15        ECHO                                                     $4
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.9 ms | 1394 KiB | 19 Q