3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo (new \DateTime('@'.mktime(0, 0, 0, 5, 8, 2013)))->format('U');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/LOaHl
function name:  (null)
number of ops:  17
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   NEW                                              $0      'DateTime'
          1        INIT_FCALL                                               'mktime'
          2        SEND_VAL                                                 0
          3        SEND_VAL                                                 0
          4        SEND_VAL                                                 0
          5        SEND_VAL                                                 5
          6        SEND_VAL                                                 8
          7        SEND_VAL                                                 2013
          8        DO_ICALL                                         $1      
          9        CONCAT                                           ~2      '%40', $1
         10        SEND_VAL_EX                                              ~2
         11        DO_FCALL                                      0          
         12        INIT_METHOD_CALL                                         $0, 'format'
         13        SEND_VAL_EX                                              'U'
         14        DO_FCALL                                      0  $4      
         15        ECHO                                                     $4
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.33 ms | 1394 KiB | 15 Q