3v4l.org

run code in 500+ PHP versions simultaneously
<?php var_Dump(new DateTimeZone('Europe/Berlin')); var_Dump(new DateTimeZone('CET')); var_Dump(new DateTimeZone('+01:00'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/v4iEK
function name:  (null)
number of ops:  19
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'var_dump'
          1        NEW                                                  $0      'DateTimeZone'
          2        SEND_VAL_EX                                                  'Europe%2FBerlin'
          3        DO_FCALL                                          0          
          4        SEND_VAR                                                     $0
          5        DO_ICALL                                                     
    4     6        INIT_FCALL                                                   'var_dump'
          7        NEW                                                  $3      'DateTimeZone'
          8        SEND_VAL_EX                                                  'CET'
          9        DO_FCALL                                          0          
         10        SEND_VAR                                                     $3
         11        DO_ICALL                                                     
    5    12        INIT_FCALL                                                   'var_dump'
         13        NEW                                                  $6      'DateTimeZone'
         14        SEND_VAL_EX                                                  '%2B01%3A00'
         15        DO_FCALL                                          0          
         16        SEND_VAR                                                     $6
         17        DO_ICALL                                                     
         18      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
226.39 ms | 2649 KiB | 14 Q