3v4l.org

run code in 500+ PHP versions simultaneously
<?php declare(strict_types=1); var_dump((new DateTime(null, new DateTimeZone('Europe/Berlin')))->format('d-m-Y H:i'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/DKdFT
function name:  (null)
number of ops:  14
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'var_dump'
          1        NEW                                                  $0      'DateTime'
          2        SEND_VAL_EX                                                  null
          3        NEW                                                  $1      'DateTimeZone'
          4        SEND_VAL_EX                                                  'Europe%2FBerlin'
          5        DO_FCALL                                          0          
          6        SEND_VAR_NO_REF_EX                                           $1
          7        DO_FCALL                                          0          
          8        INIT_METHOD_CALL                                             $0, 'format'
          9        SEND_VAL_EX                                                  'd-m-Y+H%3Ai'
         10        DO_FCALL                                          0  $4      
         11        SEND_VAR                                                     $4
         12        DO_ICALL                                                     
         13      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
158.62 ms | 2643 KiB | 14 Q