3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump([ date('YmdHis'), date('YmdHis', time() + 1) ]);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5GNIb
function name:  (null)
number of ops:  16
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'var_dump'
    3     1        INIT_FCALL                                               'date'
          2        SEND_VAL                                                 'YmdHis'
          3        DO_ICALL                                         $0      
          4        INIT_ARRAY                                       ~1      $0
    4     5        INIT_FCALL                                               'date'
          6        SEND_VAL                                                 'YmdHis'
          7        INIT_FCALL                                               'time'
          8        DO_ICALL                                         $2      
          9        ADD                                              ~3      $2, 1
         10        SEND_VAL                                                 ~3
         11        DO_ICALL                                         $4      
         12        ADD_ARRAY_ELEMENT                                ~1      $4
         13        SEND_VAL                                                 ~1
         14        DO_ICALL                                                 
    5    15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.62 ms | 1394 KiB | 19 Q